Skip to content

Commit f3ce7a7

Browse files
committed
Merge pull request #19 from frivoal/florian/image-formats
[css-images-4] Mandate support for PNG and SVG in <image>
2 parents b992315 + 534c257 commit f3ce7a7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

css-images-4/Overview.bs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,23 @@ Link Defaults: css21 (property) display, css21 (dfn) stacking context
2020
Images Values: the <<image>> type {#image-values}
2121
=================================================
2222

23+
Image File Formats {#image-file-formats}
24+
----------------------------------------
25+
26+
At minimum, the UA must support the following image file formats
27+
when referenced from an <<image>> value,
28+
for all the properties in which using <<image>> is valid:
29+
<ul>
30+
<li>PNG, as specified in [[!PNG]]
31+
<li>SVG, as specified in [[!SVG]],
32+
using the <a href="http://www.w3.org/TR/svg-integration/#secure-static-mode">secure static mode</a> (See [[!SVG-INTEGRATION]])
33+
<li>If the UA supports animated <<image>>s,
34+
SVG, as specified in [[!SVG]],
35+
using the <a href="http://www.w3.org/TR/svg-integration/#secure-animated-mode">secure animated mode</a> (See [[!SVG-INTEGRATION]])
36+
</ul>
37+
38+
The UA may support other file formats as well.
39+
2340
Image Fallbacks and Annotations: the ''image()'' notation {#image-notation}
2441
---------------------------------------------------------------------------
2542

0 commit comments

Comments
 (0)