Skip to content
Merged
Changes from 4 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
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4280,6 +4280,22 @@ <h3>HTML Attribute State and Property Mappings</h3>
<td class="ax"><div class="general">Not mapped</div></td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="att-inert">
<th>`inert`</th>
<td class="elements">
<a data-cite="html/interaction.html#the-inert-attribute">HTML elements</a>
</td>
<td class="aria"><a class="core-mapping" href="#ariaHiddenTrue">`aria-hidden="true"`</a></td>
<td class="ia2">Use WAI-ARIA mapping</td>
<td class="uia">Use WAI-ARIA mapping</td>
<td class="atk">Use WAI-ARIA mapping</td>
<td class="ax">Use WAI-ARIA mapping</td>
<td class="comments">
<p>An inert element or the elements of an inert element's subtree cannot receive keyboard focus, nor will they respond to pointer events.</p>
<p>A `dialog` element can escape inertness of its inert ancestor when the `dialog` is modal and rendered in the browser's
<a href="https://fullscreen.spec.whatwg.org/#top-layer">top layer</a>.</p>
</td>
</tr>
<tr tabindex="-1" id="att-indeterminate">
<th>`indeterminate [IDL]`</th>
<td class="elements">
Expand Down