[csswg-drafts] Pull Request: [cssom-1] Fix false assumption that all rules are style rules

cdoublev has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [cssom-1] Fix false assumption that all rules are style rules ==
`CSSRuleList` is currently defined as *"a collection of CSS **style** rules"*.

`CSSRule` is currently defined as *"representing a CSS **style** rule"*.

I do not know if this is a remnant of an older version of the spec, or if this somewhat matches browser implementations. In the second case, I assume it is better to make the spec more abstract.

See https://github.com/w3c/csswg-drafts/pull/10190


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 10 April 2024 07:11:17 UTC