Closed mankyd closed 9 years ago
Per https://github.com/mankyd/htmlmin/pull/22, we currently escape < and other characters that don't require escaping.
<
According to the spec, only ", ', and & potentially require escaping: https://html.spec.whatwg.org/multipage/syntax.html#syntax-attributes
"
'
&
Per https://github.com/mankyd/htmlmin/pull/22, we currently escape
<
and other characters that don't require escaping.According to the spec, only
"
,'
, and&
potentially require escaping: https://html.spec.whatwg.org/multipage/syntax.html#syntax-attributes