[Bug 24341] Content-Style-Type flagged as bug

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24341

Michael[tm] Smith <mike@w3.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |mike@w3.org
         Resolution|---                         |WONTFIX

--- Comment #1 from Michael[tm] Smith <mike@w3.org> ---
(In reply to Joihannes from comment #0)
> The following is flagged as error. Content-Style-Type is allowed
> 
> Error Line 6, Column 58: Bad value Content-Style-Type for attribute
> http-equiv on element meta.
> 
>  <meta http-equiv="Content-Style-Type" content="text/css">

Yeah, that's intentionally not allowed, because Content-Style-Type is not
defined as a valid http-equiv value in the current HTML spec, and because it
actually has no effect in any relevant UAs (the default styling language in all
Web UAs/browsers is already CSS, and that's never going to change, so there's
no point in using Content-Style-Type to specify the default styling language).

You can eliminate the error by removing the <meta
http-equiv="Content-Style-Type" content="text/css"> instance from the document.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 21 January 2014 09:43:18 UTC