Skip to content
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

Add <selectedcontent> element #528

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2926,6 +2926,19 @@ <h2 id="docconformance">
</p>
</td>
</tr>
<tr>
<th id="el-selectedcontent" tabindex="-1">
[^selectedcontent^]
</th>
<td>
<a>No corresponding role. Note: This may change depending on how the HTML AAM PR goes.</a>
</td>
<td>
<p>
<strong class="nosupport"><a>No `role`</a> or `aria-*` attributes</strong>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would generally agree with this... just again noting to make sure this is thought about regarding how this gets mapped in html aam and if that could result in anything useful being allowed here.

</p>
</td>
</tr>
<tr>
<th id="el-slot" tabindex="-1">
[^slot^]
Expand Down
Loading