|
11 | 11 | specStatus: "ED", |
12 | 12 | shortName: "matrix", |
13 | 13 | 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 | + //], |
18 | 18 | extraCSS: ["respec/respec.css", |
19 | 19 | "matrix.css"], |
20 | 20 | // Turning off inlineCSS for now since if extraCSS points to |
|
52 | 52 | <section> |
53 | 53 | <h2>Definitions</h2> |
54 | 54 | <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 · 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 · 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 · B.</dd> |
| 57 | + <dt><dfn>premultiply</dfn></dt> |
| 58 | + <dd>Term B premultiplied by term A is equal to B · A.</dd> |
| 59 | + <dt><dfn>multiply</dfn></dt> |
| 60 | + <dd>Multiply term A by term B is equal to A · B.</dd> |
61 | 61 | </dl> |
62 | 62 | </section> |
63 | 63 |
|
|
0 commit comments