Skip to content

Commit e77a53f

Browse files
committed
Typo: contining -> containing
1 parent 92ec27e commit e77a53f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

css3-transforms/ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
2012-03-13 ayg@aryeh.name
2-
Typo: perpspective -> perspective
2+
Typo fixes
33

44
2012-03-12 ayg@aryeh.name
55
Make computed value of 'transform' "As specified" again

css3-transforms/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ <h3 id=transform-3d-rendering><span class=secno>5.1. </span>3D Transform
833833
<ol>
834834
<li>multiply the accumulated matrix with the <a
835835
href="#TermPerspectiveMatrix"><i>perspective matrix</i></a> on the
836-
element's containing block (if any). That contining block is not
836+
element's containing block (if any). That containing block is not
837837
necessarily a member of the 3D rendering context.
838838

839839
<li>apply to the accumulated matrix a translation equivalent to the

css3-transforms/Transforms.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ <h3 id="transform-3d-rendering">3D Transform Rendering</h3>
514514
and the element in question:
515515
<ol>
516516
<li>multiply the accumulated matrix with the <a href="#TermPerspectiveMatrix"><i>perspective matrix</i></a>
517-
on the element's containing block (if any). That contining block is not necessarily a member
517+
on the element's containing block (if any). That containing block is not necessarily a member
518518
of the 3D rendering context.</li>
519519
<li>apply to the accumulated matrix a translation equivalent to the horizontal and vertical offset of the element relative to
520520
its containing block as specified by the CSS visual formatting model. <!-- (tighten this!) --></li>

0 commit comments

Comments
 (0)