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
Actually, I think there are some misnomers. E.g. the current Rule\Rule class should be a Declaration or CssDeclaration in some namespace (ref). And the Rule and Property namespaces seem to be transposed from their current official definitions: a 'rule' is an enclosing block; a 'property' is a single value.
https://www.w3.org/TR/cssom-1/
https://www.w3.org/TR/css-syntax-3/
We'll probably need to use PHP class aliases and deprecate a lot of things.
The text was updated successfully, but these errors were encountered: