Closed
Bug 317395
Opened 20 years ago
Closed 20 years ago
Multiple link(css) elements with title attributes are treated as alternatives regardless of rel value.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 231920
People
(Reporter: gary.kk5st, Unassigned)
Details
Attachments
(4 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
If there are multiple link elements to style sheets that have title attributes, they are treated as alternative style sheets even though the attribute rel="stylesheet".
Opera8 does the same, so it may be a "feature", but maybe not well thought out.
Reproducible: Always
Steps to Reproduce:
1.In the <head> section create links to stylesheets of the form
<link type="text/css"
rel="stylesheet"
href="stylesheet1.css"
title="css1" />
2. Create appropriate stylesheets.
3. Open html in browser.
Actual Results:
Only the first titled file will be honored, even though rel="stylesheet". The other css files are available as alternative styles.
Expected Results:
All links of attribute rel="stylesheet" should be loaded and honored without regard to title. Alternative stylesheets should be determined by their rel values.
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
| Reporter | ||
Comment 3•20 years ago
|
||
| Reporter | ||
Comment 4•20 years ago
|
||
Comment 5•20 years ago
|
||
*** This bug has been marked as a duplicate of 231920 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•