diff --git a/core-aam/index.html b/core-aam/index.html index 37d5e2f4c..428415ded 100644 --- a/core-aam/index.html +++ b/core-aam/index.html @@ -4259,6 +4259,18 @@
scrollbar<nil>
+ Property: NSAccessibilityVerticalScrollBarAttribute: pointer to accessible node matching IDREF of author-provided aria-controls for an element that
+ represents a vertical scrollbar.
+
+ Property: NSAccessibilityHorizontalScrollBarAttribute: pointer to accessible node matching IDREF of author-provided aria-controls for an element that
+ represents a horizontal scrollbar.
+
Indicates whether a related element is expanded (shown) or collapsed (hidden).
-The
+ The
For example,
<ul role="tree">
+
+<ul role="tree">
<li role="treeitem" aria-expanded="false" aria-selected="false">
<span>Fruits</span>
<ul role="group" hidden>
@@ -13692,12 +13698,15 @@ Definitions of States and Properties (all aria-* attributes)
<li role="treeitem" aria-selected="false">Yuzu</li>
</ul>
</li>
-</ul>
+</ul>
Similarly, it can be applied to a
<button type="button" aria-controls="mangosteen" aria-expanded="false">Mangosteen</button> ++<button type="button" aria-controls="mangosteen" aria-expanded="false">Mangosteen</button> <div id="mangosteen" hidden> An edible fruit native to tropical lands surrounding the Indian Ocean. -</div>+</div>