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
* Replace Bugzilla file bug link with GitHub file issue link
* Add Can I Use panels
* Avoid RFC2119 keywords in non-normative text
* Syntax highlight code examples
Link Defaults: css-transforms-1 (type) <transform-list>/<transform-function>, css-transforms-1 (function) matrix3d()/matrix()
17
-
Editor: Simon Pieters, Opera Software ASA, simonp@opera.com
17
+
Editor: Simon Pieters, Opera Software AS, simonp@opera.com
18
18
Editor: Dirk Schulze, Adobe Systems Inc., dschulze@adobe.com
19
19
Editor: Rik Cabanier, Adobe Systems Inc., cabanier@adobe.com
20
20
Abstract: This specification provides basic geometric interfaces to represent points, rectangles, quadrilaterals and transformation matrices that can be used by other modules or specifications.
21
-
!Issues list: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=FXTF&component=Geometry&resolution=---">Bugzilla</a> (<a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=FXTF&component=Geometry">file a bug</a>)
21
+
!Issues list: <a href="https://github.com/w3c/fxtf-drafts/issues?utf8=✓&q=is%3Aissue%20is%3Aopen%20label%3Ageometry-1%20">Open issues</a> (<a href="https://github.com/w3c/fxtf-drafts/issues/new?title=[geometry]%20" id="file-issue-link">file an issue</a>)
22
+
!Issues list: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=FXTF&component=Geometry&resolution=---">Legacy open bugs</a>
22
23
Test Suite: http://test.csswg.org/suites/geometry-1_dev/nightly-unstable/
23
24
Use <i> Autolinks: no
24
25
Ignored Vars: a, b, f, Point object, m44, e, m42, quad1, m41, stringifier, point object, m12, c, transformPoint, m21, d, m22, quad2, sz
26
+
Include Can I Use Panels: true
27
+
Can I Use URL: https://drafts.fxtf.org/geometry/
28
+
Can I Use URL: https://www.w3.org/TR/geometry-1/
29
+
Ignore Can I Use URL Failure: https://drafts.fxtf.org/geometry/
30
+
Ignore Can I Use URL Failure: https://www.w3.org/TR/geometry-1/
@@ -410,7 +421,9 @@ var quad2 = DOMQuad.fromRect(rect);</code></pre>
410
421
<h2 id='DOMMatrix'>
411
422
The DOMMatrix interfaces</h2>
412
423
413
-
The <a interface>DOMMatrix</a> and <a interface>DOMMatrixReadOnly</a> interfaces each represent a mathematical <dfn>matrix</dfn> with the purpose of describing transformations in a graphical context. The following sections describe the details of the interface.
424
+
The <a interface>DOMMatrix</a> and <a interface>DOMMatrixReadOnly</a> interfaces each represent a
425
+
mathematical <dfn caniuse=dommatrix>matrix</dfn> with the purpose of describing transformations in a
426
+
graphical context. The following sections describe the details of the interface.
414
427
415
428
<div class="figure">
416
429
<!--<img src="images/4x4matrix.png" alt="4x4 matrix with items m11 to m44">-->
Note: Authors who use chained method calls are recommended to use mutable transformation methods to avoid unnecessary memory allocations due to creation of intermediate DOMMatrix objects in User Agents.
1066
+
Note: Authors who use chained method calls are advised to use mutable transformation methods to
1067
+
avoid unnecessary memory allocations due to creation of intermediate {{DOMMatrix}} objects in user
0 commit comments