Skip to content

Commit c9d9c29

Browse files
committed
[typed-om] Make the fallback argument nullable so it's easier to duplicate. Fixes w3c#665.
1 parent 2a4b8b9 commit c9d9c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-typed-om/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ interface CSSUnparsedValue : CSSStyleValue {
622622
typedef (DOMString or CSSVariableReferenceValue) CSSUnparsedSegment;
623623

624624
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet),
625-
Constructor(DOMString variable, optional CSSUnparsedValue fallback)]
625+
Constructor(DOMString variable, optional CSSUnparsedValue? fallback)]
626626
interface CSSVariableReferenceValue {
627627
attribute DOMString variable;
628628
readonly attribute CSSUnparsedValue? fallback;

0 commit comments

Comments
 (0)