0.3.0 • Published 7 years ago

css-object-model v0.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

css-object-model

css-object-model is an implementation of the CSS Object Model (CSSOM) specification for use in jsdom. It is built upon the excellent CSSTree parser, which provides speed and standards-compliant parsing.

This package is a work in progress, with the currently supported interfaces listed below.

Interfaces

Fully supported

  • CSSFontFaceRule
  • CSSNamespaceRule
  • CSSRule
  • CSSRuleList
  • StyleSheetList

Partially supported

  • CSSStyleDeclaration
  • CSSStyleRule
  • CSSStyleSheet
  • StyleSheet

Not supported (yet)

  • CSS
  • CSSConditionRule
  • CSSGroupingRule
  • CSSImportRule
  • CSSKeyframeRule
  • CSSKeyframesRule
  • CSSMarginRule
  • CSSMediaRule
  • CSSPageRule
  • MediaList
0.3.0

7 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago