Software Details:
Version: 0.3.1
Upload Date: 18 Apr 16
Distribution Type: Freeware
Downloads: 83
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.
What is new in this release:
- Allow \' and \" escape sequences in strings, albeit not full escape sequence support.
- Support IE expression() values.
- Support @-moz-document.
- Fix some issues in older Firefox and IE browsers.
- Correctly set parentStyleSheet on rules added via insertRules.
What is new in version 0.2.5:
- Fix for CSSOM.CSSStyleSheet.prototype.insertRule.
Comments not found