Skip to content

Commit

Permalink
[css-display] Re-order the <display-listitem> grammar to put 'list-it…
Browse files Browse the repository at this point in the history
…em' last. Fixes #1621.
  • Loading branch information
tabatkins committed Mar 19, 2018
1 parent 2278ea7 commit 2c897f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-display-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Box Layout Modes: the 'display' property</h2>
<pre class='prod'>
<dfn>&lt;display-outside></dfn> = block | inline | run-in ;
<dfn>&lt;display-inside></dfn> = flow | flow-root | table | flex | grid | ruby ;
<dfn>&lt;display-listitem></dfn> = list-item && <<display-outside>>? && [ flow | flow-root ]? ;
<dfn>&lt;display-listitem></dfn> = <<display-outside>>? && [ flow | flow-root ]? && list-item;
<dfn>&lt;display-internal></dfn> = table-row-group | table-header-group |
table-footer-group | table-row | table-cell |
table-column-group | table-column | table-caption |
Expand Down

0 comments on commit 2c897f0

Please sign in to comment.