Skip to content

Commit 89983c9

Browse files
committed
Address nit
1 parent e240501 commit 89983c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source

+5-5
Original file line numberDiff line numberDiff line change
@@ -79340,11 +79340,11 @@ interface <dfn interface>VisibilityStateEntry</dfn> : <span>PerformanceEntry</sp
7934079340

7934179341
<p>The reason that HTML "overrides" the <span data-x="css-interactivity">'interactivity'</span>
7934279342
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>
79343+
be truly modal. Content outside of an open modal dialog needs to always be inert. For this
79344+
reason, the spec is designed in such a way that developers are unable to override modal dialog
79345+
<span data-x="css-interactivity">'interactivity'</span>, while still being able to override
79346+
other developer-controlled forms of interactivity such as the <code
79347+
data-x="attr-inert">inert</code> attribute.</p>
7934879348
</div>
7934979349

7935079350
<h4>The <dfn data-x="attr-inert"><code>inert</code></dfn> attribute</h4>

0 commit comments

Comments
 (0)