Skip to content

Commit 7e5d42f

Browse files
authored
update inert mapping per review comments
incorporates feedback from @zcorpan and @cookiecrook
1 parent 20b4c54 commit 7e5d42f

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

index.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4251,18 +4251,19 @@

HTML Attribute State and Property Mappings

42514251
<td class="elements">
42524252
<a data-cite="html/interaction.html#the-inert-attribute">HTML elementsa>
42534253
td>
4254-
<td class="aria"><a class="core-mapping" href="#ariaHiddenTrue">`aria-hidden="true"`a>td>
4255-
<td class="ia2">Use WAI-ARIA mappingtd>
4256-
<td class="uia">Use WAI-ARIA mappingtd>
4257-
<td class="atk">Use WAI-ARIA mappingtd>
4258-
<td class="ax">Use WAI-ARIA mappingtd>
4254+
<td class="aria">Not Mappedtd>
4255+
<td class="ia2">See commentstd>
4256+
<td class="uia">See commentstd>
4257+
<td class="atk">See commentstd>
4258+
<td class="ax">See commentstd>
42594259
<td class="comments">
4260-
<p>An inert element, nor the nodes if its subtree can receive keyboard focus, respond to pointer events,
4261-
or be otherwise reachable by assistive technology.
4260+
<p>
4261+
Nodes that are inert are not exposed to an accessibility API.
42624262
p>
4263-
<p>A `dialog` element can escape an inert subtree when the `dialog` is in the modal state, and rendered in the browser's
4264-
<a href="https://fullscreen.spec.whatwg.org/#top-layer">top layera> by use of the `showModal()` method.
4265-
See also <a data-cite="html/interaction.html#modal-dialogs-and-inert-subtrees">Modal dialogs and inert subtreesa>.
4263+
<p class="note">
4264+
Note: an inert node can have descendants that are not inert. For example, a
4265+
<a data-cite="html/interaction.html#modal-dialogs-and-inert-subtrees">modal dialoga>
4266+
can escape an inert subtree.
42664267
p>
42674268
td>
42684269
tr>

0 commit comments

Comments
 (0)