[csswg-drafts] [css-values] Define that loading a document as a reference should restrict its internal references (#4152)

tabatkins has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-values] Define that loading a document as a reference should restrict its internal references ==
Loading an SVG as an image (via `<img>`, `'background-image'`, etc) restricts it from talking to the network at all; it can only refer to its own internal elements.

1. The restrictions should be more explicitly stated for CSS images.
2. The same restrictions should be applied to SVGs loaded for element references (such as 'mask-image' referring to a `<mask>` element in an external SVG).

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4152 using your GitHub account

Received on Thursday, 25 July 2019 22:02:52 UTC