Closed
Bug 119585
Opened 23 years ago
Closed 23 years ago
[RR]{ib}adding stylesheet breaks inheritance for block inside inline
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
DUPLICATE
of bug 129350
People
(Reporter: kazhik, Assigned: dbaron)
Details
(Keywords: testcase)
Attachments
(2 files)
<style> inside <body> breaks inheritance.
*************************************
<span style="color:red"><div>This text should be red</div></span>
<style type="text/css">
</style>
*************************************
If <style> doesn't exist, the text is in red.
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Updated•23 years ago
|
Attachment #64599 -
Attachment mime type: text/plain → text/html
Reporter | ||
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
Style system
Assignee: attinasi → dbaron
Component: Layout → Style System
QA Contact: petersen → ian
Assignee | ||
Comment 4•23 years ago
|
||
Testcase #2 breaks as well if I do a theme switch while displaying it.
Assignee | ||
Updated•23 years ago
|
Summary: <style> inside <body> breaks inheritance → adding stylesheet breaks inheritance for block inside inline
Assignee | ||
Updated•23 years ago
|
Summary: adding stylesheet breaks inheritance for block inside inline → [RR]adding stylesheet breaks inheritance for block inside inline
Comment 5•23 years ago
|
||
Would Marc's comments in bug 111238 be related?
Comment 6•23 years ago
|
||
This is probably what had me stumped in bug 41521. There's a patch (attachment
63448 [details] [diff] [review]) in that bug that ought to fix the reframe issue if someone else can
figure out the style system magic.
Assignee | ||
Comment 7•23 years ago
|
||
This is probably closely related to bug 120878.
Summary: [RR]adding stylesheet breaks inheritance for block inside inline → [RR]{ib}adding stylesheet breaks inheritance for block inside inline
Assignee | ||
Comment 8•23 years ago
|
||
There's a fix in bug 129350.
*** This bug has been marked as a duplicate of 129350 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•