Clarify the interaction of transform with currentScale and currentTranslate
authorDirk Schulze <dschulze@adobe.com>
Mon, 10 Jun 2013 02:32:37 -0700
changeset 508 e3b4bd007127
parent 507 3f2cabcb272e
child 509 393418180248
Clarify the interaction of transform with currentScale and currentTranslate
master/changes.html
master/struct.html
--- a/master/changes.html	Wed Jun 05 18:11:34 2013 +1000
+++ b/master/changes.html	Mon Jun 10 02:32:37 2013 -0700
@@ -103,6 +103,8 @@
   <li>Added <a>'lang'</a> attribute on <a>'desc'</a> and <a>'title'</a> elements.</li>
 
   <li>Added section on WAI-ARIA attributes.</li>
+
+  <li>Clarified that CSS transforms on an <a>outermost svg element</a> do not affect <a>currentScale</a> or <a>currentTranslate</a>. Defined the returned values on <a>'svg'</a> elements that are not <a>outermost svg element</a>.</li>
 </ul>
 
 <h3 id="styling">Styling chapter</h3>
--- a/master/struct.html	Wed Jun 05 18:11:34 2013 +1000
+++ b/master/struct.html	Mon Jun 10 02:32:37 2013 -0700
@@ -2547,9 +2547,10 @@
 outermost level on the SVG document fragment (i.e., outside the
 <a>outermost svg element</a>).
 
+<p>The value of a transform property on the <a>outermost svg element</a> does not affect the value of this attribute.</p>
+
 <p>When accessed on an <a>'svg'</a> element that is not an
-<a>outermost svg element</a>, it is undefined what behavior
-this attribute has.
+<a>outermost svg element</a>, this attribute must return 1 as scaling factor.
 </p>
 
 </div>
@@ -2561,9 +2562,10 @@
 On an <a>outermost svg element</a>, the corresponding translation factor
 that takes into account user "magnification".
 
+<p>The value of a transform property on the <a>outermost svg element</a> does not affect the value of this attribute.</p>
+
 <p>When accessed on an <a>'svg'</a> element that is not an
-<a>outermost svg element</a>, it is undefined what behavior
-this attribute has.
+<a>outermost svg element</a>, this attribute must return an SVGPoint at the coordinates (0, 0).
 </p>
 
 </div>