Skip to content

Commit 2c897f0

Browse files
committed
[css-display] Re-order the <display-listitem> grammar to put 'list-item' last. Fixes #1621.
1 parent 2278ea7 commit 2c897f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-display-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Box Layout Modes: the 'display' property</h2>
164164
<pre class='prod'>
165165
<dfn>&lt;display-outside></dfn> = block | inline | run-in ;
166166
<dfn>&lt;display-inside></dfn> = flow | flow-root | table | flex | grid | ruby ;
167-
<dfn>&lt;display-listitem></dfn> = list-item && <<display-outside>>? && [ flow | flow-root ]? ;
167+
<dfn>&lt;display-listitem></dfn> = <<display-outside>>? && [ flow | flow-root ]? && list-item;
168168
<dfn>&lt;display-internal></dfn> = table-row-group | table-header-group |
169169
table-footer-group | table-row | table-cell |
170170
table-column-group | table-column | table-caption |

0 commit comments

Comments
 (0)