DescriptionARIA state/property aria-pressed is not exposed(Blink).
According to specs http://rawgit.com/w3c/aria/master/core-aam/core-aam.html
aria-pressed {true, mixed} should set STATE_SYSTEM_PRESSED and false should
clear STATE_SYSTEM_PRESSED
HTML:
<div tabindex=0 role="button">Regular button</div>
<div tabindex=1 role="button" aria-pressed="false">Toggle button unpressed</div>
<div tabindex=2 role="button" aria-pressed="true">Toggle button pressed</div>
<div tabindex=3 role="button" aria-pressed="mixed">Toggle button mixed</div>
AX Tree
ROLE_SYSTEM_PUSHBUTTON FOCUSABLE
IA2_ROLE_TOGGLE_BUTTON FOCUSABLE checkable:true
IA2_ROLE_TOGGLE_BUTTON PRESSED FOCUSABLE checkable:true
IA2_ROLE_TOGGLE_BUTTON PRESSED FOCUSABLE checkable:true
BUG=171625
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186789
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|