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)

x86
Linux
defect
Not set
normal

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.
Attached file html test case
*** 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.

Attachment

General

Creator:
Created:
Updated:
Size: