1.0.2
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 raiseSyntaxError
.