diff --git a/css-display/Overview.bs b/css-display/Overview.bs index ec64c9c68630..bad8043bd71b 100644 --- a/css-display/Overview.bs +++ b/css-display/Overview.bs @@ -146,7 +146,7 @@ Box Layout Modes: the 'display' property
 	<display-outside>  = block | inline | run-in ;
 	<display-inside>   = flow | flow-root | table | flex | grid | ruby ;
-	<display-listitem> = list-item && <>? && [ flow | flow-root ]?
+	<display-listitem> = list-item && <>? && [ flow | flow-root ]? ;
 	<display-internal> = table-row-group | table-header-group |
 	                     table-footer-group | table-row | table-cell |
 	                     table-column-group | table-column | table-caption |
@@ -796,7 +796,7 @@ Appendix A: Glossary
 			which generate an additional marker box,
 			or ''display/table'' elements,
 			which generate a [=principal box|principal=] [=table wrapper box=]
-			and an additional [=table box=].
+			and an additional [=table box=]).
 			These additional boxes are placed with respect to the principal box.
 
 		
inline-level