- From: Jelks Cabaniss <jelks@jelks.nu>
- Date: Tue, 20 Jan 2004 19:40:04 -0500
- To: <html-tidy@w3.org>
Any chance for an option to *not* wrap the <style> section in "commented"
CDATA sections? There are no '<' or '&' characters needed in any version of
CSS. It would be sooo much nicer to have just a plain
<style type="text/css">
</style>
instead of the grotesque
<style type="text/css">
/*<![CDATA[*/
/*]]>*/
</style>
currently emitted with XHTML output.
Thanks,
/Jelks
PS. I tried sending this to the 'tidy-develop' list, but I keep getting an
Unknown user: tidy-develop@lists.sourceforge.net
error in the returned mail.
Received on Tuesday, 20 January 2004 19:40:13 UTC