You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: html-aam/index.html
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16353,9 +16353,8 @@ <h4>
16353
16353
<a href="" class="accname">Accessible Name and Description: Computation and API Mappings</a>.
16354
16354
</li>
16355
16355
<li>
16356
-
If the <a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a> is still empty: use the value of the associated
16357
-
`label` element or elements <a data-cite="accname-1.2/#dfn-accessible-name">accessible name(s)</a> - if more than one
16358
-
`label` element is associated; concatenate by DOM order, delimited by spaces.
16356
+
If the <a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a> is still empty: use the value of the associated `label` element or elements
16357
+
<a data-cite="accname-1.2/#dfn-accessible-name">accessible name(s)</a> - if more than one `label` element is associated; concatenate by DOM order, delimited by spaces.
16359
16358
</li>
16360
16359
<li>If no associated `label` is specified: use the control's `title` attribute.</li>
16361
16360
<li>If a `title` attribute provides no accessible name: use the value of the element's <a href="#att-placeholder">placeholder</a> attribute.</li>
Copy file name to clipboardExpand all lines: index.html
+14-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13681,9 +13681,15 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
13681
13681
<sdef>aria-expanded</sdef>
13682
13682
<div class="state-description">
13683
13683
<p><a>Indicates</a> whether a related element is expanded (shown) or collapsed (hidden).</p>
13684
-
<p>The <sref>aria-expanded</sref> attribute is applied to a focusable, interactive element that toggles visibility of content of a different element. If the element with <sref>aria-expanded</sref> is also a <rref>treeitem</rref> in a <rref>tree</rref> or a <rref>row</rref> in a <rref>treegrid</rref>, then it SHOULD also be the <a>accessibility parent</a> of the content it expands and collapses. Otherwise, the element with <sref>aria-expanded</sref> SHOULD NOT be the <a>accessibility parent</a> of the content that is expanding or collapsing. Rather, identify that relationship between the interactive element and the element being controlled using <pref>aria-controls</pref>.</p>
13684
+
<p>
13685
+
The <sref>aria-expanded</sref> attribute is applied to a focusable, interactive element that toggles visibility of content of a different element. If the element with
13686
+
<sref>aria-expanded</sref> is also a <rref>treeitem</rref> in a <rref>tree</rref> or a <rref>row</rref> in a <rref>treegrid</rref>, then it SHOULD also be the
13687
+
<a>accessibility parent</a> of the content it expands and collapses. Otherwise, the element with <sref>aria-expanded</sref> SHOULD NOT be the <a>accessibility parent</a> of the content
13688
+
that is expanding or collapsing. Rather, identify that relationship between the interactive element and the element being controlled using <pref>aria-controls</pref>.
13689
+
</p>
13685
13690
<p>For example, <sref>aria-expanded</sref> is applied to a parent <rref>treeitem</rref> to indicate whether its child branch of the tree is shown.</p>
0 commit comments