fb55 / high5

html 5 tokenizer
26 stars 3 forks source link

status? #2

Open stevenvachon opened 9 years ago

stevenvachon commented 9 years ago

Hi. Curious as to the status of this project and if you intend to continue forward with it. I'd much like to see it finished as parse5 cannot suite all of my needs, particularly when a forgiving parser is required.

Also, will <{{tag}}> and <tag {{attr}}> be parsed as html (like htmlparser2) or as a string (like parse5) ?

fb55 commented 9 years ago

I would like to continue working on this, but would need to spend at least another week on it, which I currently don't have.

The HTML standard doesn't allow tag and attribute names to contain parenthesis, so at least by default, it won't be supported. Still, adding an option that permits it should be pretty simple.