[Webkit-unassigned] [Bug 56497] Add client callback on seeing and audio and video tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 17 12:07:27 PDT 2011


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





--- Comment #7 from Eric Seidel <eric at webkit.org>  2011-03-17 12:07:27 PST ---
There is a bool which is passed to elements during parsing (or at least was) called createdByParser.  Would that be sufficient for your needs here?

Are <audio> <video> really started immediately after parse?  SVG animation, for example, is started when the containing </svg> close tag is seen and the SVGLoad event is fired IIRC.

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