Skip to content

Commit 5beac3c

Browse files
committed
Allow SVG data types on all new introduced SVG presentation attributes.
1 parent 37eaac5 commit 5beac3c

3 files changed

Lines changed: 16 additions & 5 deletions

File tree

css3-transforms/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2012-04-25 dschulze@adobe.com
2+
Allow SVG data types on all new introduced SVG presentation attributes.
3+
14
2012-04-25 dschulze@adobe.com
25
Updated examples for translation on SVG.
36

css3-transforms/Overview.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,10 @@ <h2 id=svg-transform><span class=secno>7. </span> The SVG &lsquo;<a
11611161
href="#transform-style"><code class=css><code
11621162
class=property>transform-style</code></code></a>&rsquo; and &lsquo;<a
11631163
href="#backface-visibility"><code class=css><code
1164-
class=property>backface-visibility</code></code></a>&rsquo;. All new
1164+
class=property>backface-visibility</code></code></a>&rsquo;.
1165+
1166+
<p> Values on new introduced presentation attributes get parsed following
1167+
the syntax rules on <a href="#svg-data-types">SVG Data Types</a>. All new
11651168
introduced presentation attributes are animatable.
11661169

11671170
<h3 id=transform-attribute-specificity><span class=secno>7.1. </span>SVG
@@ -1256,8 +1259,9 @@ <h4 id=svg-functional-notation><span class=secno>7.2.2. </span>Functional
12561259

12571260
<h4 id=svg-data-types><span class=secno>7.2.3. </span>SVG Data Types</h4>
12581261

1259-
<p> Arguments of transform functions consist of data types in the sense of
1260-
<a href="http://www.w3.org/TR/css3-values/#functional-notation">CSS Values
1262+
<p> Arguments on all new introduced presentation attributes consist of data
1263+
types in the sense of <a
1264+
href="http://www.w3.org/TR/css3-values/#functional-notation">CSS Values
12611265
and Units Module</a>. The definitions of data types in CSS Values and
12621266
Units Module are enhanced as follows:
12631267

css3-transforms/Transforms.src.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,11 @@ <h2 id="svg-transform">
821821
This specification will also introduce the new presentation attributes '<code class="property">transform-origin</code>',
822822
'<code class="property">perspective</code>', '<code class="property">perspective-origin</code>',
823823
'<code class="property">transform-style</code>' and '<code class="property">backface-visibility</code>'.
824-
All new introduced presentation attributes are animatable.
824+
</p>
825+
826+
<p>
827+
Values on new introduced presentation attributes get parsed following the syntax rules on <a href="#svg-data-types">SVG Data Types</a>.
828+
All new introduced presentation attributes are animatable.
825829
</p>
826830

827831
<h3 id="transform-attribute-specificity">SVG '<code class="property">transform</code>' attribute specificity</h3>
@@ -895,7 +899,7 @@ <h4 id="svg-functional-notation">Functional Notation</h4>
895899
<h4 id="svg-data-types">SVG Data Types</h4>
896900

897901
<p>
898-
Arguments of transform functions consist of data types in the sense of
902+
Arguments on all new introduced presentation attributes consist of data types in the sense of
899903
<a href="http://www.w3.org/TR/css3-values/#functional-notation">CSS Values and Units Module</a>. The definitions of
900904
data types in CSS Values and Units Module are enhanced as follows:
901905
</p>

0 commit comments

Comments
 (0)