Skip to content

Commit 5d10db8

Browse files
committed
[css-display] Move computed value bullet before box generation bullet.
1 parent 6f6913e commit 5d10db8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-display/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,9 @@ Run-In Layout</h2>
746746
A <a>run-in box</a> behaves exactly as an <a>inline-level box</a>, except:
747747

748748
<ul>
749+
<li>
750+
A <a>run-in box</a> with a ''flow'' <a>inner display type</a> <a>inlinifies</a> its contents.
751+
749752
<li>
750753
If a <a>run-in sequence</a> is immediately followed by a block box
751754
that does not establish a new <a>block formatting context</a>,
@@ -766,9 +769,6 @@ Run-In Layout</h2>
766769
an anonymous block box is generated around the <a>run-in sequence</a>
767770
and all immediately following inline-level content
768771
(up to, but not including, the next <a>run-in sequence</a>, if any).
769-
770-
<li>
771-
A <a>run-in box</a> with a ''flow'' <a>inner display type</a> <a>inlinifies</a> its contents.
772772
</ul>
773773

774774
A <dfn>run-in sequence</dfn> is a maximal sequence of consecutive sibling <a>run-in boxes</a>

0 commit comments

Comments
 (0)