We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cefc65 commit 5bcc621Copy full SHA for 5bcc621
1 file changed
css-display-3/Overview.bs
@@ -238,12 +238,12 @@ Box Layout Modes: the 'display' property</h2>
238
<td><a>run-in box</a> (<a>inline box</a> with special box-tree-munging rules)
239
<tr>
240
<td>''list-item''
241
- <td>''list-item block flow''
+ <td>''block flow list-item''
242
<td><a>block box</a>
243
with additional <a href="https://www.w3.org/TR/CSS2/generate.html#lists">marker box</a>
244
245
<td>''inline list-item''
246
- <td>''list-item inline flow''
+ <td>''inline flow list-item''
247
<td><a>inline box</a>
248
249
<tbody title="Formatting Context Root Display Types">
0 commit comments