Skip to content

Commit 86a38a1

Browse files
committed
Typo/grammar fix
1 parent c5564ae commit 86a38a1

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-06-12 ayg@aryeh.name
2+
Typo/grammar fix
3+
14
2012-06-05 dschulze@adobe.com
25
Modify graphic of initial coordinate system.
36

css3-transforms/Overview.html

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

4040
<h1>CSS Transforms</h1>
4141

42-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 June 2012</h2>
42+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 June 2012</h2>
4343

4444
<dl>
4545
<dt>This version:
4646

4747
<dd> <a
48-
href="http://www.w3.org/TR/2012/ED-css3-transforms-20120605/">http://dev.w3.org/csswg/css3-transforms/</a>
49-
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20120605/-->
48+
href="http://www.w3.org/TR/2012/ED-css3-transforms-20120612/">http://dev.w3.org/csswg/css3-transforms/</a>
49+
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20120612/-->
5050

5151
<dt>Latest version:
5252

@@ -2615,8 +2615,8 @@ <h2 id=transform-function-lists><span class=secno>16. </span> The Transform
26152615

26162616
<p> If a transform function causes the <a class=term
26172617
href="#current-transformation-matrix-ctm">current transformation matrix
2618-
(CTM)</a> of an object to be non-invertible, the object and it's content
2619-
does not get displayed.
2618+
(CTM)</a> of an object to be non-invertible, the object and its content do
2619+
not get displayed.
26202620

26212621
<div class=example>
26222622
<p> The object in the following example gets scaled by 0.</p>

css3-transforms/Transforms.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2429,7 +2429,7 @@ <h2 id="transform-function-lists">
24292429

24302430
<p>
24312431
If a transform function causes the <span class="term">current transformation matrix
2432-
(CTM)</span> of an object to be non-invertible, the object and it's content does not
2432+
(CTM)</span> of an object to be non-invertible, the object and its content do not
24332433
get displayed.
24342434
</p>
24352435

0 commit comments

Comments
 (0)