RESOLVED FIXED 184676
AX: AOM: Add ARIA IDL Attribute Reflection
https://bugs.webkit.org/show_bug.cgi?id=184676
Summary AX: AOM: Add ARIA IDL Attribute Reflection
James Craig
Reported 2018-04-16 18:01:39 PDT
AOM: Add ARIA IDL Attribute Reflection This work spun out of AOM into ARIA and is currently tracked here: https://github.com/w3c/aria/pull/708
Attachments
patch (30.09 KB, patch)
2018-07-30 18:13 PDT, Nan Wang
ews-watchlist: commit-queue-
Archive of layout-test-results from ews206 for win-future (13.08 MB, application/zip)
2018-07-30 20:15 PDT, EWS Watchlist
no flags
patch (30.79 KB, patch)
2018-07-30 21:49 PDT, Nan Wang
no flags
patch (42.00 KB, patch)
2018-08-01 11:20 PDT, Nan Wang
cfleizach: review+
Radar WebKit Bug Importer
Comment 1 2018-04-16 18:01:58 PDT
James Craig
Comment 2 2018-05-24 04:03:17 PDT
Nan Wang
Comment 3 2018-07-30 18:13:33 PDT
EWS Watchlist
Comment 4 2018-07-30 20:15:14 PDT
Comment on attachment 346133 [details] patch Attachment 346133 [details] did not pass win-ews (win): Output: https://webkit-queues.webkit.org/results/8706111 New failing tests: accessibility/ARIA-reflection.html http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-video.html
EWS Watchlist
Comment 5 2018-07-30 20:15:25 PDT
Created attachment 346139 [details] Archive of layout-test-results from ews206 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews206 Port: win-future Platform: CYGWIN_NT-6.1-2.9.0-0.318-5-3-x86_64-64bit
Nan Wang
Comment 6 2018-07-30 21:49:50 PDT
chris fleizach
Comment 7 2018-07-30 23:58:46 PDT
Comment on attachment 346144 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=346144&action=review > Source/WebCore/accessibility/AriaAttributes.idl:27 > + EnabledAtRuntime=AccessibilityObjectModel, I don't think we should tie this to AOM. If we're going to tie this to any feature, it should be a new one (ARIAReflection) > Source/WebCore/accessibility/AriaAttributes.idl:29 > +] interface AriaAttributes { should this bee ARIAAttributes
Nan Wang
Comment 8 2018-07-31 09:51:37 PDT
Comment on attachment 346144 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=346144&action=review >> Source/WebCore/accessibility/AriaAttributes.idl:27 >> + EnabledAtRuntime=AccessibilityObjectModel, > > I don't think we should tie this to AOM. If we're going to tie this to any feature, it should be a new one (ARIAReflection) Ok, do you think we should create a new runtime flag? >> Source/WebCore/accessibility/AriaAttributes.idl:29 >> +] interface AriaAttributes { > > should this bee ARIAAttributes This is in the spec.
chris fleizach
Comment 9 2018-07-31 11:01:09 PDT
Comment on attachment 346144 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=346144&action=review >>> Source/WebCore/accessibility/AriaAttributes.idl:27 >>> + EnabledAtRuntime=AccessibilityObjectModel, >> >> I don't think we should tie this to AOM. If we're going to tie this to any feature, it should be a new one (ARIAReflection) > > Ok, do you think we should create a new runtime flag? seems like it
Nan Wang
Comment 10 2018-08-01 11:20:29 PDT
Created attachment 346283 [details] patch Added a new runtime flag and turned it on by default.
chris fleizach
Comment 11 2018-08-01 11:29:10 PDT
Comment on attachment 346283 [details] patch LGTM. let's check if Ryosuke also happy with this
Ryosuke Niwa
Comment 12 2018-08-01 14:07:45 PDT
Comment on attachment 346283 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=346283&action=review > Source/WebKit/Shared/WebPreferences.yaml:1236 > + defaultValue: true Is our implementation complete? Is it spec compliant & ready to ship? Otherwise, we shouldn't turn this feature on by default. > Source/WebKit/Shared/WebPreferences.yaml:1237 > + webcoreBinding: RuntimeEnabledFeatures This should be an experimental feature instead.
Nan Wang
Comment 13 2018-08-01 14:14:02 PDT
Comment on attachment 346283 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=346283&action=review >> Source/WebKit/Shared/WebPreferences.yaml:1236 >> + defaultValue: true > > Is our implementation complete? Is it spec compliant & ready to ship? > Otherwise, we shouldn't turn this feature on by default. Yes this is complete. >> Source/WebKit/Shared/WebPreferences.yaml:1237 >> + webcoreBinding: RuntimeEnabledFeatures > > This should be an experimental feature instead. Sure I will add this to experimental feature.
Nan Wang
Comment 14 2018-08-01 15:07:44 PDT
Note You need to log in before you can comment on or make changes to this bug.