Skip to content

Commit 9211d77

Browse files
committed
[css-display] Clarify that outer display type only governs how it acts in flow layout.
1 parent 71cfe56 commit 9211d77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-display/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Box Layout Modes: the 'display' property</h2>
143143
dictating how its descendant boxes are laid out.
144144
(The inner display of a <a>replaced element</a> is outside the scope of CSS.)
145145
* the <dfn export local-lt="outer">outer display type</dfn>,
146-
which dictates how the box participates in its parent formatting context.
146+
which dictates how the box itself participates in <a>flow layout</a>.
147147

148148
<a>Text runs</a> have no <a>display type</a>.
149149

0 commit comments

Comments
 (0)