[Webkit-unassigned] [Bug 16931] Page text is shifted to right (nested HTML comments)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 19 13:03:18 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16931


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at hixie.ch
           Keywords|NeedsReduction              |HasReduction
            Summary|Page text is shifted to     |Page text is shifted to
                   |right                       |right (nested HTML comments)




------- Comment #4 from ddkilzer at webkit.org  2008-01-19 13:03 PDT -------
The problem is that the HTML content of the page has a nested comment (<!--
tags <!-- comment --> tags -->).  If the "<!-- comment -->" in the center is
removed, the page renders as expected.

You can see the stray "-->" that is rendered with Safari above "ABOUT THE EYE"
in the sidebar.

What does HTML5 say about nested comments?  Should the parser track the nested
comments and try to line them up, or should the first "-->" effectively end any
current comment regardless of the "match" level?


-- 
Configure bugmail: http://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