v0.9.17
Patch Changes
-
#41
a48b41fThanks @acemir! - feat: sync common rules interfaces- CSSRule
parentRuleandparentStyleSheet, are now prototype getters to be readonly according to the CSSRule interface. - CSSStyleRule
selectorTextandstyleare now prototype getter and setter according to the CSSStyleRule interface. - Added a try catch to override local CSSStyleDeclaration with the one from cssstyle when needed
- Implemented methods and indexed getters for CSSKeyframesRule
- Implementd errorUtils for a more organized way to handle errors
- CSSRule