According to XHTML, I should mark
<style type="text/css"><!--/*--><![CDATA[/*><!--*/
...
/*]]>*/--></style>
http://www.hixie.ch/advocacy/xhtml
instead of <style type="text/css"><!-- ... --></style>
otherwise the comment is respected and the rules are dropped. Ok.
But it is not comfortable to manually insert these cryptic things.
What about enabling an Option like --ignore-style-comments or --allow-style-cdata ?
And I missed this info in the User Guidelines 4.0.
<style type="text/css"><!--/*--><![CDATA[/*><!--*/
...
/*]]>*/--></style>
http://www.hixie.ch/advocacy/xhtml
instead of <style type="text/css"><!-- ... --></style>
otherwise the comment is respected and the rules are dropped. Ok.
But it is not comfortable to manually insert these cryptic things.
What about enabling an Option like --ignore-style-comments or --allow-style-cdata ?
And I missed this info in the User Guidelines 4.0.