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 @@
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.
| 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 | ++ |
| 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 | ++ |