mankyd / htmlmin

A configurable HTML Minifier with safety features
https://htmlmin.readthedocs.org/en/latest/
Other
129 stars 40 forks source link

XHTML incompatible #62

Open bad-blue-bull opened 3 years ago

bad-blue-bull commented 3 years ago

tried to run it with htmlmin -p img link --keep-optional-attribute-quotes file.xhtml file_minified.xhtml but I get error because still <link href="style.css" type="text/css" rel="stylesheet" /> gets converted to <link href="style.css" type="text/css" rel="stylesheet"> and <img src="image.gif" alt="" /> to <img src="image.gif" alt>