RESOLVED FIXED 178892
Modernize AccessibilityObject.h
https://bugs.webkit.org/show_bug.cgi?id=178892
Summary Modernize AccessibilityObject.h
Alex Christensen
Reported 2017-10-26 16:20:50 PDT
Modernize AccessibilityObject.h
Attachments
Patch (307.53 KB, patch)
2017-10-26 16:24 PDT, Alex Christensen
no flags
Patch (327.94 KB, patch)
2017-10-26 16:52 PDT, Alex Christensen
no flags
Patch (338.52 KB, patch)
2017-10-26 17:09 PDT, Alex Christensen
no flags
Patch (346.47 KB, patch)
2017-10-26 17:22 PDT, Alex Christensen
no flags
Patch (347.90 KB, patch)
2017-10-26 17:29 PDT, Alex Christensen
no flags
Patch (98.20 KB, patch)
2017-10-26 19:14 PDT, Keith Miller
no flags
Alex Christensen
Comment 1 2017-10-26 16:24:31 PDT
Alex Christensen
Comment 2 2017-10-26 16:52:00 PDT
Alex Christensen
Comment 3 2017-10-26 17:09:55 PDT
Alex Christensen
Comment 4 2017-10-26 17:22:25 PDT
Alex Christensen
Comment 5 2017-10-26 17:29:32 PDT
Alex Christensen
Comment 6 2017-10-26 17:37:25 PDT
Michael Catanzaro
Comment 8 2017-10-26 19:02:43 PDT
Keith Miller
Comment 9 2017-10-26 19:14:23 PDT
Reopening to attach new patch.
Keith Miller
Comment 10 2017-10-26 19:14:24 PDT
Alex Christensen
Comment 11 2017-10-26 19:45:32 PDT
http://trac.webkit.org/r224083 Keith attached a patch to the wrong bug :(
Keith Miller
Comment 12 2017-10-26 19:47:20 PDT
(In reply to Alex Christensen from comment #11) > http://trac.webkit.org/r224083 > Keith attached a patch to the wrong bug :( Man, webkit-patch has not been my friend today... :(
Ryan Haddad
Comment 13 2017-10-27 09:18:43 PDT
accessibility/mac/aria-label-on-label-element.html is failing after this change: --- /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/accessibility/mac/aria-label-on-label-element-expected.txt +++ /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/accessibility/mac/aria-label-on-label-element-actual.txt @@ -12,7 +12,7 @@ PASS !titleUIElement1 is true PASS input1.title is 'AXTitle: aria label' PASS titleUIElement2.isEqual(accessibilityController.accessibleElementById('label2')) is true -PASS input3.title is 'AXTitle: hidden aria label' +FAIL input3.title should be AXTitle: hidden aria label. Was AXTitle: . PASS input4.title is 'AXTitle: aria labelledby' PASS successfullyParsed is true https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=accessibility%2Fmac%2Faria-label-on-label-element.html
Alex Christensen
Comment 14 2017-10-27 10:39:29 PDT
Radar WebKit Bug Importer
Comment 15 2017-11-15 12:41:54 PST
Note You need to log in before you can comment on or make changes to this bug.