5.3.0
Modify parsers to be AST-based
- Improve internal processing by switching from regular expression matching to AST-based parsing.
- Improve getter and setter of
cssText. - Improve serialization of
border,flex,margin, andpaddingshorthands. - Add
propertyListexport that lists the supported properties and their data. (This will eventually be used in jsdom, but it is still experimental.)