Skip to content

Commit edf93ae

Browse files
saschanazdbaron
authored andcommitted
Add default dictionary value (w3c#936)
Required after whatwg/webidl#750.
1 parent bcd2d13 commit edf93ae

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
@@ -2477,7 +2477,7 @@ This list is the object's [=values to iterate over=].
24772477
};
24782478

24792479
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet),
2480-
Constructor(DOMMatrixReadOnly matrix, optional CSSMatrixComponentOptions options)]
2480+
Constructor(DOMMatrixReadOnly matrix, optional CSSMatrixComponentOptions options = {})]
24812481
interface CSSMatrixComponent : CSSTransformComponent {
24822482
attribute DOMMatrix matrix;
24832483
};

0 commit comments

Comments
 (0)