[Webkit-unassigned] [Bug 12794] REGRESSION: TripTik planner at aaa.com never finishes loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 23 14:50:21 PST 2007


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





------- Comment #7 from darin at apple.com  2007-02-23 14:50 PDT -------
(In reply to comment #6)
> Is it naive to ask why Safari 2.0.4 with its Tiger 10.4.8 version of WebKit
> (419.3?) handles it OK? 

In Tiger WebKit, <canvas> is a standalone element like <img>, and so there's no
such things as an "open" canvas element.

TOT WebKit has changed to match other browsers and the WhatWG draft
specification, and thus you have to close the <canvas> element with a separate
</canvas> in HTML documents. Firefox matches TOT WebKit in this regard, but
somehow the site is still working. That's what we have to figure out.


-- 
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