Bug 24084 - Link Tag Issue: In safari, link tag is not able to open/recognize the relative url(https://csdraveurs.qc.ca/), when css file is externally linked.
Summary: Link Tag Issue: In safari, link tag is not able to open/recognize the relati...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 525.x (Safari 3.2)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://csdraveurs.qc.ca/
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-22 20:48 PST by Taruchhaya
Modified: 2023-12-30 01:59 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Taruchhaya 2009-02-22 20:48:49 PST
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.
Comment 1 Taruchhaya 2009-02-22 21:15:11 PST
I Steps:
Go to http://csdraveurs.qc.ca/

II Issue:
left navigation bar links have extra scroll bars
Comment 2 Anne van Kesteren 2023-12-30 01:59:00 PST
I can't reproduce this. I suspect this has been fixed in the intervening years.