htmlmin icon indicating copy to clipboard operation
htmlmin copied to clipboard

merged: add escape_tags option to enable/disable escaping tag names and attribut...

Open scythargon opened this issue 9 years ago • 1 comments

...es from @trbs

scythargon avatar May 05 '15 07:05 scythargon

I am reviewing this (sorry for the super unreasonable delay). My hesitation in merging is that this produces invalid HTML.

I am thinking the minifier should do it the hard way and deal specifically with "ambiguouos ampersands":

https://www.w3.org/TR/html5/single-page.html#syntax-ambiguous-ampersand

mankyd avatar Aug 25 '17 02:08 mankyd