From f7b29587df9fb50bb26f48ea31c07c932c1aec74 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Thu, 22 Aug 2019 14:07:09 +0900 Subject: [PATCH] Add default dictionary value --- css-typed-om/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs index 46a6236d..f612b27e 100644 --- a/css-typed-om/Overview.bs +++ b/css-typed-om/Overview.bs @@ -2477,7 +2477,7 @@ This list is the object's [=values to iterate over=]. }; [Exposed=(Window, Worker, PaintWorklet, LayoutWorklet), - Constructor(DOMMatrixReadOnly matrix, optional CSSMatrixComponentOptions options)] + Constructor(DOMMatrixReadOnly matrix, optional CSSMatrixComponentOptions options = {})] interface CSSMatrixComponent : CSSTransformComponent { attribute DOMMatrix matrix; };