Skip to content

Commit f51c9f4

Browse files
committed
[css-display-3] Box parentage differes from element parentage in the case of anonymous boxes. #3259
1 parent 65ba881 commit f51c9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-display-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Introduction</h2>
8585
<a>Boxes</a> are often referred to by their 'display' type--
8686
e.g. a <a>box</a> generated by an element with ''display: block'' is called a “block box” or just a “block”.
8787
The <dfn export for=CSS>parent box</dfn> of an element’s <a>principal box</a>
88-
is (except in the case of ''run-in'')
88+
is (except in the case of ''run-in'' or the generation of intervening <a>anonymous boxes</a>)
8989
the <a>principal box</a> of its nearest ancestor element
9090
that generates a <a>box</a>.
9191

0 commit comments

Comments
 (0)