Closed
Bug 63932
Opened 24 years ago
Closed 24 years ago
italics not properly turned off
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
People
(Reporter: ingram, Assigned: harishd)
References
()
Details
(Keywords: compat)
For some text I use three tags: <b><i><tt> If I turn the tags off in reverse
order (</tt></i></b>) it works. But if I do </b></i></tt> the italics don't get
flagged off. Hmmm....
The URL listed demonstrates the problem.
Regards,
- Greg
Comment 1•24 years ago
|
||
Greg: Well sure, that's invalid markup if you do it in the wrong order! :-)
This is probably a duplicate. Sending to Parser for further duplicate triage.
Assignee: asa → harishd
Severity: normal → minor
Component: Browser-General → Parser
Keywords: compat
OS: Linux → All
QA Contact: doronr → janc
Hardware: PC → All
Only one of bold or tt should go away.
Comment 3•24 years ago
|
||
*** This bug has been marked as a duplicate of 26347 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Verified dupe of bug 26347: "Some tags lead to incorrect parsing.
<b>..<i>..</b>..</i>"
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•