Skip to content

Commit b2adcaa

Browse files
authored
[css-typed-om] Add missing parentheses for union (w3c#1016)
1 parent 214bdf4 commit b2adcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-typed-om/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3004,7 +3004,7 @@ interface CSSLab : CSSColorValue {
30043004

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

0 commit comments

Comments
 (0)