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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2210,6 +2210,14 @@ Serialization {#serialization}
22102210
linear-gradient(red, yellow, black 100px)
22112211
22122212

2213+

2214+
Appendix A: Deprecated Features and Aliases
2215+
2216+
Implementations must accept -webkit-image-set()
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
22262234
- Added start angles to conic gradients
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

22312240
Changes Since Level 3

0 commit comments

Comments
 (0)