Skip to content

Commit 74199c2

Browse files
committed
[css-images-3] Must->should to match the WG resolution. w3c#383
1 parent d25027b commit 74199c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-images-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@ Image References: the ''url()'' notation {#url-notation}
177177
a <<url>> value that can be interpreted
178178
as either an <<image>> or an element reference.
179179
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.
180+
then it should be treated as an element reference.
181181
Otherwise, if the [=ambiguous image URL=] has a fragment
182182
that references an element in the resource
183183
that is an appropriate type of element for the context in which the <<url>> appears
184184
(such as a <{mask}> element for the 'mask-image' property),
185-
it must be interpreted as an element reference.
186-
Otherwise, it must be treated as an <<image>>.
185+
it should be interpreted as an element reference.
186+
Otherwise, it should be treated as an <<image>>.
187187

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

0 commit comments

Comments
 (0)