[Webkit-unassigned] [Bug 36297] getSVGDocument method of an Object element returns undefined in unload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 5 09:14:34 PST 2011


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





--- Comment #8 from Alexey Proskuryakov <ap at webkit.org>  2011-12-05 09:14:33 PST ---
Per HTML5, load event should be delayed until the resource specified by embed's src attribute is fetched. Nothing says that it should be delayed until it's parsed into a document. So, WebKit result on this test doesn't appear non-compliant.

That said, a look at Web Inspector timeline reveals that WebKit doesn't delay load event until after fetching the resource specified by the src attribute, which is wrong per HTML5.

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



More information about the webkit-unassigned mailing list