Zirro / css-object-model

css-object-model is an implementation of the CSSOM specification
MIT License
9 stars 2 forks source link

Achieve parity with CSSStyleDeclaration #5

Open Zirro opened 7 years ago

Zirro commented 7 years ago

The CSSStyleDeclaration package has some support for serializing values. We should implement the algorithms in this location.

Aside from various TODOs in the CSSStyleDeclaration implementation, I'm not aware of other features that are missing in order to achieve parity here. Porting the tests from CSSStyleDeclaration might help reveal some, though.