Emlyn wrote:
> 
> If your style sheet begins something like
> 
> <style type=" text/css">
> 
> Then Mozilla renders the page with those style rules anyway. IE,
> surprisingly enough, is stricter than us, requiring that the attribute
> be, exactly, "text/css" (no space).
> 
> Is this a bug or a feature?

The type attribute takes a CDATA value. User Agents are permitted,
but not required, to ignore leading and trailing whitespace in
CDATA attribute values.

http://www.w3.org/TR/html4/types.html#type-cdata

Reply via email to