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
i have this other PR #2395 which is trying to make the language between the element naming steps consistent. pulling over the text from that to reduce text conflicts
Copy file name to clipboardExpand all lines: html-aam/index.html
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16353,11 +16353,17 @@ <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 `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.
16356
+
If the <a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a> is still empty: use the
16357
+
<a data-cite="accname-1.2/#mapping_additional_nd_te">text equivalent computation</a> of the associated `label` element's subtree - if more than one `label`
16358
+
is associated; concatenate their subtrees by DOM order, delimited by spaces.
16359
+
<p>
16360
+
If the control is encapsulated by its `label` element, exclude the control's author specified or user-entered value from its computed
0 commit comments