Closed
Bug 269562
Opened 20 years ago
Closed 20 years ago
Second linked stylesheet does not render styles when link contains title attribute
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: karen.mcadams, Assigned: dbaron)
References
()
Details
Attachments
(1 file)
|
78.53 KB,
image/gif
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041112 Firefox/0.9.1+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041112 Firefox/0.9.1+ When linking 2 stylesheets using <link href="vudu.css" rel="stylesheet" type="text/css" title="vudu"/> <link href="billPay.css" rel="stylesheet" type="text/css" title=bp"/> the styles in the second stylesheet are not interpreted by the browser. If you use the css editor that is included in the web developer plugin bult by chris p. you will see the style of the second sheet interpreted. Reproducible: Always Steps to Reproduce: 1.visit url above 2.view web page 3.click edit css, you will see the styles rendered in the second stylesheet Actual Results: the boxes in the second half of the page are not tan. Expected Results: the boxes in the second half of the page are tan
| Reporter | ||
Comment 1•20 years ago
|
||
if you remove the attributes from the link tag the styles will be rendered correctly
| Assignee | ||
Comment 2•20 years ago
|
||
Having a different title makes it an alternate stylesheet. See HTML 4.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•