Created as an implementation of the CSS Object Model in pure JavaScript, CSSOM can additionally be used to parse CSS structures into JavaScript objects.
This means CSSOM can be used to accurately portray the structure of a stylesheet via JS code.
Works with client-side (browsers) and server-side (Node.js) environments.
Requirements:
· JavaScript enabled on client side
· Node.js 0.2 or higher (for server side environments)
What's New in This Release: [ read full changelog ]
· Fix for CSSOM.CSSStyleSheet.prototype.insertRule.