Skip to content

Commit

Permalink
revise wording of comment section content
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaohara authored Feb 6, 2025
1 parent cf0e63a commit 7038da8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6392,10 +6392,14 @@ <h4 id="el-selectedcontent">`selectedcontent`</h4>
<tr>
<th>Comments</th>
<td>
<p>The `selectedcontent` element is meant to be declared as a child of the `button` part of a custom styled `select` element.
As the `button` part is meant to be treated as inert, the `selectedcontent` element will commonly be treated as inert, as well.</p>
<p>The `selectedcontent` element is a declarable child of the `button` part of a custom styled `select` element.
The `button` part of the `select` element's anatomy, and thus the `selectedcontent` element descendant, are inert.</p>
<p>
The <a data-cite="accname-1.2/#mapping_additional_nd_te">text equivalent computation</a> of the subtree of the `selectedcontent`
element participates in the calculation of the `select` element's accessible value.
</p>
<p class=note>
As the parent `button` element to the `selectedcontent` element is meant to be treated as inert, any use of global HTML or ARIA attributes, or attributes specific to the `selectedcontent` element would not be exposed to the user agent's accessibility API.
As part of the anatomy of a customized `select` element, the ancestor `button` element to the `selectedcontent` element is inert, any use of global HTML or ARIA attributes, or attributes specific to the `selectedcontent` element are not to be exposed to the user agent's accessibility API.
</p>
</td>
</tr>
Expand Down

0 comments on commit 7038da8

Please sign in to comment.