Skip to content

Commit f2f1747

Browse files
committed
[css-values-4] Specify that hash-only URLs resolve against the node tree, not the document (so they're shadow-scoped), per WebAppsWG discussion. #3320
1 parent f0d1966 commit f2f1747

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-values-4/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,8 @@ Fragment URLs</h5>
953953

954954
When matching a ''url()'' with the <a>local url flag</a> set,
955955
ignore everything but the URL's fragment,
956-
and resolve that fragment against the current document that relative URLs are resolved against.
956+
and resolve that fragment against the [=node tree=]
957+
of the stylesheet's [=CSSStyleSheet/owner node=].
957958
This reference must always be treated as same-document
958959
(rather than cross-document).
959960

0 commit comments

Comments
 (0)