Skip to content

Commit e9cd483

Browse files
Loiroorioltabatkins
authored andcommitted
[css-display] Typos: missing semicolon and parenthesis (w3c#1492)
1 parent 6cbb98d commit e9cd483

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-display/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Box Layout Modes: the 'display' property</h2>
146146
<pre class='prod'>
147147
<dfn>&lt;display-outside></dfn> = block | inline | run-in ;
148148
<dfn>&lt;display-inside></dfn> = flow | flow-root | table | flex | grid | ruby ;
149-
<dfn>&lt;display-listitem></dfn> = list-item && <<display-outside>>? && [ flow | flow-root ]?
149+
<dfn>&lt;display-listitem></dfn> = list-item && <<display-outside>>? && [ flow | flow-root ]? ;
150150
<dfn>&lt;display-internal></dfn> = table-row-group | table-header-group |
151151
table-footer-group | table-row | table-cell |
152152
table-column-group | table-column | table-caption |
@@ -796,7 +796,7 @@ Appendix A: Glossary</h2>
796796
which generate an additional marker box,
797797
or ''display/table'' elements,
798798
which generate a [=principal box|principal=] [=table wrapper box=]
799-
and an additional [=table box=].
799+
and an additional [=table box=]).
800800
These additional boxes are placed with respect to the principal box.
801801

802802
<dt><dfn lt="inline-level|inline-level content">inline-level</dfn>

0 commit comments

Comments
 (0)