File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -79337,6 +79337,14 @@ interface <dfn interface>VisibilityStateEntry</dfn> : <span>PerformanceEntry</sp
79337
79337
<div style="interactivity:inert">
79338
79338
<dialog></dialog>
79339
79339
</div></code></pre>
79340
+
79341
+ <p>The reason that HTML "overrides" the <span data-x="css-interactivity">'interactivity'</span>
79342
+ property in the case of modal dialogs is that accessibility technology requires modal dialogs to
79343
+ be truly modal. Content outside of an open modal dialog should always be inert. For this reason,
79344
+ the spec is designed in such a way that developers are unable to override modal dialog <span
79345
+ data-x="css-interactivity">'interactivity'</span>, while still being able to override other
79346
+ developer-controlled forms of interactivity such as the <code data-x="attr-inert">inert</code>
79347
+ attribute.</p>
79340
79348
</div>
79341
79349
79342
79350
<h4>The <dfn data-x="attr-inert"><code>inert</code></dfn> attribute</h4>
You can’t perform that action at this time.
0 commit comments