You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrap declarations after/in nested group rules in CSSNestedDeclarations
Declarations are no longer hoisted or wrapped in a style rule.
Some problem remains...
1. @font-feature-values, @function, @page, can also have declarations
interleaved with rules, but CSSNestedDeclarations is currently
associated to style properties. (w3c/csswg-drafts#11272)
2. "}" should be ignored in a "style" attribute value (a declaration
block) but the algorithm has been replaced with the same algorithm
than for a block of rules and declarations. (w3c/csswg-drafts#11113)
3. The current text wants declarations interleaved by an invalid at-rule
or an invalid (qualified) rule error to be separated, but the reason
is not stated and no browser does this. (w3c/csswg-drafts#11271)
4. The current text clearly has some other minor typos and is not clear
about whether rules and declaration, or only rules, should be
returned. (w3c/csswg-drafts#11017)
0 commit comments