Skip to content

Commit e729b45

Browse files
committed
[css-align] Fix syntactic position of <overflow-position> and <self-position> etc. Fixes #1001.
1 parent c38cac4 commit e729b45

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

css-align/Overview.bs

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Content Distribution: the 'align-content' and 'justify-content' properties and '
614614

615615
<pre class="propdef">
616616
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>> ]
618618
Initial: normal
619619
Applies to: block containers, flex containers, and grid containers
620620
Inherited: no
@@ -626,7 +626,7 @@ Content Distribution: the 'align-content' and 'justify-content' properties and '
626626

627627
<pre class="propdef">
628628
Name: justify-content
629-
Value: normal | <<content-distribution>> | [ <<overflow-position>>? && <<content-position>> ]
629+
Value: normal | <<content-distribution>> | [ <<overflow-position>>? <<content-position>> ]
630630
Initial: normal
631631
Applies to: block containers, flex containers, and grid containers
632632
Inherited: no
@@ -1125,7 +1125,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
11251125

11261126
<pre class="propdef">
11271127
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>> ]
11291129
Initial: auto
11301130
Applies to: flex items, grid items, and absolutely-positioned boxes
11311131
Inherited: no
@@ -1167,7 +1167,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
11671167
[[#baseline-align-self]],
11681168
and [[#baseline-rules]].
11691169

1170-
: <<overflow-position>>? && <<self-position>>
1170+
: <<overflow-position>>? <<self-position>>
11711171
::
11721172
Defined in [[#alignment-values]], above.
11731173
</dl>
@@ -1392,7 +1392,7 @@ Inline/Main-Axis Alignment: the 'justify-items' property</h3>
13921392

13931393
<pre class="propdef">
13941394
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'' ] ]
13961396
Initial: auto
13971397
Applies to: all elements
13981398
Inherited: no
@@ -1444,7 +1444,7 @@ Block/Cross-Axis Alignment: the 'align-items' property</h3>
14441444

14451445
<pre class="propdef">
14461446
Name: align-items
1447-
Value: normal | stretch | <<baseline-position>> | [ <<overflow-position>>? && <<self-position>> ]
1447+
Value: normal | stretch | <<baseline-position>> | [ <<overflow-position>>? <<self-position>> ]
14481448
Initial: normal
14491449
Applies to: all elements
14501450
Inherited: no
@@ -1703,6 +1703,8 @@ Changes</h2>
17031703
(<a href="https://github.com/w3c/csswg-drafts/issues/1184">Issue 1184</a>)
17041704
<li>Deferred ability to specify fallback alignments to Level 4.
17051705
(<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>)
17061708
</ul>
17071709

17081710
<h2 id="privacy-security">

0 commit comments

Comments
 (0)