@@ -18,6 +18,7 @@ Previous Version: https://www.w3.org/TR/2012/WD-css3-images-20120112/
1818Ignored Terms : <offset>, background positioning area, border image area, <meetorslice>, <ending-shape>, Map, center, content
1919Ignored Vars : start image, end image
2020Link Defaults : css21 (property) display
21+ Include Can I Use Panels : yes
2122</pre>
2223
2324Introduction {#intro}
@@ -129,7 +130,7 @@ Resolution Negotiation: the ''image-set()'' notation {#image-set-notation}
129130 The syntax for ''image-set()'' is:
130131
131132 <pre class='prod'>
132- <dfn>image-set()</dfn> = image-set( <<image-set-option>> # )
133+ <dfn caniuse="css-image-set" >image-set()</dfn> = image-set( <<image-set-option>> # )
133134 <dfn><image-set-option></dfn> = [ <<image>> | <<string>> ] <<resolution>>
134135 </pre>
135136
@@ -202,7 +203,7 @@ Combining images: the ''cross-fade()'' notation {#cross-fade-function}
202203 The syntax for ''cross-fade()'' is defined as:
203204
204205 <pre class=prod>
205- <dfn>cross-fade()</dfn> = cross-fade( <<cf-mixing-image>> , <<cf-final-image>> ? )
206+ <dfn caniuse="css-cross-fade" >cross-fade()</dfn> = cross-fade( <<cf-mixing-image>> , <<cf-final-image>> ? )
206207 <dfn><cf-mixing-image></dfn> = <<percentage>> ? && <<image>>
207208 <dfn><cf-final-image></dfn> = <<image>> | <<color>>
208209 </pre>
@@ -762,7 +763,7 @@ Repeating Gradients: the ''repeating-linear-gradient()'' and ''repeating-radial-
762763------------------------------------------------------------------------------------------------------
763764
764765 In addition to ''linear-gradient()'' and ''radial-gradient()'' ,
765- this specification defines <dfn>repeating-linear-gradient()</dfn>
766+ this specification defines <dfn caniuse="css-repeating-gradients" >repeating-linear-gradient()</dfn>
766767 and <dfn>repeating-radial-gradient()</dfn> values.
767768 These notations take the same values
768769 and are interpreted the same
@@ -1440,8 +1441,7 @@ Image Processing {#image-processing}
14401441████ ██ ██ ██ ██ ██████ ████████ ███████ ██ ██ ████ ████████ ██ ██ ██ ██ ██ ██ ████ ███████ ██ ██
14411442-->
14421443
1443- Orienting an Image on the Page: the 'image-orientation' property {#the-image-orientation}
1444- -----------------------------------------------------------------------------------------
1444+ <h3 id="the-image-orientation" caniuse="css-image-orientation">Orienting an Image on the Page: the 'image-orientation' property </h3>
14451445
14461446 Issue: This property is likely going to be deprecated and its functionality moved to HTML.
14471447 At minimum, it will likely lose all but its initial value and ''image-orientation/from-image'' .
@@ -1597,7 +1597,7 @@ Determing How To Scale an Image: the 'image-rendering' property {#the-image-rend
15971597
15981598 Issue: The name of this value is currently being discussed.
15991599
1600- <dt> <dfn>crisp-edges</dfn>
1600+ <dt> <dfn caniuse="css-crisp-edges" >crisp-edges</dfn>
16011601 <dd>
16021602 The image must be scaled with an algorithm that preserves contrast and edges in the image,
16031603 and which does not smooth colors or introduce blur to the image in the process.
0 commit comments