Skip to content

Commit 2f63540

Browse files
committed
[css-display] Clarify that run-ins run into things that aren't BFCs; they're okay with other (inline) new formatting contexts. Fixes #1228.
1 parent f0a2794 commit 2f63540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-display/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ Run-In Layout</h2>
720720
<ul>
721721
<li>
722722
If a <a>run-in sequence</a> is immediately followed by a block box
723-
that does not establish a new <a>formatting context</a>,
723+
that does not establish a new <a>block formatting context</a>,
724724
it is inserted as direct children of the block box
725725
after its ''::marker'' pseudo-element's boxes (if any),
726726
but preceding any other boxes generates by the contents of the block

0 commit comments

Comments
 (0)