Skip to content

5.3.0

Choose a tag to compare

@domenic domenic released this 13 Sep 03:28
· 67 commits to main since this release

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, and padding shorthands.
  • Add propertyList export that lists the supported properties and their data. (This will eventually be used in jsdom, but it is still experimental.)