diff --git a/geometry/Overview.bs b/geometry/Overview.bs index 2a08275f..68e6015c 100644 --- a/geometry/Overview.bs +++ b/geometry/Overview.bs @@ -569,7 +569,7 @@ interface DOMMatrix : DOMMatrixReadOnly { DOMMatrix skewYSelf(optional unrestricted double sy = 0); DOMMatrix invertSelf(); - DOMMatrix setMatrixValue(DOMString transformList); + [Exposed=Window] DOMMatrix setMatrixValue(DOMString transformList); }; dictionary DOMMatrixInit { @@ -683,6 +683,8 @@ the DOMMatrix(init)
If init is a {{DOMString}}
    +
  1. If current global object is not a {{Window}} object, then throw a {{TypeError}} + exception.
  2. If init is the empty string, set it to the string "matrix(1, 0, 0, 1, 0, 0)".
  3. Parse init into parsedValue by following the syntax description in