Skip to content

Commit f8c8eb4

Browse files
committed
?
2 parents 79af1af + d90eee4 commit f8c8eb4

3 files changed

Lines changed: 9 additions & 6 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-13 dschulze@adobe.com
2+
Fixed more typos in the SVG 'transform' attribute section.
3+
14
2012-03-14 ayg@aryeh.name
25
Explain the definition of backface-visibility
36

css3-transforms/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,14 +1071,14 @@ <h3 id=transform-attribute-specificity><span class=secno>7.1. </span>SVG
10711071
class=property>transform</code></code></a>&rsquo; presentation attribute.
10721072
</p>
10731073

1074-
<pre>&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;
1074+
<pre>&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;
10751075
&lt;style&gt;
10761076
.container {
10771077
transform: translate(100px, 100px);
10781078
}
10791079
&lt;/style&gt;
10801080

1081-
&lt;g class="container" transform="translate (200 200)"&gt;
1081+
&lt;g class="container" transform="translate(200 200)"&gt;
10821082
&lt;rect width="100" height="100" fill="blue" /&gt;
10831083
&lt;/g&gt;
10841084
&lt;/svg&gt;</pre>
@@ -1296,7 +1296,7 @@ <h3 id=svg-object-bounding-box><span class=secno>7.6. </span>Object
12961296
class=css><code class=property>transform</code></code></a>&rsquo;
12971297
property specifies a translation as well, but in absolute lengths.</p>
12981298

1299-
<pre>&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;
1299+
<pre>&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;
13001300
&lt;style&gt;
13011301
pattern {
13021302
transform: translate(50px, 50px) rotate(45deg);

css3-transforms/Transforms.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -741,14 +741,14 @@ <h3 id="transform-attribute-specificity">SVG '<code class="property">transform</
741741
This example shows the combination of the '<code class="property">transform</code>' style property and the '<code class="property">transform</code>' presentation attribute.
742742
</p>
743743

744-
<pre>&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;
744+
<pre>&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;
745745
&lt;style&gt;
746746
.container {
747747
transform: translate(100px, 100px);
748748
}
749749
&lt;/style&gt;
750750

751-
&lt;g class="container" transform="translate (200 200)"&gt;
751+
&lt;g class="container" transform="translate(200 200)"&gt;
752752
&lt;rect width="100" height="100" fill="blue" /&gt;
753753
&lt;/g&gt;
754754
&lt;/svg&gt;</pre>
@@ -904,7 +904,7 @@ <h3 id="svg-object-bounding-box">Object bounding box units</h3>
904904
The '<code class="property">transform</code>' property specifies a translation as well, but in absolute lengths.
905905
</p>
906906

907-
<pre>&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;
907+
<pre>&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;
908908
&lt;style&gt;
909909
pattern {
910910
transform: translate(50px, 50px) rotate(45deg);

0 commit comments

Comments
 (0)