Skip to content

Commit 3e27468

Browse files
committed
[css-align] Fix justify-items to correctly add left/right manually; fix place-items to match place-content/self. Fixes #2275
1 parent 61d9171 commit 3e27468

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-align-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ Inline/Main-Axis Alignment: the 'justify-items' property</h3>
16821682

16831683
<pre class="propdef">
16841684
Name: justify-items
1685-
Value: normal | stretch | <<baseline-position>> | [ <<overflow-position>>? <<self-position>> ] | [ legacy || [ left | right | center ] ]
1685+
Value: normal | stretch | <<baseline-position>> | <<overflow-position>>? [ <<self-position>> | left | right ] | legacy | legacy && [ left | right | center ]
16861686
Initial: legacy
16871687
Applies to: all elements
16881688
Inherited: no
@@ -1741,7 +1741,7 @@ Self-Alignment Shorthand: the 'place-items' property</h3>
17411741

17421742
<pre class="propdef">
17431743
Name: place-items
1744-
Value: [ normal | stretch | <<baseline-position>> | <<self-position>> ] [ normal | stretch | <<baseline-position>> | <<self-position>> ]?
1744+
Value: <'align-items'> <'justify-items'>?
17451745
Initial: see individual properties
17461746
Applies to: all elements
17471747
Inherited: no

0 commit comments

Comments
 (0)