File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,23 @@ Link Defaults: css21 (property) display, css21 (dfn) stacking context
2020Images 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+
2340Image Fallbacks and Annotations: the ''image()'' notation {#image-notation}
2441---------------------------------------------------------------------------
2542
You can’t perform that action at this time.
0 commit comments