Skip to content

Commit 1f2f1d5

Browse files
bert-githubsvgeesus
authored andcommitted
Prepared for publication as (mostly empty) Note
1 parent fe5ec59 commit 1f2f1d5

1 file changed

Lines changed: 83 additions & 0 deletions

File tree

matrix/index.src.html

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
<!DOCTYPE html>
2+
<html lang=en>
3+
<meta charset='utf-8'>
4+
<title>DOMMatrix interface</title>
5+
<link rel=stylesheet href="http://www.w3.org/StyleSheets/TR/W3C-MO.css">
6+
7+
<div class=head><!--logo-->
8+
<h1 class=p-name>DOMMatrix interface</h1>
9+
<h2 class="no-num no-toc">[LONGSTATUS] [DATE: 11 Sep 2014]</h2>
10+
11+
<dl>
12+
<dt>This version:
13+
14+
<dd><a class=u-url href="[VERSION]">[VERSION]</a>
15+
16+
<dt>Latest version:
17+
18+
<dd><a href="[LATEST]">http://www.w3.org/TR/matrix/</a>
19+
20+
<dt>Previous version:
21+
22+
<dd><a href="http://www.w3.org/TR/2013/WD-matrix-20130919/"
23+
>http://www.w3.org/TR/2013/WD-matrix-20130919/</a>
24+
25+
<dt>Editors:
26+
27+
<dd class="p-author h-card vcard"><span class="p-name fn">Dirk
28+
Schulze</span>, <a class="p-org org h-org"
29+
href="http://adobe.com/">Adobe Systems Inc.</a>, <a
30+
class="u-email email"
31+
href="mailto:dschulze@adobe.com">dschulze@adobe.com</a>
32+
33+
<dd class="p-author h-card vcard"><span class="p-name fn">Rik
34+
Cabanier</span>, <a class="p-org org h-org"
35+
href="http://adobe.com/">Adobe Systems Inc.</a>, <a
36+
class="u-email email"
37+
href="mailto:cabanier@adobe.com">cabanier@adobe.com</a>
38+
</dl>
39+
40+
<!--copyright-->
41+
<hr title="Separator for header">
42+
</div>
43+
44+
<section id=abstract>
45+
<h2 class="no-num no-toc">Abstract</h2>
46+
<p>
47+
This Note replaces a draft specification for a programmatic
48+
interface (API) to certain types of transformation
49+
matrices. See <cite>Geometry Interfaces Module Level 1</cite>
50+
[[GEOMETRY-1]] for newer versions of that API.
51+
</section>
52+
53+
<section id=status>
54+
<h2 class="no-num no-toc">Status of this document</h2>
55+
<!--status-->
56+
<p>
57+
<em>The work on the DOMMatrix specification is continued in <a
58+
href="http://www.w3.org/TR/geometry-1/" >Geometry Interfaces
59+
Module Level 1.</a> No further work is planned on this
60+
Note.</em>
61+
</section>
62+
63+
<section id=contents>
64+
<h2 class="no-num no-toc">Table of contents</h2>
65+
<!--toc-->
66+
</section>
67+
68+
<section id=summary>
69+
<h2>Summary</h2>
70+
71+
<p>
72+
The specification of the DOMMatrix API has been moved into
73+
<cite>Geometry Interfaces Module Level 1</cite>
74+
[[GEOMETRY-1]]. See the previous-version link above for the
75+
original DOMMatrix proposal.
76+
</section>
77+
78+
<section id=references>
79+
<h2>References</h2>
80+
81+
<p class="no-num">Informative references:
82+
<!--informative-->
83+
</section>

0 commit comments

Comments
 (0)