Skip to content

Commit 94a6930

Browse files
dirkschulzesvgeesus
authored andcommitted
1 parent db22d74 commit 94a6930

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

geometry/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</p>
1919
<h1 class="p-name no-ref" id=title>Geometry Interfaces Module Level 1</h1>
2020
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
21-
<span class=dt-updated><span class=value-title title=20140619>19 June 2014</span></span></span></h2>
21+
<span class=dt-updated><span class=value-title title=20140623>23 June 2014</span></span></span></h2>
2222
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/fxtf/geometry/>http://dev.w3.org/fxtf/geometry/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/geometry-1/>http://www.w3.org/TR/geometry-1/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/fxtf/geometry/>http://dev.w3.org/fxtf/geometry/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2014/WD-geometry-1-20140522/ rel=previous>http://www.w3.org/TR/2014/WD-geometry-1-20140522/</a>
2323
<dt>Feedback:</dt>
2424
<dd><a href="mailto:public-fx@w3.org?subject=%5Bgeometry%5D%20feedback">public-fx@w3.org</a>
@@ -565,9 +565,9 @@ <h3 class="heading settled heading" data-level=6.1 id=dommatrix-constructors><sp
565565
</li>
566566
<li>If invoked with a <a class=idl-code data-link-type=interface title=domstring>DOMString</a> argument <var>transformList</var>:
567567
<ol>
568-
<li>Parse <var>transformList</var> by following the syntax description in “<a href=http://www.w3.org/TR/css3-transforms/#svg-syntax>Syntax of the SVG ‘transform’ attribute</a><a data-biblio-type=normative data-link-type=biblio href=#biblio-css3-transforms title=biblio-css3-transforms>[CSS3-TRANSFORMS]</a> to a <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-transforms-1/#typedef-transform-list title="<transform-list>">&lt;transform-list&gt;</a>. If parsing is not successful or any <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-transforms-1/#typedef-transform-function title="<transform-function>">&lt;transform-function&gt;</a> has <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#length-value title="<length>">&lt;length&gt;</a> values without <a data-link-spec=css-values data-link-type=dfn href=http://dev.w3.org/csswg/css-values-3/#absolute-length title="absolute length">absolute length</a> units, throw an <a data-link-spec=html5 data-link-type=dfn href=http://www.w3.org/html/wg/drafts/html/CR/infrastructure.html#js-syntaxerror title=syntaxerror>SyntaxError</a> exception.</li>
568+
<li>Parse <var>transformList</var> by following the syntax description in “<a href=http://www.w3.org/TR/css-transforms-1/#svg-syntax>Syntax of the SVG ‘transform’ attribute</a><a data-biblio-type=normative data-link-type=biblio href=#biblio-css3-transforms title=biblio-css3-transforms>[CSS3-TRANSFORMS]</a> to a <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-transforms-1/#typedef-transform-list title="<transform-list>">&lt;transform-list&gt;</a>. If parsing is not successful or any <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-transforms-1/#typedef-transform-function title="<transform-function>">&lt;transform-function&gt;</a> has <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#length-value title="<length>">&lt;length&gt;</a> values without <a data-link-spec=css-values data-link-type=dfn href=http://dev.w3.org/csswg/css-values-3/#absolute-length title="absolute length">absolute length</a> units, throw an <a data-link-spec=html5 data-link-type=dfn href=http://www.w3.org/html/wg/drafts/html/CR/infrastructure.html#js-syntaxerror title=syntaxerror>SyntaxError</a> exception.</li>
569569
<li>Set <a data-link-type=dfn href=#is2d title=is2d>is2D</a> to <span class=css data-link-type=maybe title=false>false</span> if the <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-transforms-1/#typedef-transform-list title="<transform-list>">&lt;transform-list&gt;</a> consists of any <a href=http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions>3D Transform functions</a>. Otherwise set <a data-link-type=dfn href=#is2d title=is2d>is2D</a> to <span class=css data-link-type=maybe title=true>true</span>.</li>
570-
<li>Transform all <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-transforms-1/#typedef-transform-function title="<transform-function>">&lt;transform-function&gt;</a>s to 4x4 matrices by following the “<a href=http://www.w3.org/TR/css3-transforms/#mathematical-description>Mathematical Description of Transform Functions</a><a data-biblio-type=normative data-link-type=biblio href=#biblio-css3-transforms title=biblio-css3-transforms>[CSS3-TRANSFORMS]</a>.</li>
570+
<li>Transform all <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-transforms-1/#typedef-transform-function title="<transform-function>">&lt;transform-function&gt;</a>s to 4x4 matrices by following the “<a href=http://www.w3.org/TR/css-transforms-1/#mathematical-description>Mathematical Description of Transform Functions</a><a data-biblio-type=normative data-link-type=biblio href=#biblio-css3-transforms title=biblio-css3-transforms>[CSS3-TRANSFORMS]</a>.</li>
571571
<li>Post-multiply all matrices from left to right to a combined 4x4 matrix.</li>
572572
<li>Set the <a class=idl-code data-link-type=attribute href=#dom-dommatrix-dommatrixreadonly-m11 title=m11>m11</a> to <a class=idl-code data-link-type=attribute href=#dom-dommatrix-dommatrixreadonly-m44 title=m44>m44</a> attributes to the element values of the 4x4 matrix in column-major order.</li>
573573
</ol>
@@ -1015,9 +1015,9 @@ <h3 class="heading settled heading" data-level=6.4 id=mutable-transformation-met
10151015
<dt><dfn class=idl-code data-dfn-for=DOMMatrix data-dfn-type=method data-export="" id=dom-dommatrix-setmatrixvalue title=setMatrixValue()>setMatrixValue(<var>transformList</var>)<a class=self-link href=#dom-dommatrix-setmatrixvalue></a></dfn></dt>
10161016
<dd>
10171017
<ol>
1018-
<li>Parse <var>transformList</var> by following the syntax description in “<a href=http://www.w3.org/TR/css3-transforms/#svg-syntax>Syntax of the SVG ‘transform’ attribute</a><a data-biblio-type=normative data-link-type=biblio href=#biblio-css3-transforms title=biblio-css3-transforms>[CSS3-TRANSFORMS]</a> to a <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-transforms-1/#typedef-transform-list title="<transform-list>">&lt;transform-list&gt;</a>. If parsing is not successful or any <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-transforms-1/#typedef-transform-function title="<transform-function>">&lt;transform-function&gt;</a> has <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#length-value title="<length>">&lt;length&gt;</a> values without <a data-link-spec=css-values data-link-type=dfn href=http://dev.w3.org/csswg/css-values-3/#absolute-length title="absolute length">absolute length</a> units, throw an <a data-link-spec=html5 data-link-type=dfn href=http://www.w3.org/html/wg/drafts/html/CR/infrastructure.html#js-syntaxerror title=syntaxerror>SyntaxError</a> exception.</li>
1018+
<li>Parse <var>transformList</var> by following the syntax description in “<a href=http://www.w3.org/TR/css-transforms-1/#svg-syntax>Syntax of the SVG ‘transform’ attribute</a><a data-biblio-type=normative data-link-type=biblio href=#biblio-css3-transforms title=biblio-css3-transforms>[CSS3-TRANSFORMS]</a> to a <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-transforms-1/#typedef-transform-list title="<transform-list>">&lt;transform-list&gt;</a>. If parsing is not successful or any <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-transforms-1/#typedef-transform-function title="<transform-function>">&lt;transform-function&gt;</a> has <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#length-value title="<length>">&lt;length&gt;</a> values without <a data-link-spec=css-values data-link-type=dfn href=http://dev.w3.org/csswg/css-values-3/#absolute-length title="absolute length">absolute length</a> units, throw an <a data-link-spec=html5 data-link-type=dfn href=http://www.w3.org/html/wg/drafts/html/CR/infrastructure.html#js-syntaxerror title=syntaxerror>SyntaxError</a> exception.</li>
10191019
<li>Set <a data-link-type=dfn href=#is2d title=is2d>is2D</a> to <span class=css data-link-type=maybe title=false>false</span> if the <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-transforms-1/#typedef-transform-list title="<transform-list>">&lt;transform-list&gt;</a> consists of any <a href=http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions>3D Transform functions</a>. Otherwise set <a data-link-type=dfn href=#is2d title=is2d>is2D</a> to <span class=css data-link-type=maybe title=true>true</span>.</li>
1020-
<li>Transform all <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-transforms-1/#typedef-transform-function title="<transform-function>">&lt;transform-function&gt;</a>s to 4x4 matrices by following the “<a href=http://www.w3.org/TR/css3-transforms/#mathematical-description>Mathematical Description of Transform Functions</a><a data-biblio-type=normative data-link-type=biblio href=#biblio-css3-transforms title=biblio-css3-transforms>[CSS3-TRANSFORMS]</a>.</li>
1020+
<li>Transform all <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-transforms-1/#typedef-transform-function title="<transform-function>">&lt;transform-function&gt;</a>s to 4x4 matrices by following the “<a href=http://www.w3.org/TR/css-transforms-1/#mathematical-description>Mathematical Description of Transform Functions</a><a data-biblio-type=normative data-link-type=biblio href=#biblio-css3-transforms title=biblio-css3-transforms>[CSS3-TRANSFORMS]</a>.</li>
10211021
<li>Post-multiply all matrices from left to right to a combined 4x4 matrix.</li>
10221022
<li>Set the <a class=idl-code data-link-type=attribute href=#dom-dommatrix-dommatrixreadonly-m11 title=m11>m11</a> to <a class=idl-code data-link-type=attribute href=#dom-dommatrix-dommatrixreadonly-m44 title=m44>m44</a> attributes to the element values of the 4x4 matrix in column-major order.</li>
10231023
<li>Return the current matrix.</li>

geometry/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,9 @@ <h3 id='dommatrix-constructors'>DOMMatrix constructors</h3>
487487
</li>
488488
<li>If invoked with a <a interface>DOMString</a> argument <var>transformList</var>:
489489
<ol>
490-
<li>Parse <var>transformList</var> by following the syntax description in “<a href=http://www.w3.org/TR/css3-transforms/#svg-syntax>Syntax of the SVG ‘transform’ attribute</a>” [[!CSS3-TRANSFORMS]] to a <<transform-list>>. If parsing is not successful or any <<transform-function>> has <<length>> values without <a spec='css-values'>absolute length</a> units<!--For WD: <a spec='css-values-3'>absolute length units</a>-->, throw an <a spec=html5>SyntaxError</a> exception.</li>
490+
<li>Parse <var>transformList</var> by following the syntax description in “<a href=http://www.w3.org/TR/css-transforms-1/#svg-syntax>Syntax of the SVG ‘transform’ attribute</a>” [[!CSS3-TRANSFORMS]] to a <<transform-list>>. If parsing is not successful or any <<transform-function>> has <<length>> values without <a spec='css-values'>absolute length</a> units<!--For WD: <a spec='css-values-3'>absolute length units</a>-->, throw an <a spec=html5>SyntaxError</a> exception.</li>
491491
<li>Set <a>is2D</a> to ''false'' if the <<transform-list>> consists of any <a href='http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions'>3D Transform functions</a>. Otherwise set <a>is2D</a> to ''true''.</li>
492-
<li>Transform all <<transform-function>>s to 4x4 matrices by following the “<a href=http://www.w3.org/TR/css3-transforms/#mathematical-description>Mathematical Description of Transform Functions</a>” [[!CSS3-TRANSFORMS]].</li>
492+
<li>Transform all <<transform-function>>s to 4x4 matrices by following the “<a href=http://www.w3.org/TR/css-transforms-1/#mathematical-description>Mathematical Description of Transform Functions</a>” [[!CSS3-TRANSFORMS]].</li>
493493
<li>Post-multiply all matrices from left to right to a combined 4x4 matrix.</li>
494494
<li>Set the <a attribute>m11</a> to <a attribute>m44</a> attributes to the element values of the 4x4 matrix in column-major order.</li>
495495
</ol>
@@ -937,9 +937,9 @@ <h3 id='mutable-transformation-methods'>Mutable transformation methods</h3>
937937
<dt><dfn>setMatrixValue(<var>transformList</var>)</dfn></dt>
938938
<dd>
939939
<ol>
940-
<li>Parse <var>transformList</var> by following the syntax description in “<a href=http://www.w3.org/TR/css3-transforms/#svg-syntax>Syntax of the SVG ‘transform’ attribute</a>” [[!CSS3-TRANSFORMS]] to a <<transform-list>>. If parsing is not successful or any <<transform-function>> has <<length>> values without <a spec='css-values'>absolute length</a> units<!--For WD: <a spec='css-values-3'>absolute length units</a>-->, throw an <a spec=html5>SyntaxError</a> exception.</li>
940+
<li>Parse <var>transformList</var> by following the syntax description in “<a href=http://www.w3.org/TR/css-transforms-1/#svg-syntax>Syntax of the SVG ‘transform’ attribute</a>” [[!CSS3-TRANSFORMS]] to a <<transform-list>>. If parsing is not successful or any <<transform-function>> has <<length>> values without <a spec='css-values'>absolute length</a> units<!--For WD: <a spec='css-values-3'>absolute length units</a>-->, throw an <a spec=html5>SyntaxError</a> exception.</li>
941941
<li>Set <a>is2D</a> to ''false'' if the <<transform-list>> consists of any <a href='http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions'>3D Transform functions</a>. Otherwise set <a>is2D</a> to ''true''.</li>
942-
<li>Transform all <<transform-function>>s to 4x4 matrices by following the “<a href=http://www.w3.org/TR/css3-transforms/#mathematical-description>Mathematical Description of Transform Functions</a>” [[!CSS3-TRANSFORMS]].</li>
942+
<li>Transform all <<transform-function>>s to 4x4 matrices by following the “<a href=http://www.w3.org/TR/css-transforms-1/#mathematical-description>Mathematical Description of Transform Functions</a>” [[!CSS3-TRANSFORMS]].</li>
943943
<li>Post-multiply all matrices from left to right to a combined 4x4 matrix.</li>
944944
<li>Set the <a attribute>m11</a> to <a attribute>m44</a> attributes to the element values of the 4x4 matrix in column-major order.</li>
945945
<li>Return the current matrix.</li>

0 commit comments

Comments
 (0)