gorilla / css

Package gorilla/css is a CSS3 tokenizer.
https://gorilla.github.io
BSD 3-Clause "New" or "Revised" License
86 stars 36 forks source link

Rewrite for current Syntax Level 3 #13

Open riking opened 6 years ago

riking commented 6 years ago

I needed a tokenizer that properly skipped bad-string and bad-url without erroring out, so I just rewrote the whole thing /shrug

Expanded the tests and includes fuzz testing.

kisielk commented 6 years ago

Wow, definitely thorough :)

So do you think this should just be put alongside the existing scanner package, or should it supersede it?

coreydaley commented 1 year ago

@riking This pull request has some complex conflicts that need to be resolved and then we can review it. Thanks!