Re: [csswg-drafts] [cssom] In what order should properties be serialized?

Yep, I didn't see that section. Looks like the canonical order should be specified in the individual specs, which for some properties isn't quite clear, e.g. for `border` (https://drafts.csswg.org/css-backgrounds-3/#propdef-border). I would suppose it should be `border-top`, `border-right`, `border-bottom`, `border-left`, but Chrome seems to serialize `border-top`, `border-bottom`, `border-left`, `border-right` and Firefox `border-top`, `border-left`, `border-bottom`, `border-right`. However, it isn't particularly clear which would be right.

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

Received on Saturday, 7 April 2018 01:27:59 UTC