Closed
Bug 3014
Opened 26 years ago
Closed 26 years ago
List in Table not displayed as list.
Categories
(Core :: DOM: HTML Parser, defect, P2)
Core
DOM: HTML Parser
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: esther, Assigned: rickg)
References
()
Details
(Whiteboard: Pending response from assigned engineer)
problem: on this page, left side Table Emulators the items should be in a
list, they are not.
Update: found while doing the "top sites" checking. Using the latest seamonkey
builds available today 2/5.
Updated•26 years ago
|
Assignee: karnaze → rickg
Component: HTMLTables → Parser
Comment 1•26 years ago
|
||
This is a Parser problem; it is independent of the TABLE. The DL/DT/DD
is not handled correctly when wrapped in an inline (test case below).
Setting Component:Parser; Assigned to: rickg@netscape.com
The SMALL tag wrapped around DT/DD breaks DL. Also: other tags B, I, FONT,
BIG, TT, A, and SPAN (of those I tested) break the DL in the same
way. (Yes, offhand, I don't think it's "legal" to put these tags in
this location, but it does seem to be done on at least this reported
URL).
<html><body>
<dl>
<small>
<dt>Arcade:</dt>
<dd>Multi Game</dd>
<dd>Neo Geo</dd>
</small>
</dl>
</body></html>
(tested Win95 Feb06 build non-debug)
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•25 years ago
|
Whiteboard: Pending response from assigned engineer
Comment 4•25 years ago
|
||
Using 99042608 Apprunner on Win 95, Win NT and Win 98; 99042609 Apprunner on
Linux and 99042508 Apprunner on Mac 8.5.
Unable to bring up URL sample, but using the HTML code in 2/8/99 comments,
content now displays as a list. However, the 'illegal' tags are not rendering
the content as instructed (tried it out using 'small', 'b' and 'i').
Should this be a new bug?
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•25 years ago
|
||
Verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•