From 5daa82a9d9208b848d70c92e692a1c25beb15236 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Tue, 8 May 2018 22:53:50 +0200 Subject: [PATCH] [css-display] Add space before semicolon For consistency with the other syntax definitions. --- css-display-3/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-display-3/Overview.bs b/css-display-3/Overview.bs index 542185e71c1..2c0a22ed6a4 100644 --- a/css-display-3/Overview.bs +++ b/css-display-3/Overview.bs @@ -202,7 +202,7 @@ Box Layout Modes: the 'display' property
 	<display-outside>  = block | inline | run-in ;
 	<display-inside>   = flow | flow-root | table | flex | grid | ruby ;
-	<display-listitem> = <>? && [ flow | flow-root ]? && list-item;
+	<display-listitem> = <>? && [ flow | flow-root ]? && list-item ;
 	<display-internal> = table-row-group | table-header-group |
 	                     table-footer-group | table-row | table-cell |
 	                     table-column-group | table-column | table-caption |