File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,12 @@ Introduction</h2>
86
86
<a>Boxes</a> are often referred to by their 'display' type--
87
87
e.g. a <a>box</a> generated by an element with ''display: block'' is called a “block box” or just a “block”.
88
88
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,
90
90
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> .
92
95
93
96
A <a>box</a> is assigned the same styles as its generating [=CSS/element=] , unless otherwise indicated.
94
97
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