Skip to content

Commit 8acb1c8

Browse files
ericwilligersfantasai
authored andcommitted
[css-align] flex-end without semicolon
The production rules for self-position and content-position previously ended with `| flex-end;` The semicolon is not needed.
1 parent 8d9a1d7 commit 8acb1c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-align-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,15 +359,15 @@ Positional Alignment: the ''center'', ''start'', ''end'', ''self-start'', ''self
359359
(to specify default values for 'justify-self' and 'align-self').
360360
<pre class='prod'>
361361
<dfn>&lt;self-position></dfn> = center | start | end | self-start | self-end |
362-
flex-start | flex-end;
362+
flex-start | flex-end
363363
</pre>
364364
<dt><<content-position>>
365365
<dd>
366366
This set is used by 'justify-content' and 'align-content'
367367
to align the box's contents within itself.
368368

369369
<pre class='prod'>
370-
<dfn>&lt;content-position></dfn> = center | start | end | flex-start | flex-end;
370+
<dfn>&lt;content-position></dfn> = center | start | end | flex-start | flex-end
371371
</pre>
372372
</dl>
373373

0 commit comments

Comments
 (0)