Skip to content

Commit 75af644

Browse files
Loiroorioltabatkins
authored andcommitted
[css-display] Add space before semicolon (#2659)
For consistency with the other syntax definitions.
1 parent 146c023 commit 75af644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-display-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Box Layout Modes: the 'display' property</h2>
202202
<pre class='prod'>
203203
<dfn>&lt;display-outside></dfn> = block | inline | run-in ;
204204
<dfn>&lt;display-inside></dfn> = flow | flow-root | table | flex | grid | ruby ;
205-
<dfn>&lt;display-listitem></dfn> = <<display-outside>>? && [ flow | flow-root ]? && list-item;
205+
<dfn>&lt;display-listitem></dfn> = <<display-outside>>? && [ flow | flow-root ]? && list-item ;
206206
<dfn>&lt;display-internal></dfn> = table-row-group | table-header-group |
207207
table-footer-group | table-row | table-cell |
208208
table-column-group | table-column | table-caption |

0 commit comments

Comments
 (0)