[Webkit-unassigned] [Bug 24084] New: "Link Tag" issue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 22 20:48:50 PST 2009


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

           Summary: "Link Tag" issue
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: PC
               URL: http://csdraveurs.qc.ca/
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: taruchhaya at rediffmail.com


I found this bug while analysing BUG ID:23744I::stylesheet not applied because
css file not parsed correctly if it contains comments and charset

I have done some analysis on this bug.My observations are:

Issue is in this bug,i.e. in "Link Tag".
Reason:: In Safari, Link Tag is not able to open/recognize the externally
linked CSS file. 
As, HTML document contains the following snippet for link tag:
<link href="leftframe.css" rel="stylesheet" type="text/css">
<link href="../leftframe.css" rel="stylesheet" type="text/css"> 

Here, In second link statement: "../leftframe.css" is invalid because it is
trying to access the .css file from the root level, which is not available,
webkit should check this condition and then resolve it by appending to the base
URI just like how IE does.


-- 
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