DescriptionARIA state/property(aria-relevant,aria-busy) are not exposed correctly on MAC.
According to latest ediotr's draft http://www.w3.org/WAI/PF/aria-implementation/
aria-busy is exposed wrongly on windows and mac.
On windows it is exposed with busy and container-busy attributes, rather according to specs it should be exposed as STATE_SYSTEM_BUSY state.
And on mac it should be exposed as AXARIABusy.
aria-relevant should be exposed as AXARIARelevant: <value> on mac.
BUG=423630, 428377
Committed: https://crrev.com/8a9a8a55e4a1e3ae95cb5d1511fd1b816f14ac46
Cr-Commit-Position: refs/heads/master@{#304860}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #
Total comments: 5
Patch Set 5 : updating condition for aria busy #Patch Set 6 : #Patch Set 7 : #Patch Set 8 : #Patch Set 9 : #Patch Set 10 : fixing AXARIABusy not to expose on all elements #Patch Set 11 : #
Total comments: 2
Patch Set 12 : Incorporating comments #Messages
Total messages: 14 (3 generated)
|