Re: [csswg-drafts] [css-grid] Doubts about specified and computed value of `grid-auto-flow` property

Canonical order refers to the order in which multiple things are serialized. It doesn't say what to serialize. I think the CSSOM generally recommends to use the most backwards-compatible shortest representation, so 'row', 'dense', 'column', and 'column dense' would be valid serializations of `[ row | column ] || dense`. However, I'm not a CSSOM expert. :) Best to check with @tabatkins and/or @zcorpan (or @dbaron who knows pretty much everything).

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

Received on Wednesday, 27 September 2017 05:01:23 UTC