File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,9 +86,12 @@ Introduction</h2>
8686 <a>Boxes</a> are often referred to by their 'display' type--
8787 e.g. a <a>box</a> generated by an element with ''display: block'' is called a “block box” or just a “block”.
8888 The <dfn export for=CSS>parent box</dfn> of an element’s <a>principal box</a>
89- is (except in the case of ''run-in'' or the generation of intervening <a>anonymous boxes</a> )
89+ is, in general,
9090 the <a>principal box</a> of its nearest ancestor element
91- that generates a <a>box</a> .
91+ that generates a <a>box</a> ;
92+ there are exceptions for ''run-in'' boxes,
93+ display types that generate multiple boxes (such as tables),
94+ and intervening <a>anonymous boxes</a> .
9295
9396 A <a>box</a> is assigned the same styles as its generating [=CSS/element=] , unless otherwise indicated.
9497 In general, <a>inherited properties</a> are assigned to the <a>principal box</a> ,
You can’t perform that action at this time.
0 commit comments