You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-display/Overview.bs
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -487,6 +487,17 @@ Box Generation: the ''none'' and ''contents'' keywords</h3>
487
487
Elements with either of these values do not have <a>inner</a> or <a>outer display types</a>,
488
488
because they don't generate any boxes at all.
489
489
490
+
Note: As these values cause affected elements to not generate a box,
491
+
anonymous box generation rules will ignore the elided elements entirely,
492
+
as if they did not exist in the box tree.
493
+
494
+
Markup-based relationships, however, are not affected by these values,
495
+
as they are solely rendering-time effects.
496
+
For example,
497
+
although they may affect which table cell <em>appears</em> in a column,
498
+
they do not affect which table cell is associated with a particular column <em>element</em>.
499
+
Similarly, they cannot affect which HTML <{summary}> element is associated with a particular table or whether a <{legend}> is the name of a <{fieldset}>.
0 commit comments