Skip to content

Commit b5887a2

Browse files
author
Loirooriol
authored
[css-display] Run-in can be inserted in IFC root. w3c#1228
If a block box establishes a new formatting context, it can either be a block or an inline one. Run-in sequences should be allowed to be inserted into the block box in the latter case. Fixes w3c#1228
1 parent 5a850d0 commit b5887a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-display/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ Run-In Layout</h2>
703703
<ul>
704704
<li>
705705
If a <a>run-in sequence</a> is immediately followed by a block box
706-
that does not establish a new <a>formatting context</a>,
706+
that does not establish a new <a>block formatting context</a>,
707707
it is inserted as direct children of the block box
708708
after its ''::marker'' pseudo-element's boxes (if any),
709709
but preceding any other boxes generates by the contents of the block

0 commit comments

Comments
 (0)