Skip to content

Commit 636583e

Browse files
committed
[css-images] Add caniuse panels, fix #1215
1 parent ab8c431 commit 636583e

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

css-images-4/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Issue Tracking: Tracker http://www.w3.org/Style/CSS/Tracker/products/27
1919
Previous Version: https://www.w3.org/TR/2012/WD-css4-images-20120911/
2020
Ignored Terms: <offset>, background positioning area, border image area, <meetorslice>, <ending-shape>, Map, <image>, invalid image, invalid images, concrete object size, linear-gradient(), radial-gradient(), intrinsic dimensions, default object size, CSS
2121
Ignored Vars: H, P
22+
Include Can I Use Panels: yes
2223
</pre>
2324

2425
<pre class=link-defaults>
@@ -323,7 +324,7 @@ Note: No change from [[css3-images]].
323324
-->
324325

325326

326-
<h3 id='element-notation'>Using Elements as Images: the ''element()'' notation</h3>
327+
<h3 id='element-notation' caniuse="css-element-function">Using Elements as Images: the ''element()'' notation</h3>
327328

328329
The ''element()'' function allows an author to use an element in the document as an image.
329330
As the referenced element changes appearance,

css-images/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Previous Version: https://www.w3.org/TR/2012/WD-css3-images-20120112/
1818
Ignored Terms: <offset>, background positioning area, border image area, <meetorslice>, <ending-shape>, Map, center, content
1919
Ignored Vars: start image, end image
2020
Link Defaults: css21 (property) display
21+
Include Can I Use Panels: yes
2122
</pre>
2223

2324
Introduction {#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>&lt;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>&lt;cf-mixing-image></dfn> = <<percentage>>? && <<image>>
207208
<dfn>&lt;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

Comments
 (0)