Skip to content

Commit 6942262

Browse files
committed
Fix typo.
1 parent 1f1c932 commit 6942262

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css3-transforms/Overview.html

Lines changed: 4 additions & 4 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 12 June 2012</h2>
42+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 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-20120612/">http://dev.w3.org/csswg/css3-transforms/</a>
49-
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20120612/-->
48+
href="http://www.w3.org/TR/2012/ED-css3-transforms-20120616/">http://dev.w3.org/csswg/css3-transforms/</a>
49+
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20120616/-->
5050

5151
<dt>Latest version:
5252

@@ -632,7 +632,7 @@ <h2 id=transform-rendering><span class=secno>6. </span>The Transform
632632

633633
<p> The coordinate space is a coordinate system with two axes: the X axis
634634
increases horizontally to the right; the Y axis increases vertically
635-
downwards. Three-dimensional transform functions extent this coordinate
635+
downwards. Three-dimensional transform functions extend this coordinate
636636
space into three dimensions, adding a Z axis perpendicular to the plane of
637637
the screen, that increases towards the viewer.
638638

css3-transforms/Transforms.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ <h2 id="transform-rendering">The Transform Rendering Model</h2>
344344
<p>
345345
The coordinate space is a
346346
coordinate system with two axes: the X axis increases horizontally to the right; the
347-
Y axis increases vertically downwards. Three-dimensional transform functions extent
347+
Y axis increases vertically downwards. Three-dimensional transform functions extend
348348
this coordinate space into three dimensions, adding a Z axis perpendicular to the
349349
plane of the screen, that increases towards the viewer.
350350
</p>

0 commit comments

Comments
 (0)