Skip to content

Commit 4f3c8b2

Browse files
authored
Addition: inert attribute mappings (#410)
1 parent e8d3b12 commit 4f3c8b2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4279,6 +4279,27 @@ <h3>HTML Attribute State and Property Mappings</h3>
42794279
<td class="ax"><div class="general">Not mapped</div></td>
42804280
<td class="comments"></td>
42814281
</tr>
4282+
<tr tabindex="-1" id="att-inert">
4283+
<th>`inert`</th>
4284+
<td class="elements">
4285+
<a data-cite="html/interaction.html#the-inert-attribute">HTML elements</a>
4286+
</td>
4287+
<td class="aria">Not Mapped</td>
4288+
<td class="ia2">See comments</td>
4289+
<td class="uia">See comments</td>
4290+
<td class="atk">See comments</td>
4291+
<td class="ax">See comments</td>
4292+
<td class="comments">
4293+
<p>
4294+
Nodes that are <a data-cite="html/interaction.html#inert">inert</a> are not exposed to an accessibility API.
4295+
</p>
4296+
<p class="note">
4297+
Note: an inert node can have descendants that are not inert. For example, a
4298+
<a data-cite="html/interaction.html#modal-dialogs-and-inert-subtrees">modal dialog</a>
4299+
can escape an inert subtree.
4300+
</p>
4301+
</td>
4302+
</tr>
42824303
<tr tabindex="-1" id="att-indeterminate">
42834304
<th>`indeterminate [IDL]`</th>
42844305
<td class="elements">
@@ -6177,6 +6198,7 @@ <h3>Change Log</h3>
61776198
<section>
61786199
<h4>Substantive changes since moving to the <a href="https://www.w3.org/WAI/ARIA/">Accessible Rich Internet Applications Working Group</a> (03-Nov-2019)</h4>
61796200
<ul>
6201+
<li>28-Mar-2023: Add `inert` attribute mapping. See <a href="https://github.com/w3c/html-aam/pull/410">GitHub PR 410</a>.</li>
61806202
<li>24-Mar-2023: Add `search` element and its mappings. See <a href="https://github.com/w3c/html-aam/pull/355/">GitHub PR 355</a>.</li>
61816203
<li>08-Mar-2023: Update `hgroup` element to be mapped to `role=group`. See <a href="https://github.com/w3c/html-aam/pull/398">GitHub PR 398</a>.</li>
61826204
<li>08-Mar-2023: Clarify naming algorithm for `output` element. See <a href="https://github.com/w3c/html-aam/pull/402">GitHub PR 402</a>.</li>

0 commit comments

Comments
 (0)