Closed
Bug 74925
Opened 24 years ago
Closed 24 years ago
<ol> <li> are not working propertly.
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: mixer, Assigned: harishd)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; 0.8.1)
BuildID: 2001040504
<ol>
<p>You should get those things during your life:
<li><a name="Bill Gates"></a>
Money.
<dd><li><a name="Arnold"></a>
Power.
<p> And not to be like:
<li><a name="Stupid, mother f***er"></a>
Bush. :)
</ol>
Well, anyway, there should be writen:"1. Money 2.Power 3. Bush :)". But Mozilla
doesn't do that. It only makes right those, which are before <dd> tag. After
that, it consider <li> tags as a part of <ul>. I think, Mozilla shouldn't do that...
Reproducible: Always
Comment 1•24 years ago
|
||
That <dd> tag is invalid there.... over to parser -- not a tables issue at all.
Assignee: karnaze → harishd
Component: HTMLTables → Parser
QA Contact: amar → bsharma
Verified on
build: 2001-05-09-04-Trunk
platform: WinNT
As DD tag is invlid inside the OL tag. So marking this bug invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•