@@ -645,7 +645,7 @@ Content Distribution: the 'align-content' and 'justify-content' properties and '
645
645
646
646
<pre class="propdef">
647
647
Name : place-content
648
- Value : <<'align-content'>> <<'justify-content'>>
648
+ Value : <<'align-content'>> <<'justify-content'>>?
649
649
Initial : normal
650
650
Applies to : block containers, flex containers, and grid containers
651
651
Inherited : no
@@ -902,7 +902,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
902
902
903
903
<pre class="propdef">
904
904
Name : justify-self
905
- Value : auto | normal | stretch | <<baseline-position>> | [ <<overflow-position>>? && <<self-position>> ]
905
+ Value : auto | normal | stretch | <<baseline-position>> | <<overflow-position>>? <<self-position>>
906
906
Initial : auto
907
907
Applies to : block-level boxes, absolutely-positioned boxes, and grid items
908
908
Inherited : no
@@ -954,7 +954,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
954
954
[[#baseline-align-self]] ,
955
955
and [[#baseline-rules]] .
956
956
957
- : <<overflow-position>> ? && <<self-position>>
957
+ : <<overflow-position>> ? <<self-position>>
958
958
::
959
959
Defined in [[#alignment-values]] , above.
960
960
</dl>
@@ -1129,7 +1129,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
1129
1129
1130
1130
<pre class="propdef">
1131
1131
Name : align-self
1132
- Value : auto | normal | stretch | <<baseline-position>> | [ <<overflow-position>>? <<self-position>> ]
1132
+ Value : auto | normal | stretch | <<baseline-position>> | <<overflow-position>>? <<self-position>>
1133
1133
Initial : auto
1134
1134
Applies to : flex items, grid items, and absolutely-positioned boxes
1135
1135
Inherited : no
@@ -1316,7 +1316,7 @@ Self-Alignment Shorthand: the 'place-self' property</h3>
1316
1316
1317
1317
<pre class="propdef">
1318
1318
Name : place-self
1319
- Value : [ auto | normal | stretch | <<baseline-position >> | <<self-position>> ]{1,2}
1319
+ Value : <<'align-self' >> <<'justify-self'>>?
1320
1320
Initial : auto
1321
1321
Applies to : block-level boxes, absolutely-positioned boxes, and grid items
1322
1322
Inherited : no
0 commit comments