[Webkit-unassigned] [Bug 80515] New: HTML meta http-equiv "Content-Style-Type" not supported

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 7 08:46:01 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=80515

           Summary: HTML meta http-equiv "Content-Style-Type" not
                    supported
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://hixie.ch/tests/evil/css/import/main/defaultlang
                    uage.html
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pravind.2k4 at gmail.com
                CC: pravind.2k4 at gmail.com


Overview: 
meta http-equiv "Content-Style-Type" is used to set the default style sheet language for a document. Any HTML tag having a style attribute must use the default style sheet language set by "Content-Style-Type" to parse the style content. If default style sheet language is not set then CSS will be set as the default style sheet language. 



Steps to Reproduce: 
1) Fetch the test URL
2) Observe how ~(41a). Style set by style attribute in a language tagged as "text/nonsense".~  is rendered.

Expected Results:
The text ~(41a). Style set by style attribute in a language tagged as "text/nonsense".~  must not have any styling, i.e text must be black with white background color.

Actual Results:
The text ~(41a). Style set by style attribute in a language tagged as "text/nonsense".~  has styling with the text color as "red" on yellow background.

Builds and Platforms: Reproducible on all platforms and build

Additional Information:
1) The test URL has a good explanation of the test case .
2) For information on meta http-equiv "Content-Style-Type" refer to:
http://www.w3.org/TR/REC-html40/present/styles.html#h-14.2.1

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list