Skip to content

[html-aam] Addition: selectedcontent element #2344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
65 changes: 65 additions & 0 deletions html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6429,6 +6429,71 @@ <h4 id="el-select-combobox">`select`<span class="el-context"> (with NO `multiple
</tr>
</tbody>
</table>
<h4 id="el-selectedcontent">`selectedcontent`</h4>
<table aria-labelledby="el-selectedcontent">
<tbody>
<tr>
<th>HTML Specification</th>
<td>
<a data-cite="HTML">`selectedcontent`</a>
</td>
</tr>
<tr>
<th>[[wai-aria-1.2]]</th>
<td>
<div class="general"><a class="core-mapping" href="#role-map-generic">`generic`</a> role</div>
</td>
</tr>
<tr>
<th><a data-cite="core-aam-1.2/#roleMappingComputedRole">Computed Role</a></th>
<td class="role-computed"><div class="general">Use WAI-ARIA mapping</div></td>
</tr>
<tr>
<th>
<a href="https://msdn.microsoft.com/en-us/library/dd373608%28v=VS.85%29.aspx">MSAA</a> + <a href="http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/">IAccessible2</a>
</th>
<td>
<div class="general"><div class="general">Use WAI-ARIA mapping</div></div>
</td>
</tr>
<tr>
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
<td>
<div class="general"><div class="general">Use WAI-ARIA mapping</div></div>
</td>
</tr>
<tr>
<th><a href="https://gnome.pages.gitlab.gnome.org/atk/">ATK</a></th>
<td>
<div class="general"><div class="general">Use WAI-ARIA mapping</div></div>
</td>
</tr>
<tr>
<th><a href="https://developer.apple.com/reference/appkit/nsaccessibility">AX</a></th>
<td>
<div class="general"><div class="general">Use WAI-ARIA mapping</div></div>
</td>
</tr>
<!-- <th><a href="#accessible-name-and-description-computation">Naming Algorithm</a></th> -->
<tr>
<th>Comments</th>
<td>
<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 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>
</tbody>
</table>
<h4 id="el-slot">`slot`</h4>
<table class="data" aria-labelledby="el-slot">
<tbody>
Expand Down