Skip to content

Commit 2027ddc

Browse files
dirkschulzesvgeesus
authored andcommitted
Fixed type in defintion
1 parent 0d03bb5 commit 2027ddc

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

matrix/ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2013-03-07 Dirk Schulze <dschulze@adobe.com>
2+
Fixed typos in defitnions.

matrix/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
specStatus: "ED",
1212
shortName: "matrix",
1313
edDraftURI: "https://dvcs.w3.org/hg/FXTF/raw-file/default/matrix/index.html",
14-
editors: [
15-
{ name: "Dirk Schulze", mailto: "dschulze@adobe.com",
16-
company: "Adobe Systems Inc.", companyURL: "http://adobe.com/" },
17-
],
14+
editors: {name: "none"},//[
15+
//{ name: "Dirk Schulze", mailto: "dschulze@adobe.com",
16+
// company: "Adobe Systems Inc.", companyURL: "http://adobe.com/" },
17+
//],
1818
extraCSS: ["respec/respec.css",
1919
"matrix.css"],
2020
// Turning off inlineCSS for now since if extraCSS points to
@@ -52,12 +52,12 @@
5252
<section>
5353
<h2>Definitions</h2>
5454
<dl>
55-
<dt><dfn>Post-multiply</dfn></dt>
56-
<dd>Matrix or point B post-multiplied to matrix or point A is equal to A &middot; B.</dd>
57-
<dt><dfn>Pre-multiply</dfn></dt>
58-
<dd>Matrix or point B pre-multiplied to matrix or point A is equal to B &middot; A.</dd>
59-
<dt><dfn>Multiply</dfn></dt>
60-
<dd>Multiply matrix or pointy B with matrix or point A is equal to <a>post-multiply</a> matrix or point B with matrix or point A.</dd>
55+
<dt><dfn>postmultiply</dfn></dt>
56+
<dd>Term B postmultiplied by term A is equal to A &middot; B.</dd>
57+
<dt><dfn>premultiply</dfn></dt>
58+
<dd>Term B premultiplied by term A is equal to B &middot; A.</dd>
59+
<dt><dfn>multiply</dfn></dt>
60+
<dd>Multiply term A by term B is equal to A &middot; B.</dd>
6161
</dl>
6262
</section>
6363

0 commit comments

Comments
 (0)