Zirro / css-object-model

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

Implement serializers #2

Open Zirro opened 7 years ago

Zirro commented 7 years ago

The lib/serializers directory contains several incomplete implementations of serialization algorithms along with references to their location in their spec. While CSSTree handles some of the serialization, we'll need to write these ourselves to ensure that they follow the spec.