[Webkit-unassigned] [Bug 7742] New: stylesheet links with title attributes with values kill subsequent styelesheet links

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Mar 12 17:24:23 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7742

           Summary: stylesheet links with title attributes with values kill
                    subsequent styelesheet links
           Product: WebKit
           Version: 417.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: major
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: ryan at vertexworks.com


Consider the following code which is valid according to the w3c: 

<link rel="stylesheet" type="text/css" href="main.css" title="main" />
<link rel="stylesheet" type="text/css" href="common.css" title="common css
bits" />

<link title="" rel="alternate stylesheet" type="text/css" href="altA.css"
title="alternate theme A" />
<link title="" rel="alternate stylesheet" type="text/css" href="altB.css"
title="alternate theme B" />

The common.css file will NOT load. However, if you remove the title attributes
or use the @import method to load it, it will load. Any CSS link in a document
header with a title attribute that contains a value kills the loading of any
subsequent CSS linked stylesheets.


-- 
Configure bugmail: http://bugzilla.opendarwin.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