Skip to content

Commit 0f3e083

Browse files
committed
[css-align] Complete changes required by #1001; fixes #1446 and #1445.
1 parent 908b3a9 commit 0f3e083

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-align/Overview.bs

+5-5
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ Content Distribution: the 'align-content' and 'justify-content' properties and '
645645

646646
<pre class="propdef">
647647
Name: place-content
648-
Value: <<'align-content'>> <<'justify-content'>>
648+
Value: <<'align-content'>> <<'justify-content'>>?
649649
Initial: normal
650650
Applies to: block containers, flex containers, and grid containers
651651
Inherited: no
@@ -902,7 +902,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
902902

903903
<pre class="propdef">
904904
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>>
906906
Initial: auto
907907
Applies to: block-level boxes, absolutely-positioned boxes, and grid items
908908
Inherited: no
@@ -954,7 +954,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
954954
[[#baseline-align-self]],
955955
and [[#baseline-rules]].
956956

957-
: <<overflow-position>>? && <<self-position>>
957+
: <<overflow-position>>? <<self-position>>
958958
::
959959
Defined in [[#alignment-values]], above.
960960
</dl>
@@ -1129,7 +1129,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
11291129

11301130
<pre class="propdef">
11311131
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>>
11331133
Initial: auto
11341134
Applies to: flex items, grid items, and absolutely-positioned boxes
11351135
Inherited: no
@@ -1316,7 +1316,7 @@ Self-Alignment Shorthand: the 'place-self' property</h3>
13161316

13171317
<pre class="propdef">
13181318
Name: place-self
1319-
Value: [ auto | normal | stretch | <<baseline-position>> | <<self-position>> ]{1,2}
1319+
Value: <<'align-self'>> <<'justify-self'>>?
13201320
Initial: auto
13211321
Applies to: block-level boxes, absolutely-positioned boxes, and grid items
13221322
Inherited: no

0 commit comments

Comments
 (0)