Skip to content

Commit e842bbc

Browse files
committed
[css-paint-api] Specify that for 'cursor' paint() should be treated as an invalid image.
1 parent 94dcc26 commit e842bbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-paint-api/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ The <<paint()>> function is an additional notation to be supported by the <<imag
138138
<pre>background-image: paint(my_logo);</pre>
139139
</div>
140140

141-
Issue(w3c/css-houdini-drafts#33): What to do about cursor.
141+
For the 'cursor' property, the <<paint()>> function should be treated as an <a>invalid image</a> and
142+
fallback to the next supported <<image>>.
142143

143144
Issue: How do we do things like conic-gradient? I.e. paint functions which accept arguments as inputs?
144145

0 commit comments

Comments
 (0)