|
11 | 11 | type="text/css"> |
12 | 12 |
|
13 | 13 | <style type="text/css"> |
14 | | - .term { |
15 | | - font-style: italic; |
16 | | - } |
| 14 | + .term { |
| 15 | + font-style: italic; |
| 16 | + } |
17 | 17 |
|
18 | | - div.issue-marker { |
19 | | - float: left; |
20 | | - width: 20ex; |
21 | | - margin-left: -26ex; |
22 | | - padding-right: 0.5em; |
23 | | - font-weight: normal; |
24 | | - font-size: 11px; |
25 | | - text-align: right; |
26 | | - background-color: transparent; |
27 | | - font-size: 90%; |
28 | | - padding-top: 0px; |
29 | | - padding-bottom: 0px; |
30 | | - clear: both; |
31 | | - } |
32 | | - |
33 | | - div.issue-marker a { |
34 | | - color: red; |
35 | | - } |
36 | | - |
37 | | - div.issue-marker .desc { |
38 | | - font-size: 80%; |
39 | | - line-height: 1.4em; |
40 | | - } |
41 | | - |
42 | | - div.issue-marker .desc strong { |
43 | | - font-weight: bold; |
44 | | - font-size: 120%; |
45 | | - color: red; |
46 | | - } |
47 | | - |
48 | 18 | .todo { |
49 | 19 | font-weight: bold; |
50 | 20 | border-left: 0.5em solid #f44; |
|
66 | 36 |
|
67 | 37 | <h1>CSS Transforms</h1> |
68 | 38 |
|
69 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 January |
| 39 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 January |
70 | 40 | 2012</h2> |
71 | 41 |
|
72 | 42 | <dl> |
73 | 43 | <dt>This version: |
74 | 44 |
|
75 | 45 | <dd> <a |
76 | | - href="http://www.w3.org/TR/2012/ED-css3-transforms-20120129/">http://dev.w3.org/csswg/css3-transforms/</a> |
77 | | - <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120129--> |
| 46 | + href="http://www.w3.org/TR/2012/ED-css3-transforms-20120130/">http://dev.w3.org/csswg/css3-transforms/</a> |
| 47 | + <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120130--> |
78 | 48 |
|
79 | 49 | <dt>Latest version: |
80 | 50 |
|
@@ -827,9 +797,9 @@ <h3 id=transform-3d-rendering><span class=secno>5.1. </span>3D Transform |
827 | 797 | like a mirror-image of the front side (as if the element were painted onto |
828 | 798 | a sheet of glass). Normally, elements whose reverse side is towards the |
829 | 799 | viewer remain visible. However, the <a href="#backface-visibility"><code |
830 | | - class=property>'backface-visibility'</code></a> allows the author to make |
831 | | - an element invisible when its reverse side is towards the viewer. This |
832 | | - behavior is "live"; if an element with <code |
| 800 | + class=property>'backface-visibility'</code></a> property allows the author |
| 801 | + to make an element invisible when its reverse side is towards the viewer. |
| 802 | + This behavior is "live"; if an element with <code |
833 | 803 | class=css>backface-visibility: hidden</code> were animating, such that its |
834 | 804 | front and reverse sides were alternately visible, then it would only be |
835 | 805 | visible when the front side were towards the viewer.</p> |
@@ -1351,7 +1321,7 @@ <h2 id=backface-visibility-property><span class=secno>11. </span> The <a |
1351 | 1321 |
|
1352 | 1322 | <ol> |
1353 | 1323 | <li>Compute a matrix representing the accumulated transform from the |
1354 | | - viewport, taking the translations due to the CSS visual formattingn mode, |
| 1324 | + viewport, taking the translations due to the CSS visual formatting mode, |
1355 | 1325 | the perpsective and transformation matrices into account, in a similar |
1356 | 1326 | manner to the computation of the accumulated transform for an element in |
1357 | 1327 | a 3D rendering context. |
|
0 commit comments