Skip to content

Commit 0f24eb0

Browse files
zcorpansvgeesus
authored andcommitted
Changelog for WebKitCSSMatrix compat changes
1 parent efc0748 commit 0f24eb0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

geometry/Overview.bs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,6 +1153,25 @@ The above algorithm follows the <a href="http://www.w3.org/TR/html5/infrastructu
11531153
The following changes were made since the <a href="http://www.w3.org/TR/2014/WD-geometry-1-20140918/">18 September 2014 Working Draft</a>.
11541154

11551155
<ul>
1156+
<li>Changed {{DOMMatrixReadOnly}} and {{DOMMatrix}} to be compatible with
1157+
<code>WebKitCSSMatrix</code>:
1158+
<ul>
1159+
<li>Changed <a>rotate()</a> and <a>rotateSelf()</a> arguments from (angle, originX, originY)
1160+
to (rotX, rotY, rotZ).
1161+
1162+
<li>Changed the <a>scale()</a> and <a>scaleSelf()</a> methods to be more like the previous
1163+
<code>scaleNonUniform()</code>/<code>scaleNonUniformSelf()</code> methods, and dropped the
1164+
<code>scaleNonUniform*</code> methods.
1165+
1166+
<li>Made all arguments optional for {{DOMMatrix}}/{{DOMMatrixReadOnly}} methods, except for
1167+
<a>setMatrixValue()</a>.
1168+
1169+
<li>Changed <code>fromString()</code> static method to overloaded constructor.
1170+
1171+
<li>Added no-argument constructor.
1172+
1173+
<li>Defined <code>window.WebKitCSSMatrix</code> to alias {{DOMMatrix}}.
1174+
</ul>
11561175
<li>Exposed <a interface>DOMPointReadOnly</a>, <a interface>DOMPoint</a>, <a interface>DOMRectReadOnly</a>, <a interface>DOMRect</a>, <a interface>DOMQuad</a>, <a interface>DOMMatrixReadOnly</a> and <a interface>DOMMatrix</a> to <code>Window</code> and <code>Worker</code>. Defined cloning of the interfaces.</li>
11571176
<li>The live <code>bounds</code> attribute on {{DOMQuad}} was replaced with a non-live {{DOMQuad/getBounds()}} method. The "associated bounding rectangle" concept was also removed.
11581177
</ul>

0 commit comments

Comments
 (0)