We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ba881 commit f51c9f4Copy full SHA for f51c9f4
css-display-3/Overview.bs
@@ -85,7 +85,7 @@ Introduction</h2>
85
<a>Boxes</a> are often referred to by their 'display' type--
86
e.g. a <a>box</a> generated by an element with ''display: block'' is called a “block box” or just a “block”.
87
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'')
+ is (except in the case of ''run-in'' or the generation of intervening <a>anonymous boxes</a>)
89
the <a>principal box</a> of its nearest ancestor element
90
that generates a <a>box</a>.
91
0 commit comments