Skip to content

add the new search element #401

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

Merged
merged 10 commits into from
Mar 24, 2023
Next Next commit
add the new search element
keeping this straight forward for the new element's initial inclusion.

being that this is a new element, the reasoning for authors to need to immediately apply overwriting roles is irrelevant.  Thus I see no reason to initially allow any roles on this element.

All global `aria-*` attributes would be allowed on this element.
  • Loading branch information
scottaohara authored Feb 4, 2022
commit c35d00707896ab4e194d71d6458b7a73731e09b6
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2391,6 +2391,27 @@ <h2 id="docconformance">
</p>
</td>
</tr>
<tr>
<th id="el-search" tabindex="-1">
[^search^]
</th>
<td>
<p>
<code>role=<a href="#index-aria-search">search</a></code>
</p>
</td>
<td>
<div class="addition proposed">
<p>
<a><strong class="nosupport">No `role`</strong></a>
</p>
<p>
<a data-cite="wai-aria-1.1#global_states">Global `aria-*` attributes</a>
and any `aria-*` attributes applicable to the allowed roles.
</p>
</div>
</td>
</tr>
<tr>
<th id="el-section" tabindex="-1">
[^section^]
Expand Down