Skip to content

Commit bba98fa

Browse files
committed
[css-paint-api] Fix issue.
1 parent 7677ff9 commit bba98fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-paint-api/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ The <<paint()>> function is an additional notation to be supported by the <<imag
176176
For the 'cursor' property, the <<paint()>> function should be treated as an <a>invalid image</a> and
177177
fallback to the next supported <<image>>.
178178

179-
Issue(w3c/css-houdini-drafts): Support additional arbitrary arguments for the paint function. This
180-
is difficult to specify, as you need to define a sane grammar. A better way would be to expose a
181-
token stream which you can parse into Typed OM objects. This would allow a full arbitrary set of
182-
function arguments, and be future proof.
179+
Issue(w3c/css-houdini-drafts#100): Support additional arbitrary arguments for the paint function.
180+
This is difficult to specify, as you need to define a sane grammar. A better way would be to
181+
expose a token stream which you can parse into Typed OM objects. This would allow a full
182+
arbitrary set of function arguments, and be future proof.
183183

184184
The 2D rendering context {#2d-rendering-context}
185185
================================================

0 commit comments

Comments
 (0)