Skip to content

Commit

Permalink
[css-align] Fix justify-items to correctly add left/right manually; f…
Browse files Browse the repository at this point in the history
…ix place-items to match place-content/self. Fixes #2275
  • Loading branch information
tabatkins committed Mar 26, 2018
1 parent 61d9171 commit 3e27468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-align-3/Overview.bs
Expand Up @@ -1682,7 +1682,7 @@ Inline/Main-Axis Alignment: the 'justify-items' property</h3>

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

<pre class="propdef">
Name: place-items
Value: [ normal | stretch | <<baseline-position>> | <<self-position>> ] [ normal | stretch | <<baseline-position>> | <<self-position>> ]?
Value: <'align-items'> <'justify-items'>?
Initial: see individual properties
Applies to: all elements
Inherited: no
Expand Down

0 comments on commit 3e27468

Please sign in to comment.