[Webkit-unassigned] [Bug 3905] Missing </title> makes page blank

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Feb 24 15:58:29 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=3905





------- Comment #7 from ian at hixie.ch  2006-02-24 15:58 PDT -------
HTML5 has specific rules for handling un-closed </title>.

Basically, what happens is that you parse the contents of <title> in a special
tokeniser mode (treating < characters as characters, not tag starts), and then
if you get to the end of the document without seeing a </title>, then you go
all the way back to the <title>, and parse it again, as if it was a normal
element with no special tokenisation, and the next start tag or end tag is
where you close the <title> element.


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