Closed
Bug 46090
Opened 25 years ago
Closed 25 years ago
<dl><dd><ul> is red
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: MatsPalmgren_bugz, Assigned: attinasi)
Details
(Keywords: polish, testcase, Whiteboard: [nsbeta2-] have easy, very low risk fix)
Attachments
(3 files)
207 bytes,
text/html
|
Details | |
7.07 KB,
patch
|
Details | Diff | Splinter Review | |
487 bytes,
patch
|
Details | Diff | Splinter Review |
REPEAT-BY:
1. load the following markup:
<dl>
<dt></dt>
<dd>
<ul>
<li>JSR 72 Generic Security Services API
</ul>
</dd>
</dl>
ACTUAL: the text is red
EXPECTED: the text should be black
I am using build 2000-07-20-08 on Windows 98 SE.
Reporter | ||
Comment 1•25 years ago
|
||
Confirmed in compat mode. Does not occur in standards mode in Mac build
2000071810. I'm inclined to believe this is an All/All issue.
Reporter | ||
Comment 3•25 years ago
|
||
Digging further - I found the following in quirk.css:
/* Quirk: UL under a DL has no margins (b=32989) */
dl ul {
margin: 0 0 0 0;
color: red;
}
If I remove "color: red;", the problem goes away...
Comment 4•25 years ago
|
||
LOL!
According to CVS blame, that was code written by Marc. Reassigning.
Nominating for nsbeta2 -- this is a VERY EASY fix, extremely low risk.
Assignee: pierre → attinasi
Whiteboard: have easy, very low risk fix
Assignee | ||
Comment 5•25 years ago
|
||
That's is defined in the spec! Oh, wait a minute, it is suppossed to be blue.
Just kidding - ha ha.
PDT: we must remove the 'color: red' rule as it was a test rule that was not
removed when the real fix was checked in (the margin part). There is no such
thing as lower risk than this fix.
Assignee | ||
Comment 6•25 years ago
|
||
Assignee | ||
Comment 7•25 years ago
|
||
Comment 8•25 years ago
|
||
My trick on the Mac to avoid inadvertantly checking in some test code is to put
big 'bullet' characters in comments.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 9•25 years ago
|
||
Putting on [nsbeta2-] radar. Not critical to beta2. Adding "nsbeta3" keyword
for consideration of a fix for that milestone.
Keywords: nsbeta3
Whiteboard: have easy, very low risk fix → [nsbeta2-] have easy, very low risk fix
What?????????????
Assignee | ||
Comment 11•25 years ago
|
||
I'm very tempted to check this in anyway and risk having my head severed...
Comment 12•25 years ago
|
||
Marc: Ok, r=ianh. Now to get approval from mozilla.org:
Brendan/Waterson: This is a very low risk patch which improves rendering on
moderately complex pages. Could we have approval to checkin please?
Comment 13•25 years ago
|
||
a=waterson
Assignee | ||
Comment 14•25 years ago
|
||
Fix checked in (quirk.css) <Thanks Ian and Chris W.>
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•25 years ago
|
QA Contact: chrisd → py8ieh=bugzilla
Comment 15•24 years ago
|
||
VERIFIED Win2K and Linux Comm M18 trunk builds 2000090609.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•