Skip to content

Commit 5bcc621

Browse files
committed
[css-display-3] Reorder examples to match grammar. w3c#1621
1 parent 9cefc65 commit 5bcc621

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-display-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,12 @@ Box Layout Modes: the 'display' property</h2>
238238
<td><a>run-in box</a> (<a>inline box</a> with special box-tree-munging rules)
239239
<tr>
240240
<td>''list-item''
241-
<td>''list-item block flow''
241+
<td>''block flow list-item''
242242
<td><a>block box</a>
243243
with additional <a href="https://www.w3.org/TR/CSS2/generate.html#lists">marker box</a>
244244
<tr>
245245
<td>''inline list-item''
246-
<td>''list-item inline flow''
246+
<td>''inline flow list-item''
247247
<td><a>inline box</a>
248248
with additional <a href="https://www.w3.org/TR/CSS2/generate.html#lists">marker box</a>
249249
<tbody title="Formatting Context Root Display Types">

0 commit comments

Comments
 (0)