[Webkit-unassigned] [Bug 36297] Please implement HTMLObjectElement.getSVGDocument

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 5 00:28:34 PST 2011


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





--- Comment #5 from Rob Crowther <robertc at boogdesign.com>  2011-12-05 00:28:33 PST ---
I don't care if you don't want to support it, but it's already implemented:

var svg = document.getElementById('myembed');
window.alert(typeof svg.getSVGDocument);

This will alert 'function' (http://jsfiddle.net/HkVY8/).  So either don't support it, or make it work.

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