Skip to content

1.0.2

Compare
Choose a tag to compare
@facelessuser facelessuser released this 15 Dec 15:20

1.0.2

  • FIX: Use proper CSS identifier patterns for tag names, classes, ids, etc. Things like #3 or #-3 should not match and should require #\33 or #-\33.
  • FIX: Do not raise NotImplementedError for supported pseudo classes/elements with bad syntax, instead raise SyntaxError.