Closed
Bug 1259
Opened 26 years ago
Closed 26 years ago
incorrect text color
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
M8
People
(Reporter: buster, Assigned: rickg)
References
()
Details
the text in the table should be white, as indicated in the image.
Updated•26 years ago
|
Assignee: peterl → rickg
Component: Style System → Parser
Comment 1•26 years ago
|
||
I always find it amusing when "Browser Tune" pages have poorly formed HTML...
Comment 3•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Updated•26 years ago
|
QA Contact: 3847 → 4141
Comment 4•26 years ago
|
||
reassigning to gem (HTML Parser)
This bug is related to residual style problem.
Minimal test case:
<HTML>
<body>
<font size=16pt color="red" face="arial">
<ul>
<li>
If this text is 16pt, red, arial
then then there is a style LEAK IN.
</li>
</ul>
</body>
</html>
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comment 7•26 years ago
|
||
Attempting to steal gem's HTMLParser bugs all at once. Changing QAContact to
janc.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•