Skip to content

Commit 95fa6a8

Browse files
committed
[css-align] Clarify previous commit - left/right are allowed in justify-items as well.
1 parent 3002551 commit 95fa6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-align-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,9 @@ Positional Alignment: the ''center'', ''start'', ''end'', ''self-start'', ''self
362362
</dl>
363363

364364
Note: ''left'' and ''right'' are excluded from <<self-position>>,
365-
despite being valid [=positional alignment=] values for 'justify-self',
365+
despite being valid [=positional alignment=] values for 'justify-self'/'justify-items',
366366
because they are not allowed in 'align-self'.
367-
They are instead explicitly included in the 'justify-self' grammar.
367+
They are instead explicitly included in the 'justify-self' and 'justify-items' grammars.
368368

369369
<aside class=example>
370370
The ''<self-position>/start'' and ''<self-position>/end'' keywords

0 commit comments

Comments
 (0)