monosans opened this issue a year ago · 0 comments
Removing attributes causes problems with CSS selectors.
For example: input[type=text] CSS selector stops working because minify-html removes the type attribute if it is equal to type.
input[type=text]
type