Allow html Comments when using html-min
I'm getting a yarte (feature=["html-min"]) error for
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
obviously this html comment is more than a simple html comment and should therefore work. error I'm getting: "No use html comment, use yarte comments instead"
Edit: Mentioning html-min feature
Html5 parser is work is progress. Use without html minification.
I will consider these cases. Thanks for reporting, I leave it open to remember.
do you plan to use html5ever or do you want to fork it?
I refork it :smile:. I need the clonable status of the tokenizer. And modify how it treats certain elements such as html attributes. Remove certain abstractions and dock it to a DOM.