Skip to content

Commit 8b65670

Browse files
committed
[css-images-4] Add the -webkit-image-set() alias, per #6285.
1 parent a879626 commit 8b65670

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

css-images-4/Overview.bs

+9
Original file line numberDiff line numberDiff line change
@@ -2210,6 +2210,14 @@ Serialization {#serialization}
22102210
<pre>linear-gradient(red, yellow, black 100px)</pre>
22112211
</div>
22122212

2213+
<h2 id=deprecated class=no-num>
2214+
Appendix A: Deprecated Features and Aliases</h2>
2215+
2216+
Implementations must accept <dfn>-webkit-image-set()</dfn>
2217+
as a parse-time alias of ''image-set()''.
2218+
(It's a valid value, with identical arguments to ''image-set()'',
2219+
and is turned into ''image-set()'' during parsing.)
2220+
22132221
Privacy and Security Considerations {#priv-sec}
22142222
==============================================
22152223

@@ -2226,6 +2234,7 @@ Changes Since the <a href="https://www.w3.org/TR/2012/WD-css4-images-20120911/">
22262234
- Added start angles to <a href="#conic-gradients">conic gradients</a>
22272235
- The position(s) of a color stop can now come before the color
22282236
- Text that is identical to [[css3-images]] has been replaced with a reference to [[css3-images]].
2237+
- Added the ''-webkit-image-set()'' alias.
22292238

22302239
<h3 class="no-num" id="changes-3">
22312240
Changes Since Level 3</h3>

0 commit comments

Comments
 (0)