[Webkit-unassigned] [Bug 41655] Implement SVGSVGElement.getElementById

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 7 04:06:44 PDT 2010


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





--- Comment #8 from Eric Seidel <eric at webkit.org>  2010-07-07 04:06:43 PST ---
You should just always use getElemenetById(), and if you're not the root SVG element, check that the returned element is under the <Svg> before returning it.  If it's not, you could do a manual crawl for the duplicate entry.

There might even be a getElementsById() function for getting all fo them.

Make sense?

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