Closed
Bug 229
Opened 27 years ago
Closed 7 years ago
HTML comments are not closed in the right place
Categories
(MozillaClassic Graveyard :: Layout, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wilson, Assigned: nisheeth_mozilla)
References
Details
Created by Wilson Afonso (wilson@zaz.com.br) on Wednesday, April 15, 1998 6:19:19 AM PDT
Additional Details :
Mozilla is failing to recognize te closing of a comment tag
under certain circunstances. For example, the following
code: <br>
<table><br>
<tr><td>Comment 1 <!-- X -->
ok</td></tr><br>
<tr><td>Comment 2 <!--X-->
ok</td></tr><br>
<tr><td>Comment 3 <!-- X-->
ok</td></tr><br>
<tr><td>Comment 4 <!--X -->
ok</td></tr><br>
<tr><td>Comment 5 <!-- X --->
ok</td></tr><br>
<tr><td>Comment
6<!--X-->ok</td></tr><br>
</table><br>
Show up as:<br>
Comment 1<br>
Comment 2<br>
Comment 3<br>
Comment 4<br>
Comment 5<br>
Comment 6ok<br>
Updated•26 years ago
|
Assignee: brendan → nisheeth
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Component: HTML to Text/PostScript Translation → Layout
Assignee | ||
Comment 1•26 years ago
|
||
Accepting bug...
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 3•26 years ago
|
||
This bug existed in the old layout engine. Marking wontfix because we have
moved over to doing the 5.0 browser around NGLayout, the new layout engine.
This bug does not exist in NGLayout.
Comment 5•19 years ago
|
||
*** Bug 315353 has been marked as a duplicate of this bug. ***
Comment 6•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/12d8e35c31398bdb625e6f8a5d6e61de48283f16
Fix issue #229, styling rules for interactive editor survey link
https://github.com/mozilla/kuma/commit/2557a32c4f6edf908f966c7b89916f59b92861a4
Merge pull request #4380 from schalkneethling/issue#229-styling-for-survey-link
Fix issue #229, styling rules for interactive editor survey link
Updated•7 years ago
|
Status: VERIFIED → RESOLVED
Closed: 26 years ago → 7 years ago
Resolution: WONTFIX → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•