Skip to content

v0.9.26

Choose a tag to compare

@github-actions github-actions released this 05 Dec 01:02
· 24 commits to master since this release
2730402

Patch Changes

  • #70 e597dfe Thanks @acemir! - fix: improve CSSStyleSheet MediaList and parser
    • CSSStyleSheet replace and replaceSync mutates cssText instead of reasign
    • CSSStyleSheet.removeRule index defaults to 0
    • set MediaList.mediaText to null empties the the list
    • MediaList.toString returns the same as MediaList.mediaText
    • CSSOM.parse initializes styleSheet.media.mediaText with the content of ownerNode media attribute when available