We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8634b5 commit cc473b6Copy full SHA for cc473b6
1 file changed
css-values/Overview.bs
@@ -589,14 +589,10 @@ Fragment URLs</h4>
589
590
When matching a ''url()'' with the <a>local url flag</a> set,
591
ignore everything but the URL's fragment,
592
- and resolve that fragment against the host document.
+ and resolve that fragment against the current document that relative URLs are resolved against.
593
This reference must always be treated as same-document
594
(rather than cross-document).
595
596
- Note: This means that an SVG reference like ''url(#my-gradient)''
597
- will work the same whether the CSS is written inline in the SVG document
598
- or linked in as an external CSS stylesheet.
599
-
600
When serializing a ''url()'' with the <a>local url flag</a> set,
601
it must serialize as just the fragment.
602
0 commit comments