Skip to content

Commit 356b329

Browse files
committed
[css-display] Note that 'display: contents' does not affect property inheritance. Fixes #1473
1 parent 37c01a4 commit 356b329

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-display/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,8 @@ Box Generation: the ''display/none'' and ''display/contents'' keywords</h3>
517517

518518
Note: As only the box tree is affected,
519519
any semantics based on the document tree,
520-
such as selector-matching and event handling,
520+
such as selector-matching, event handling,
521+
and property <a>inheritance</a>,
521522
are not affected.
522523

523524
This value behaves as ''display: none'' on replaced elements

0 commit comments

Comments
 (0)