DescriptionAXRoleDescriptions are not correctly exposed for dl, dd, dt tags
This is in accordance with latest editor's draft http://rawgit.com/w3c/html-api-map/master/index.html
dd:
MSAA+IA2 Role: IA2_ROLE_PARAGRAPH
AX:
AXRole: AXGroup
AXSubrole: AXDefinition
AXRoleDescription: "definition"
dl:
MSAA+IA2:
Role: ROLE_SYSTEM_LIST
States: STATE_SYSTEM_READONLY
AX:
AXRole: AXList
AXSubrole: AXDefinitionList
AXRoleDescription: "definition list"
dt:
MSAA+IA2:
Role: ROLE_SYSTEM_LISTITEM
States: STATE_SYSTEM_READONLY
AX:
AXRole: AXGroup
AXSubrole: AXTerm
AXRoleDescription: "term"
BUG=430795
Committed: https://crrev.com/16cf3bb5bddbe2bd18f4c13039504e3af6d6d8d6
Cr-Commit-Position: refs/heads/master@{#303601}
Patch Set 1 #Patch Set 2 : #
Total comments: 4
Patch Set 3 : #Patch Set 4 : rebasing changes #Messages
Total messages: 14 (2 generated)
|