NV / CSSOM

Unmaintained! ⚠️ CSS Object Model implemented in pure JavaScript. Also, a CSS parser.
https://nv.github.io/CSSOM/docs/parse.html
MIT License
751 stars 99 forks source link

CSSMediaRule should derive from CSSConditionRule #105

Closed TimothyGu closed 3 years ago

TimothyGu commented 4 years ago

In the latest spec, CSSMediaRule now derives from CSSConditionRule, which derives from CSSGroupingRule. Some methods that are useful that are now available for CSSMediaRule include insertRule(), which is requested by @jspurlin in https://github.com/jsdom/jsdom/issues/2974.

NV commented 4 years ago

CSSOM isn't actively maintained. That being said, I still take pull requests.