We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16750b commit d25027bCopy full SHA for d25027b
1 file changed
css-images-3/Overview.bs
@@ -176,7 +176,9 @@ Image References: the ''url()'' notation {#url-notation}
176
An <dfn export for=CSS>ambiguous image URL</dfn> is
177
a <<url>> value that can be interpreted
178
as either an <<image>> or an element reference.
179
- If an [=ambiguous image URL=] has a fragment
+ If an [=ambigous image URL=] is a [[css-values-3#local-urls|fragment-only URL]],
180
+ then it must be treated as an element reference.
181
+ Otherwise, if the [=ambiguous image URL=] has a fragment
182
that references an element in the resource
183
that is an appropriate type of element for the context in which the <<url>> appears
184
(such as a <{mask}> element for the 'mask-image' property),
0 commit comments