You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"No. There is a lexicalHandler, that can handle comments, doctype, cdata sections. But this feature is not implemented yet (but it is very easy to do)."
Are you going to do this?)
I mean, it would be great if you could combine contentHandler and lexicalHandler into one Handler!
This way, everybody will be able to create the DOM tree of HTML code in manner as they want!
The text was updated successfully, but these errors were encountered:
By the way, I was wrong about CDATA sections: HTML5 tokenizer does not produce these.
CDATA is illegal in HTML(treated as comment), but allowed in foreign content, such as SVG or MathML.
You have written this:
"No. There is a lexicalHandler, that can handle comments, doctype, cdata sections. But this feature is not implemented yet (but it is very easy to do)."
Are you going to do this?)
I mean, it would be great if you could combine contentHandler and lexicalHandler into one Handler!
This way, everybody will be able to create the DOM tree of HTML code in manner as they want!
The text was updated successfully, but these errors were encountered: