Skip to content

Commit e12f6a4

Browse files
committed
[css-align] Define the 'normal' value for justify/align-content, too.
1 parent 1f86584 commit e12f6a4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

css-align/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
498498

499499
<pre class="propdef">
500500
Name: justify-content, align-content
501-
Value: auto | <<baseline-position>> | <<content-distribution>> || [ <<overflow-position>>? && <<content-position>> ]
501+
Value: normal | <<baseline-position>> | <<content-distribution>> || [ <<overflow-position>>? && <<content-position>> ]
502502
Initial: auto
503503
Applies to: block containers, flex containers, and grid containers
504504
Inherited: no
@@ -509,7 +509,7 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
509509
</pre>
510510

511511
Aligns the contents of the box as a whole along the box's inline/row/main axis.
512-
Values other than <dfn value for="justify-content, align-content">auto</dfn> are defined in [[#alignment-values]], above.
512+
Values other than <dfn value for="justify-content, align-content">normal</dfn> are defined in [[#alignment-values]], above.
513513
If both a <<content-distribution>> and <<content-position>> are given,
514514
the <<content-position>> provides an explicit <a>fallback alignment</a>.
515515

@@ -526,13 +526,13 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
526526
the <a>fallback alignment</a> is used instead.
527527
The 'justify-content' property does not apply to and has no effect on block containers.
528528

529-
All values other than ''justify-content/auto'' force the block container to establish a new formatting context.
530-
For table cells, the behavior of the ''justify-content/auto'' depends on the computed value of 'vertical-align':
529+
All values other than ''justify-content/normal'' force the block container to establish a new formatting context.
530+
For table cells, the behavior of the ''justify-content/normal'' depends on the computed value of 'vertical-align':
531531
''vertical-align/top'' makes it behave as ''start'',
532532
''vertical-align/middle'' makes it behave as ''center'',
533533
''vertical-align/bottom'' makes it behave as ''end'',
534534
and all other values make it behave as ''baseline''.
535-
''justify-content/auto'' otherwise behaves as ''start''.
535+
''justify-content/normal'' otherwise behaves as ''start''.
536536

537537
<dt>Multicol Layout:
538538
<dd>
@@ -544,7 +544,7 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
544544
the <a>fallback alignment</a> is used instead.
545545
The 'justify-content' property does not apply to and has no effect on multi-column elements.
546546

547-
''justify-content/auto'' behaves as ''start''.
547+
''justify-content/normal'' behaves as ''start''.
548548

549549
<dt>Flex Containers:
550550
<dd>
@@ -559,7 +559,7 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
559559
''<content-distribution>/stretch'' behaves as ''flex-start''
560560
(ignoring the specified <a>fallback alignment</a>, if any).
561561

562-
''justify-content/auto'' behaves as ''<content-distribution>/stretch''.
562+
''justify-content/normal'' behaves as ''<content-distribution>/stretch''.
563563

564564
See [[!CSS3-FLEXBOX]] for details.
565565

@@ -573,7 +573,7 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
573573
The 'justify-content' property applies along the <a lt="inline axis">inline (row) axis</a>,
574574
aligning the <a>grid columns</a>.
575575

576-
''justify-content/auto'' behaves as ''start''.
576+
''justify-content/normal'' behaves as ''start''.
577577

578578
See [[!CSS3-GRID-LAYOUT]] for details.
579579
</dl>

0 commit comments

Comments
 (0)