1212 rel =dcterms.rights >
1313 < meta content ="CSS Transforms " name =dcterms.title >
1414 < meta content =text name =dcterms.type >
15- < meta content =2012-10-22 name =dcterms.issued >
15+ < meta content =2012-10-26 name =dcterms.issued >
1616 < meta content ="http://dev.w3.org/csswg/css3-transforms/ "
1717 name =dcterms.creator >
1818 < meta content =W3C name =dcterms.publisher >
19- < meta content ="http://www.w3.org/TR/2012/ED-css3-transforms-20121022 / "
19+ < meta content ="http://www.w3.org/TR/2012/ED-css3-transforms-20121026 / "
2020 name =dcterms.identifier >
2121 < link href ="../default.css " rel =stylesheet type ="text/css ">
2222 < script defer =defer
2626 .term {
2727 font-style : italic;
2828 }
29-
30- .todo {
31- font-weight : bold;
32- border-left : 0.5em solid # f44 ;
33- padding-left : 1em ;
34- margin-top : 0.5em ;
35- color : # a0a0a0 ;
36- }
37-
38- .todo : before {
39- content : "TO DO : " ;
40- color : # f44 ;
41- }
4229 </ style >
4330 < link href ="http://www.w3.org/StyleSheets/TR/W3C-ED.css " rel =stylesheet
4431 type ="text/css ">
5037
5138 < h1 > CSS Transforms</ h1 >
5239
53- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 22 October
40+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 26 October
5441 2012</ h2 >
5542
5643 < dl >
5744 < dt > This version:
5845
5946 < dd > < a
60- href ="http://www.w3.org/TR/2012/ED-css3-transforms-20121022 / "> http://dev.w3.org/csswg/css3-transforms/</ a >
61- <!--http://www.w3.org/TR/2012/WD-css3-transforms-20121022 /-->
47+ href ="http://www.w3.org/TR/2012/ED-css3-transforms-20121026 / "> http://dev.w3.org/csswg/css3-transforms/</ a >
48+ <!--http://www.w3.org/TR/2012/WD-css3-transforms-20121026 /-->
6249
6350 < dt > Latest version:
6451
@@ -2045,14 +2032,9 @@ <h3 id=svg-user-coordinate-space><span class=secno>13.6. </span> User
20452032 time when these elements are referenced (i.e., the user coordinate system
20462033 for the element referencing the ‘< code class =property > pattern</ code > ’
20472034 element via a ‘< code class =property > fill</ code > ’ or ‘< code
2048- class =property > stroke</ code > ’ property).
2049-
2050- < p class =issue > Should percentage values on transforms be relative the
2051- viewport (the case for all other attributes on the mentioned attributes),
2052- or should the be reletive the referencing objects bounding box (like it is
2053- for all other transformable elements). The later choice seems to be more
2054- consistent within CSS Transforms. See < a
2055- href ="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19638 "> Bug 19638</ a > .
2035+ class =property > stroke</ code > ’ property). Percentage values are relative
2036+ to the < a href ="#bounding-box "> bounding box</ a > of the referencing
2037+ element.
20562038
20572039 < p > In particualar the ‘< code class =property > patternUnit</ code > ’,
20582040 ‘< code class =property > gradientUnit</ code > ’ and ‘< code
@@ -2069,11 +2051,6 @@ <h3 id=svg-user-coordinate-space><span class=secno>13.6. </span> User
20692051 to the element's < a class =term href ="#bounding-box "> bounding box</ a > .
20702052
20712053 < div class =example >
2072- < p class =issue > The result in the example below depends on the decision
2073- made on the previous issue. See < a
2074- href ="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19638 "> Bug
2075- 19638</ a > .
2076-
20772054 < p > The ‘< a href ="#transform-origin "> < code
20782055 class =property > transform-origin</ code > </ a > ’ property on the pattern in
20792056 the following example specifies a ‘< code class =css > 50%</ code > ’
@@ -2095,7 +2072,7 @@ <h3 id=svg-user-coordinate-space><span class=secno>13.6. </span> User
20952072 </pattern>
20962073 </defs>
20972074
2098- <rect width="100 " height="100 " fill="url(#pattern-1)" />
2075+ <rect width="200 " height="200 " fill="url(#pattern-1)" />
20992076</svg></ pre >
21002077
21012078 < p > An SVG ‘< code class =property > pattern</ code > ’ element doesn't have
@@ -2104,7 +2081,7 @@ <h3 id=svg-user-coordinate-space><span class=secno>13.6. </span> User
21042081 instead to solve the relative values of the ‘< a
21052082 href ="#transform-origin "> < code
21062083 class =property > transform-origin</ code > </ a > ’ property. Therefore the
2107- point of origin will get translated by 50 pixels temporarily to rotate
2084+ point of origin will get translated by 100 pixels temporarily to rotate
21082085 the user space of the ‘< code class =property > pattern</ code > ’ elements
21092086 content.
21102087 </ div >
@@ -3176,7 +3153,7 @@ <h2 id=mathematical-description><span class=secno>21. </span> Mathematical
31763153 alt ="\begin{bmatrix} m11 & m21 & m31 & m41 \\ m12 & m22 & m32 & m42 \\ m13 & m23 & m33 & m43 \\ m14 & m24 & m34 & m44 \end{bmatrix} "
31773154 height =106 src =4x4matrix.png width =222 >
31783155
3179- < p > One translation unit on a matrix is equivalent to 1 pixel in the local
3156+ < p > One translation unit on a matrix is equivalent to 1 pixel in the local
31803157 coordinate system of the element.
31813158
31823159 < ul >
0 commit comments