Skip to content

Commit 92ec27e

Browse files
committed
Typo: perpspective -> perspective
1 parent 1dd240a commit 92ec27e

3 files changed

Lines changed: 13 additions & 10 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 ayg@aryeh.name
2+
Typo: perpspective -> perspective
3+
14
2012-03-12 ayg@aryeh.name
25
Make computed value of 'transform' "As specified" again
36
Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=15431,

css3-transforms/Overview.html

Lines changed: 8 additions & 8 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 12 March 2012</h2>
39+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 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-20120312/">http://dev.w3.org/csswg/css3-transforms/</a>
46-
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20120312-->
45+
href="http://www.w3.org/TR/2012/ED-css3-transforms-20120313/">http://dev.w3.org/csswg/css3-transforms/</a>
46+
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20120313-->
4747

4848
<dt>Latest version:
4949

@@ -444,7 +444,7 @@ <h2 id=definitions><span class=secno>4. </span>Definitions</h2>
444444
class=property>patternTransform</code>&rsquo; or &lsquo;<code
445445
class=property>gradientTransform</code>&rsquo;.</p>
446446

447-
<dt id=TermPerspectiveMatrix><dfn id=perpsective-matrix>perpsective
447+
<dt id=TermPerspectiveMatrix><dfn id=perspective-matrix>perspective
448448
matrix</dfn>
449449

450450
<dd>
@@ -1892,7 +1892,7 @@ <h2 id=backface-visibility-property><span class=secno>12. </span> The
18921892
<ol>
18931893
<li>Compute a matrix representing the accumulated transform from the
18941894
viewport, taking the translations due to the CSS visual formatting mode,
1895-
the perpsective and transformation matrices into account, in a similar
1895+
the perspective and transformation matrices into account, in a similar
18961896
manner to the computation of the accumulated transform for an element in
18971897
a 3D rendering context.
18981898

@@ -2607,12 +2607,12 @@ <h2 class=no-num id=index>Index</h2>
26072607
<li>bounding box, <a href="#bounding-box"
26082608
title="bounding box"><strong>4.</strong></a>
26092609

2610-
<li>perpsective matrix, <a href="#perpsective-matrix"
2611-
title="perpsective matrix"><strong>4.</strong></a>
2612-
26132610
<li>perspective, <a href="#perspective"
26142611
title=perspective><strong>10.</strong></a>
26152612

2613+
<li>perspective matrix, <a href="#perspective-matrix"
2614+
title="perspective matrix"><strong>4.</strong></a>
2615+
26162616
<li>perspective-origin, <a href="#perspective-origin"
26172617
title=perspective-origin><strong>11.</strong></a>
26182618

css3-transforms/Transforms.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h2 id="definitions">Definitions</h2>
209209
</p>
210210
</dd>
211211

212-
<dt id="TermPerspectiveMatrix"><dfn>perpsective matrix</dfn></dt>
212+
<dt id="TermPerspectiveMatrix"><dfn>perspective matrix</dfn></dt>
213213
<dd>
214214
<p>
215215
A matrix computed from the values of the '<code class="property">perspective</code>' and '<code class="property">perspective-origin</code>' properties as described <a href="#perspective-matrix-computation">below</a>.
@@ -1541,7 +1541,7 @@ <h2 id="backface-visibility-property">
15411541
as follows:
15421542
<ol>
15431543
<li>Compute a matrix representing the accumulated transform from the viewport, taking the translations
1544-
due to the CSS visual formatting mode, the perpsective and transformation matrices into account,
1544+
due to the CSS visual formatting mode, the perspective and transformation matrices into account,
15451545
in a similar manner to the computation of the accumulated transform for an element in a
15461546
3D rendering context.
15471547
</li>

0 commit comments

Comments
 (0)