On 23/12/06, Chris Pallé <[EMAIL PROTECTED]> wrote: > Hi All, I have a question regarding this bit of syntax I see several > people using: > > > /* <![CDATA[ */ > > css stuff here.... > > /* ]]> */ > > > The only time I've used CDATA is creating a DTD. What is it's > usefulness/purpose here?
You need to use CDATA containers to allow inline CSS/JavaScript content to validate when checking XHTML documents[1]. [1] http://www.w3.org/TR/xhtml1/#h-4.8 -- Cheers, Sasha ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
