Re: [csswg-drafts] [css-align] place-items shorthand has wrong grammar

No, Gecko only supports CSS Align in Grid and Flexbox _layout_ 
currently.
We do **not** support any of the CSS Align properties in 
Block/Table/Multicol _layout_ **at all**.
We intend to implement _layout_ support for CSS Align on a "per 
module" basis, i.e. support
all of it for Block, then support all of it for Table etc.  Doing it 
all at once is just too much
with Mozilla's limited resources.  We could of course delay Grid and 
Flexbox support
until we've implemented it everywhere, but that would delay Grid for a
 year or more
and I don't think anyone wants that.

Note the word _layout_ above though.  The CSS Align properties are 
fully implemented
and enabled in the style system and that affects all box types, so 
they will show up as
computed values on blocks etc, it's just that they have no effect on 
the layout, except
for Grid/Flexbox.

(I think Chrome is taking a similar approach but I don't know the 
details.)

-- 
GitHub Notification of comment by MatsPalmgren
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/763#issuecomment-263086921 
using your GitHub account

Received on Saturday, 26 November 2016 21:27:23 UTC