@@ -4251,18 +4251,19 @@ <h3>HTML Attribute State and Property Mappings</h3>
42514251 < td class ="elements ">
42524252 < a data-cite ="html/interaction.html#the-inert-attribute "> HTML elements</ a >
42534253 </ td >
4254- < td class ="aria "> < a class =" core-mapping " href =" #ariaHiddenTrue " > `aria-hidden="true"` </ a > </ td >
4255- < td class ="ia2 "> Use WAI-ARIA mapping </ td >
4256- < td class ="uia "> Use WAI-ARIA mapping </ td >
4257- < td class ="atk "> Use WAI-ARIA mapping </ td >
4258- < td class ="ax "> Use WAI-ARIA mapping </ td >
4254+ < td class ="aria "> Not Mapped </ td >
4255+ < td class ="ia2 "> See comments </ td >
4256+ < td class ="uia "> See comments </ td >
4257+ < td class ="atk "> See comments </ td >
4258+ < td class ="ax "> See comments </ td >
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 layer</ a > by use of the `showModal()` method.
4265- See also < a data-cite ="html/interaction.html#modal-dialogs-and-inert-subtrees "> Modal dialogs and inert subtrees</ a > .
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 dialog</ a >
4266+ can escape an inert subtree.
42664267 </ p >
42674268 </ td >
42684269 </ tr >
0 commit comments