[Bug 29809] Accessing the offset of inner SVG elements

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29809

--- Comment #7 from Arun <arunkumar413@gmail.com> ---
The SVG objects placed on the HTML will be in the order of hundreds. If I use
the contentDocument method I'll have to generate hundreds of IDs. Scalability
seems to be a problem with this approach.

For example, assume that there are 5 SVG objects with 8 inner components each
then I'll have to create  40 IDs to uniquely access each inner component.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Sunday, 16 October 2016 05:22:19 UTC