Closed
Bug 31421
Opened 25 years ago
Closed 25 years ago
Broken CSS nested in font tags
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
M17
People
(Reporter: mikeque, Assigned: harishd)
References
()
Details
(Keywords: compat)
This is from HotBot.com. It seems that nesting some css code within font tags
screws up the css. A span sets the font-color to red but the red "bleeds" beyond
that span. I believe this is a regression bug since it didn't appear until M13
and M14.
Comment 1•25 years ago
|
||
Probably some bug 991-related residual style problem.
This is a compat bug, since the markup is badly formed.
Keywords: compat
Comment 2•25 years ago
|
||
Confirming on 2000041617 i686 linux.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Pierre: Please triage this one for us. Thanks.
Assignee: rickg → pierre
Comment 4•25 years ago
|
||
It's indeed a residual style problem. The problem doesn't happen when the FONT
tag is inside the DIV. Reassigned to Harish.
Assignee: pierre → harishd
Not a beta blocker. Moving to M17 but will try to get it for M16
Status: NEW → ASSIGNED
Target Milestone: --- → M17
Marking WORKSFORME.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•