Skip to content

Commit ba485c8

Browse files
committed
[css-display-3] Mention 'display: none'’s effect on interactivity per #2355 (comment)
1 parent 193022f commit ba485c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-display-3/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ Box Layout Modes: the 'display' property</h2>
181181
The 'display' property has no effect on an element’s semantics:
182182
these are defined by the <a>document language</a> and <em>are not affected by CSS</em>.
183183
Aside from the ''display/none'' value,
184-
which also affects aural/speech output [[!CSS-SPEECH-1]],
184+
which also affects the aural/speech output [[!CSS-SPEECH-1]]
185+
and interactivity of an element and its descendants,
185186
the 'display' property only affects visual layout:
186187
its purpose is to allow designers freedom
187188
to change the layout behavior of an element

0 commit comments

Comments
 (0)