Skip to content

Commit

Permalink
[typed-om] Make the fallback argument nullable so it's easier to dupl…
Browse files Browse the repository at this point in the history
…icate. Fixes #665.
  • Loading branch information
tabatkins committed Feb 21, 2018
1 parent 2a4b8b9 commit c9d9c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-typed-om/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c9d9c29

Please sign in to comment.