Skip to content

Commit d5cfbe3

Browse files
committed
Correction: SVG attributes are not in the SVG namespace.
1 parent 1806fe5 commit d5cfbe3

3 files changed

Lines changed: 10 additions & 7 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-03-15 dschulze@adobe.com
2+
Correction: SVG attributes are not in the SVG namespace.
3+
14
2012-03-14 ayg@aryeh.name
25
Typo: "affect" -> "effect"
36

css3-transforms/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636

3737
<h1>CSS Transforms</h1>
3838

39-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 March 2012</h2>
39+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 March 2012</h2>
4040

4141
<dl>
4242
<dt>This version:
4343

4444
<dd> <a
45-
href="http://www.w3.org/TR/2012/ED-css3-transforms-20120314/">http://dev.w3.org/csswg/css3-transforms/</a>
46-
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20120314-->
45+
href="http://www.w3.org/TR/2012/ED-css3-transforms-20120315/">http://dev.w3.org/csswg/css3-transforms/</a>
46+
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20120315-->
4747

4848
<dt>Latest version:
4949

@@ -1055,8 +1055,8 @@ <h2 id=svg-transform><span class=secno>7. </span> The SVG &lsquo;<a
10551055
href="#transform-style"><code class=css><code
10561056
class=property>transform-style</code></code></a>&rsquo; and &lsquo;<a
10571057
href="#backface-visibility"><code class=css><code
1058-
class=property>backface-visibility</code></code></a>&rsquo; in the SVG
1059-
namespace. All new introduced presentation attributes are animatable.
1058+
class=property>backface-visibility</code></code></a>&rsquo;. All new
1059+
introduced presentation attributes are animatable.
10601060

10611061
<h3 id=transform-attribute-specificity><span class=secno>7.1. </span>SVG
10621062
&lsquo;<a href="#effects"><code class=css><code

css3-transforms/Transforms.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,8 +731,8 @@ <h2 id="svg-transform">
731731
<p>
732732
This specification will also introduce the new presentation attributes '<code class="property">transform-origin</code>',
733733
'<code class="property">perspective</code>', '<code class="property">perspective-origin</code>',
734-
'<code class="property">transform-style</code>' and '<code class="property">backface-visibility</code>'
735-
in the SVG namespace. All new introduced presentation attributes are animatable.
734+
'<code class="property">transform-style</code>' and '<code class="property">backface-visibility</code>'.
735+
All new introduced presentation attributes are animatable.
736736
</p>
737737

738738
<h3 id="transform-attribute-specificity">SVG '<code class="property">transform</code>' attribute specificity</h3>

0 commit comments

Comments
 (0)