Skip to content

Commit 70cd1ab

Browse files
committed
[css-align] Fix the grammar for justify/align-content to use \!, so it's less confusing.
1 parent 162e106 commit 70cd1ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css-align/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
456456

457457
<pre class="propdef">
458458
Name: justify-content, align-content
459-
Value: auto | <<baseline-position>> | [ <<content-distribution>> <<content-position>>? | <<content-position>> ] && <<overflow-position>>?
459+
Value: auto | <<baseline-position>> | [ <<content-distribution>>? && <<content-position>>? ]! && <<overflow-position>>?
460460
Initial: auto
461461
Applies to: block containers, flex containers, and grid containers
462462
Inherited: no

0 commit comments

Comments
 (0)