Closed
Bug 230
Opened 27 years ago
Closed 26 years ago
HTML comments are not closed in the right place (resub 229)
Categories
(MozillaClassic Graveyard :: Layout, defect, P3)
Tracking
(Not tracked)
People
(Reporter: wilson, Assigned: nisheeth_mozilla)
Details
Created by Wilson Afonso (wilson@zaz.com.br) on Wednesday, April 15, 1998 6:28:24 AM PDT
Additional Details :
I assumed this field was going to be displayed as
HTML... so, resubmitting bug 229 in order to make it
readable.
Mozilla is failing to recognize the closing of a comment tag
under certain circunstances. For example, the following
code:
<table>
<tr><td>Comment 1 <!-- X --> ok</td></tr>
<tr><td>Comment 2 <!--X--> ok</td></tr>
<tr><td>Comment 3 <!-- X--> ok</td></tr>
<tr><td>Comment 4 <!--X --> ok</td></tr>
<tr><td>Comment 5 <!-- X ---> ok</td></tr>
<tr><td>Comment 6<!--X-->ok</td></tr>
</table>
Shows up as:
Comment 1
Comment 2
Comment 3
Comment 4
Comment 5
Comment 6ok
Updated•26 years ago
|
Assignee: brendan → nisheeth
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Component: HTML to Text/PostScript Translation → Layout
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•