We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baacd62 commit 3a26ba6Copy full SHA for 3a26ba6
css-images/Overview.bs
@@ -89,7 +89,7 @@ Image References: the ''url()'' notation {#url-notation}
89
<pre>background-image: url(wavy.png);</pre>
90
</div>
91
92
- If the UA cannot download, parse, or otherwise successfully display the contents at the URL as an image,
+ If the image is not <a href="https://html.spec.whatwg.org/multipage/webappapis.html#concept-imagebitmap-good">fully decodable</a>,
93
it must be treated as an <a>invalid image</a>.
94
95
0 commit comments