[csswg-drafts] [css-align] place-items doesn't allow 'left | right' keywords

javifernandez has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-align] place-items doesn't allow 'left | right' keywords  ==
We decided to remove 'left' and 'right' keywords from the <self-position> syntax clause so that we could use it in both, Self Alignment and Default Alignment properties' syntax. Since them, we explicitly add those keywords for the main/inline axis properties (justify-self and justify-items).

However, this change made the place-items grammar wrong, or at least, incomplete:

https://drafts.csswg.org/css-align/#place-items-property
> [ normal \| stretch \| &lt;baseline-position&gt; \| &lt;self-position&gt; ]   [ normal \| stretch \| &lt;baseline-position&gt; \| &lt;self-position&gt; ]?









Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2275 using your GitHub account

Received on Monday, 5 February 2018 20:57:38 UTC