DescriptionLimit the heading level to 1 - 9.
According to http://rawgit.com/w3c/aria/master/core-aam/core-aam.html#ariaLevel
when aria-level is used on heading role then UIA supports up to heading level 9.
<h2 aria-level="9">Level 9</h2>
<h1 aria-level="20">Level 1</h1>
AX Tree:
IA2_ROLE_HEADING level:9
IA2_ROLE_HEADING level:1
BUG=365082
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186567
Patch Set 1 #
Total comments: 1
Patch Set 2 : incorporating comments #Messages
Total messages: 10 (2 generated)
|