[csswg-drafts] [css-align] Fix order of `unsafe`/`safe` keyword wrt alignment keyword

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

== [css-align] Fix order of `unsafe`/`safe` keyword wrt alignment 
keyword ==
Currently `align-self` and `justify-self` are defined to allow ` [ 
<overflow-position>? && <content-position> ]`. That these keywords 
allow reordering makes parsing ambiguous in the shorthand, so they are
 disallowed from the shorthand. However, we could fix the order of the
 keywords, and that would make them unambiguous in the shorthand. It 
would, however, violate the "allow reordering unless unambiguous" 
principle for the longhands.

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

Received on Thursday, 2 February 2017 22:52:12 UTC