We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2278ea7 commit 2c897f0Copy full SHA for 2c897f0
1 file changed
css-display-3/Overview.bs
@@ -164,7 +164,7 @@ Box Layout Modes: the 'display' property</h2>
164
<pre class='prod'>
165
<dfn><display-outside></dfn> = block | inline | run-in ;
166
<dfn><display-inside></dfn> = flow | flow-root | table | flex | grid | ruby ;
167
- <dfn><display-listitem></dfn> = list-item && <<display-outside>>? && [ flow | flow-root ]? ;
+ <dfn><display-listitem></dfn> = <<display-outside>>? && [ flow | flow-root ]? && list-item;
168
<dfn><display-internal></dfn> = table-row-group | table-header-group |
169
table-footer-group | table-row | table-cell |
170
table-column-group | table-column | table-caption |
0 commit comments