Skip to content

Commit 1ecc01a

Browse files
committed
2012-02-22 simon.fraser@apple.com
Fix more validation issues.
1 parent 8b44205 commit 1ecc01a

3 files changed

Lines changed: 11 additions & 8 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-02-22 simon.fraser@apple.com
2+
Fix more validation issues.
3+
14
2012-02-22 simon.fraser@apple.com
25
Fix some validation issues.
36

css3-transforms/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,9 +1845,9 @@ <h2 id=mathematical-description><span class=secno>16. </span> Mathematical
18451845
<li id=Translate3dDefined>
18461846
<p> A 3D translation with the parameters <em>tx</em>, <em>ty</em> and
18471847
<em>tz</em> is equivalent to the matrix:</p>
1848-
<img height=106 src=translate3d.png
1849-
title="\begin{bmatrix} 1 & 0 & 0 & tx \\ 0 & 1 & 0 & ty \\ 0 & 0 & 1 & tz \\ 0 & 0 & 0 & 1 \end{bmatrix}"
1850-
width=114>
1848+
<img
1849+
alt="\begin{bmatrix} 1 & 0 & 0 & tx \\ 0 & 1 & 0 & ty \\ 0 & 0 & 1 & tz \\ 0 & 0 & 0 & 1 \end{bmatrix}"
1850+
height=106 src=translate3d.png width=114>
18511851

18521852
<li id=Scale3dDefined>
18531853
<p> A 3D scaling with the parameters <em>sx</em>, <em>sy</em> and
@@ -1863,9 +1863,9 @@ <h2 id=mathematical-description><span class=secno>16. </span> Mathematical
18631863
alt="\begin{bmatrix} 1 - 2 \cdot (y^2 + z^2) \cdot sq & 2 \cdot (x \cdot y \cdot sq - z \cdot sc) & 2 \cdot (x \cdot z \cdot sq + y \cdot sc) & 0 \\ 2 \cdot (x \cdot y \cdot sq + z \cdot sc) & 1 - 2 \cdot (x^2 + z^2) \cdot sq & 2 \cdot (y \cdot z \cdot sq - x \cdot sc) & 0 \\ 2 \cdot (x \cdot z \cdot sq - y \cdot sc) & 2 \cdot (y \cdot z \cdot sq + x \cdot sc) & 1 - 2 \cdot (x^2 + y^2) \cdot sq & 0 \\ 0 & 0 & 0 & 1 \end{bmatrix}"
18641864
height=106 src=rotate3dmatrix.png width=647>
18651865
<p> where:</p>
1866-
<img height=50 src=rotate3dvariables.png
1867-
title="\newline sc = \sin (\alpha/2) \cdot \cos (\alpha/2) \newline sq = \sin^2 (\alpha/2)"
1868-
width=221>
1866+
<img
1867+
alt="\newline sc = \sin (\alpha/2) \cdot \cos (\alpha/2) \newline sq = \sin^2 (\alpha/2)"
1868+
height=50 src=rotate3dvariables.png width=221>
18691869

18701870
<li id=RotateXDefined>
18711871
<p> A 3D rotation about the X axis with the parameter <em>alpha</em> is

css3-transforms/Transforms.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@ <h2 id="mathematical-description">
17111711
<p>
17121712
A 3D translation with the parameters <em>tx</em>, <em>ty</em> and <em>tz</em> is equivalent to the matrix:
17131713
</p>
1714-
<img src="translate3d.png" title="\begin{bmatrix} 1 & 0 & 0 & tx \\ 0 & 1 & 0 & ty \\ 0 & 0 & 1 & tz \\ 0 & 0 & 0 & 1 \end{bmatrix}" width="114" height="106">
1714+
<img src="translate3d.png" alt="\begin{bmatrix} 1 & 0 & 0 & tx \\ 0 & 1 & 0 & ty \\ 0 & 0 & 1 & tz \\ 0 & 0 & 0 & 1 \end{bmatrix}" width="114" height="106">
17151715
</li>
17161716
<li id="Scale3dDefined">
17171717
<p>
@@ -1727,7 +1727,7 @@ <h2 id="mathematical-description">
17271727
<p>
17281728
where:
17291729
</p>
1730-
<img src="rotate3dvariables.png" title="\newline sc = \sin (\alpha/2) \cdot \cos (\alpha/2) \newline sq = \sin^2 (\alpha/2)" width="221" height="50">
1730+
<img src="rotate3dvariables.png" alt="\newline sc = \sin (\alpha/2) \cdot \cos (\alpha/2) \newline sq = \sin^2 (\alpha/2)" width="221" height="50">
17311731
</li>
17321732
<li id="RotateXDefined">
17331733
<p>

0 commit comments

Comments
 (0)