Skip to content

Commit cd6e309

Browse files
committed
[css-typed-om] Add missing parentheses for union
w3c/css-houdini-drafts#1016
1 parent 29e5044 commit cd6e309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ed/idl/css-typed-om.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ interface CSSLab : CSSColorValue {
384384

385385
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
386386
interface CSSColor : CSSColorValue {
387-
constructor(sequence<DOMString or CSSNumberish> variant)
387+
constructor(sequence<(DOMString or CSSNumberish)> variant);
388388
/* CSSColor(["foo", 0, 1, .5], ["bar", "yellow"], 1, fallbackColor) */
389389
/* or just make the alpha and fallback successive optional args? */
390390
};

0 commit comments

Comments
 (0)