Skip to content

Commit 356b329

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-display/Overview.bs

Lines changed: 2 additions & 1 deletion
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)