[Webkit-unassigned] [Bug 21945] New: <!-- comment> -- > should be recognized as valid comment.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 29 03:31:40 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=21945

           Summary: <!-- comment> -- > should be recognized as valid
                    comment.
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
               URL: http://www.ne.jp/asahi/minazuki/bakera/html/sgml/comtest
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: masa141421356 at gmail.com


Using: Safari 3.1.2 for Windows

According to HTML Spacification,
"<!-- comment> -- >" is valid comment.
But Safari can not detect end of comment.

Testcase
<html>
<head>test</head>
<body>
ABC<!-- DEF> GHI -- >JKL
</body>

Browser should render it as
"ABCJKL"

If you can read japanese please see
 http://www.ne.jp/asahi/minazuki/bakera/html/sgml/comtest


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list