You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: geometry/Overview.bs
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,8 @@ var transformedPoint = point.matrixTransform(matrix);
144
144
<p><var>point</var> creates a new <a interface>DOMPoint</a> object initialized to the same attribute values as <var>point</var>. This new <a interface>DOMPoint</a> is now scaled and the translated by <var>matrix</var>. This resulting <var>transformPoint</var> has the attribute values <code>x: 20</code> and <code>y: 18</code>.</p>
145
145
</div>
146
146
147
-
For historical reasons, Window objects must also have a writable, configurable, non-enumerable property named <code>SVGPoint</code> whose value is the <a interface>DOMPoint</a> interface object.
147
+
For historical reasons, {{Window}} objects must also have a writable, configurable, non-enumerable
148
+
property named <code>SVGPoint</code> whose value is the <a interface>DOMPoint</a> interface object.
148
149
149
150
<h2 id='DOMRect'>
150
151
The DOMRect interfaces</h2>
@@ -257,7 +258,9 @@ the <dfn method lt=fromRect() dfn-for=DOMRect id=dom-domrect-fromrect><code>from
257
258
The <dfn>left</dfn> attribute, on getting, must return min(<a for=rectangle>x coordinate</a>, <a for=rectangle>x coordinate</a> + <a for=rectangle>width dimension</a>) of the object it was invoked on.
258
259
</div>
259
260
260
-
For historical reasons, Window objects must also have a writable, configurable, non-enumerable property named <dfn dfn-type=interface>SVGRect</dfn> whose value is the <a interface>DOMRect</a> interface object.
261
+
For historical reasons, {{Window}} objects must also have a writable, configurable, non-enumerable
262
+
property named <dfn dfn-type=interface>SVGRect</dfn> whose value is the <a interface>DOMRect</a>
263
+
interface object.
261
264
262
265
<h2 id='DOMQuad'>
263
266
The DOMQuad interface</h2>
@@ -576,7 +579,10 @@ Internal member variables must not be exposed in any way.
576
579
577
580
The <a interface>DOMMatrix</a> and <a interface>DOMMatrixReadOnly</a> interfaces replace the SVGMatrix interface from SVG [[SVG11]].
578
581
579
-
For historical reasons, Window objects must also have a writable, configurable, non-enumerable property named <dfn dfn-type=interface>SVGMatrix</dfn> whose value is the <a interface>DOMMatrix</a> interface object.
582
+
For historical reasons, {{Window}} objects must also have writable, configurable, non-enumerable
583
+
properties named <dfn dfn-type=interface>SVGMatrix</dfn> and <dfn
584
+
dfn-type=interface>WebKitCSSMatrix</dfn> whose value is the <a interface>DOMMatrix</a> interface
0 commit comments