w3c / csswg-drafts

CSS Working Group Editor Drafts
https://drafts.csswg.org/
Other
4.42k stars 648 forks source link

[cssom] [css-page] Define serialization of CSSMarginRule #9952

Open mstensho opened 6 months ago

mstensho commented 6 months ago

https://drafts.csswg.org/cssom/#css-rules defines how various rule types are serialized, but there's no entry for CSSMarginRule.

mstensho commented 6 months ago

I think this should just be the margin at-rule (including the '@') followed by a '{', the declaration block if any, then a '}' (and some space characters here and there).