We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c1b6c commit edd2c45Copy full SHA for edd2c45
css-values-4/Overview.bs
@@ -962,6 +962,12 @@ Fragment URLs</h5>
962
This reference must always be treated as same-document
963
(rather than cross-document).
964
965
+ Note: This means that stylesheets inside a [=shadow tree=]
966
+ will resolve these URLs only to elements inside the shadow,
967
+ elements in the light DOM
968
+ will resolve these URLs only to elements in the light DOM,
969
+ etc.
970
+
971
When <a href="https://www.w3.org/TR/cssom-1/#serializing-css-values">serializing</a>
972
a ''url()'' with the <a>local url flag</a> set,
973
it must serialize as just the fragment.
0 commit comments