Re: [csswg-drafts] [css-backgrounds][css-images][cssom] Accessing the DOM of images

> I'm not an implementer, but I assume that currently SVGs integrated into a page via CSS don't have a DOM.

IIUC, engines need to create document, as well as DOM stuff, for SVG-as-image.

Although browsers already create that, it may still impact speed and memory depending on how it would behave. For example, if there are multiple image referring the same SVG file, would mutating one changes others? Either true or false, there could be lots of things to do if an engine tries to reuse one document everywhere.

-- 
GitHub Notification of comment by upsuper
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1568#issuecomment-311526441 using your GitHub account

Received on Wednesday, 28 June 2017 00:55:31 UTC