@@ -614,7 +614,7 @@ Content Distribution: the 'align-content' and 'justify-content' properties and '
614
614
615
615
<pre class="propdef">
616
616
Name : align-content
617
- Value : normal | <<baseline-position>> | <<content-distribution>> | [ <<overflow-position>>? && <<content-position>> ]
617
+ Value : normal | <<baseline-position>> | <<content-distribution>> | [ <<overflow-position>>? <<content-position>> ]
618
618
Initial : normal
619
619
Applies to : block containers, flex containers, and grid containers
620
620
Inherited : no
@@ -626,7 +626,7 @@ Content Distribution: the 'align-content' and 'justify-content' properties and '
626
626
627
627
<pre class="propdef">
628
628
Name : justify-content
629
- Value : normal | <<content-distribution>> | [ <<overflow-position>>? && <<content-position>> ]
629
+ Value : normal | <<content-distribution>> | [ <<overflow-position>>? <<content-position>> ]
630
630
Initial : normal
631
631
Applies to : block containers, flex containers, and grid containers
632
632
Inherited : no
@@ -1125,7 +1125,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
1125
1125
1126
1126
<pre class="propdef">
1127
1127
Name : align-self
1128
- Value : auto | normal | stretch | <<baseline-position>> | [ <<overflow-position>>? && <<self-position>> ]
1128
+ Value : auto | normal | stretch | <<baseline-position>> | [ <<overflow-position>>? <<self-position>> ]
1129
1129
Initial : auto
1130
1130
Applies to : flex items, grid items, and absolutely-positioned boxes
1131
1131
Inherited : no
@@ -1167,7 +1167,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
1167
1167
[[#baseline-align-self]] ,
1168
1168
and [[#baseline-rules]] .
1169
1169
1170
- : <<overflow-position>> ? && <<self-position>>
1170
+ : <<overflow-position>> ? <<self-position>>
1171
1171
::
1172
1172
Defined in [[#alignment-values]] , above.
1173
1173
</dl>
@@ -1392,7 +1392,7 @@ Inline/Main-Axis Alignment: the 'justify-items' property</h3>
1392
1392
1393
1393
<pre class="propdef">
1394
1394
Name : justify-items
1395
- Value : auto | normal | stretch | <<baseline-position>> | [ <<overflow-position>>? && <<self-position>> ] | [ legacy && [ ''<content-position>/left'' | ''<content-position>/right'' | ''<content-position>/center'' ] ]
1395
+ Value : auto | normal | stretch | <<baseline-position>> | [ <<overflow-position>>? <<self-position>> ] | [ legacy && [ ''<content-position>/left'' | ''<content-position>/right'' | ''<content-position>/center'' ] ]
1396
1396
Initial : auto
1397
1397
Applies to : all elements
1398
1398
Inherited : no
@@ -1444,7 +1444,7 @@ Block/Cross-Axis Alignment: the 'align-items' property</h3>
1444
1444
1445
1445
<pre class="propdef">
1446
1446
Name : align-items
1447
- Value : normal | stretch | <<baseline-position>> | [ <<overflow-position>>? && <<self-position>> ]
1447
+ Value : normal | stretch | <<baseline-position>> | [ <<overflow-position>>? <<self-position>> ]
1448
1448
Initial : normal
1449
1449
Applies to : all elements
1450
1450
Inherited : no
@@ -1703,6 +1703,8 @@ Changes</h2>
1703
1703
(<a href="https://github.com/w3c/csswg-drafts/issues/1184">Issue 1184</a> )
1704
1704
<li> Deferred ability to specify fallback alignments to Level 4.
1705
1705
(<a href="https://github.com/w3c/csswg-drafts/issues/1002#issuecomment-295143297">Issue 1002</a> )
1706
+ <li> Fixed position of <<overflow-position>> wrt <<content-position>> .
1707
+ (<a href="https://github.com/w3c/csswg-drafts/issues/1001">Issue 1001</a> )
1706
1708
</ul>
1707
1709
1708
1710
<h2 id="privacy-security">
0 commit comments