We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146c023 commit 75af644Copy full SHA for 75af644
css-display-3/Overview.bs
@@ -202,7 +202,7 @@ Box Layout Modes: the 'display' property</h2>
202
<pre class='prod'>
203
<dfn><display-outside></dfn> = block | inline | run-in ;
204
<dfn><display-inside></dfn> = flow | flow-root | table | flex | grid | ruby ;
205
- <dfn><display-listitem></dfn> = <<display-outside>>? && [ flow | flow-root ]? && list-item;
+ <dfn><display-listitem></dfn> = <<display-outside>>? && [ flow | flow-root ]? && list-item ;
206
<dfn><display-internal></dfn> = table-row-group | table-header-group |
207
table-footer-group | table-row | table-cell |
208
table-column-group | table-column | table-caption |
0 commit comments