diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs index 546abe41..629b8c06 100644 --- a/css-typed-om/Overview.bs +++ b/css-typed-om/Overview.bs @@ -622,7 +622,7 @@ interface CSSUnparsedValue : CSSStyleValue { typedef (DOMString or CSSVariableReferenceValue) CSSUnparsedSegment; [Exposed=(Window, Worker, PaintWorklet, LayoutWorklet), - Constructor(DOMString variable, optional CSSUnparsedValue fallback)] + Constructor(DOMString variable, optional CSSUnparsedValue? fallback)] interface CSSVariableReferenceValue { attribute DOMString variable; readonly attribute CSSUnparsedValue? fallback;