Skip to content

Commit 3a26ba6

Browse files
committed
[css-images] Use fully decodable instead of redefining what failed images are
1 parent baacd62 commit 3a26ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-images/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Image References: the ''url()'' notation {#url-notation}
8989
<pre>background-image: url(wavy.png);</pre>
9090
</div>
9191

92-
If the UA cannot download, parse, or otherwise successfully display the contents at the URL as an image,
92+
If the image is not <a href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-imagebitmap-good">fully decodable</a>,
9393
it must be treated as an <a>invalid image</a>.
9494

9595

0 commit comments

Comments
 (0)