[Webkit-unassigned] [Bug 20018] New: Serving, applying a stylesheet with HTTP Link header fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 12 10:50:57 PDT 2008


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

           Summary: Serving, applying a stylesheet with HTTP Link header
                    fails
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
               URL: http://simon.html5.org/test/ie7b2-bugs/029.php
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: browserbugs at gtalbot.org


"
Web server managers may find it convenient to configure a server so that a
style sheet will be applied to a group of pages. The HTTP Link header has the
same effect as a LINK element with the same attributes and values.
"
HTML 4.01, section 14.6 Linking to style sheets with HTTP headers
http://www.w3.org/TR/html4/present/styles.html#h-14.6

Steps to reproduce
------------------
Load provided URL

Actual results in Safari 3.1.2 build 525.21
-------------------------------------------
The webpage has a red background.

Expected results
----------------
The webpage should have a green background.

Notes
- Link http-equiv
<meta http-equiv=Link content="<support/limepage.css>; rel=stylesheet">
http://simon.html5.org/test/ie7b2-bugs/030.html 
also fails
- meta-testcase for various methods of linking and/or importing CSS stylesheets
http://www.hixie.ch/tests/adhoc/css/cascade/import/002.html
fails, in particular for (a) to (f) when the HTTP response headers
{
Link:   <002d.css>; rel="stylesheet"    
Link:   <002f.css>; rel="stylesheet"
}
are listed:
View HTTP Response Header for that meta-testcase:
http://web-sniffer.net/?url=http%3A%2F%2Fwww.hixie.ch%2Ftests%2Fadhoc%2Fcss%2Fcascade%2Fimport%2F002.html&submit=Submit&http=1.1&gzip=yes&type=GET&uak=0


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



More information about the webkit-unassigned mailing list