Skip to content

Commit c5d8900

Browse files
committed
[css-display] Clarify that outer display applies to the principal box. Fixes #1622.
1 parent 2c897f0 commit c5d8900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-display-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Box Layout Modes: the 'display' property</h2>
151151
dictating how its descendant boxes are laid out.
152152
(The inner display of a <a>replaced element</a> is outside the scope of CSS.)
153153
* the <dfn export local-lt="outer">outer display type</dfn>,
154-
which dictates how the box itself participates in <a>flow layout</a>.
154+
which dictates how the [=principal box=] itself participates in <a>flow layout</a>.
155155

156156
<a>Text runs</a> have no <a>display type</a>.
157157

@@ -294,7 +294,7 @@ Box Layout Modes: the 'display' property</h2>
294294
Outer Display Roles for Flow Layout: the ''block'', ''inline'', and ''run-in'' keywords</h3>
295295

296296
The <<display-outside>> keywords specify the element's <a>outer display type</a>,
297-
which is essentially its role in <a>flow layout</a>.
297+
which is essentially its [=principal box’s=] role in <a>flow layout</a>.
298298
They are defined as follows:
299299

300300
<dl dfn-type="value" dfn-for="display, <display-outside>">

0 commit comments

Comments
 (0)