diff --git a/html-aam/index.html b/html-aam/index.html index 218b62dcd..fd0d36c0c 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -2666,8 +2666,12 @@

`h1`, `h2`, `h3`, `h4`, `h5`, and `h6`

[[wai-aria-1.2]] - `heading` role, with the `aria-level` property set to the number in the element's tag - name. + `heading` role, with the `aria-level` property set to + the computed heading level; this is the number from the element's tag name (e.g., 2 for `h2`), adjusted + by any `headingoffset` or `headingreset` attributes in scope. +

If an explicit `aria-level` attribute is specified on the element, user agents MUST use that value instead of the implicit `aria-level` value derived from + the computed heading level.

+

The computed heading level algorithm caps the implicit `aria-level` value at 9.

@@ -11154,6 +11158,107 @@

`headers`

+

`headingoffset`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
HTML Specification`headingoffset`
Element(s) + HTML elements +
[[WAI-ARIA-1.2]]Adjusts the `aria-level` property of in-scope heading elements by the specified offset value.
+ MSAA + IAccessible2 + +
Not mapped
+
UIA +
Not mapped
+
[[ATK]] +
Not mapped
+
AX +
Not mapped
+
Comments
+

`headingreset`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
HTML Specification`headingreset`
Element(s) + HTML elements +
[[WAI-ARIA-1.2]] + Resets the `aria-level` property of in-scope heading elements to the specified base level before applying any + offset. +
+ MSAA + IAccessible2 + +
Not mapped
+
UIA +
Not mapped
+
[[ATK]] +
Not mapped
+
AX +
Not mapped
+
Comments

`height`