Skip to content

Commit 155b0e6

Browse files
committed
[css-images-3] s/should/must/ for ambiguous image-reference URL handling. #383
1 parent 3f884b8 commit 155b0e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-images-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,13 @@ Image References: the ''url()'' notation {#url-notation}
183183
a <<url>> value that can be interpreted
184184
as either an <<image>> or an element reference.
185185
If an [=ambigous image URL=] is a [[css-values-3#local-urls|fragment-only URL]],
186-
then it should be treated as an element reference.
186+
then it must be treated as an element reference.
187187
Otherwise, if the [=ambiguous image URL=] has a fragment
188188
that references an element in the resource
189189
that is an appropriate type of element for the context in which the <<url>> appears
190190
(such as a <{mask}> element for the 'mask-image' property),
191-
it should be interpreted as an element reference.
192-
Otherwise, it should be treated as an <<image>>.
191+
it is interpreted as an element reference.
192+
Otherwise, it is treated as an <<image>>.
193193

194194
Specs using the [=ambiguous image URL=] concept
195195
must define what elements are valid references for the URL,

0 commit comments

Comments
 (0)