Re: [whatwg/fetch] Missing destination types for some style initiated resources (#1324)

> I'm asking as from a high-level SVG shapes don't seem to be different from an image fetch. But maybe there's something I'm missing that warrants a different destination for them.

Their internals are used, like a reference to an internal shape in the SVG. Maybe "image" is good enough for this.

I am noticing a potential CORS issue with this though. Unlike background images, `shape-outside` affects layout, so referring to a cross-origin image using `shape-outside` may expose things about the image such as alpha channel 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1324#issuecomment-937611357

Received on Thursday, 7 October 2021 09:21:38 UTC