Closed Bug 230 Opened 26 years ago Closed 26 years ago

HTML comments are not closed in the right place (resub 229)

Categories

(MozillaClassic Graveyard :: Layout, defect, P3)

1998-03-31
x86
Windows 95

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 229

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
Assignee: brendan → nisheeth
Status: NEW → RESOLVED
Closed: 26 years ago
Component: HTML to Text/PostScript Translation → Layout
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 229 ***
Status: RESOLVED → VERIFIED
Marking Verified/Duplicate.
You need to log in before you can comment on or make changes to this bug.