Skip to content

Commit 07d5d55

Browse files
committed
2012-01-29 simon.fraser@apple.com
Remove the issue-marker style that was no longer used. Fix a couple of typos.
1 parent 2a4b563 commit 07d5d55

3 files changed

Lines changed: 19 additions & 75 deletions

File tree

css3-transforms/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2012-01-29 simon.fraser@apple.com
2+
Remove the issue-marker style that was no longer used.
3+
Fix a couple of typos.
4+
15
2012-01-29 simon.fraser@apple.com
26
Add text describing what the reverse side of an element looks like.
37
Add more explicit description of how to compute backface visibility.

css3-transforms/Overview.html

Lines changed: 10 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -11,40 +11,10 @@
1111
type="text/css">
1212

1313
<style type="text/css">
14-
.term {
15-
font-style: italic;
16-
}
14+
.term {
15+
font-style: italic;
16+
}
1717

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-
4818
.todo {
4919
font-weight: bold;
5020
border-left: 0.5em solid #f44;
@@ -66,15 +36,15 @@
6636

6737
<h1>CSS Transforms</h1>
6838

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
7040
2012</h2>
7141

7242
<dl>
7343
<dt>This version:
7444

7545
<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-->
7848

7949
<dt>Latest version:
8050

@@ -827,9 +797,9 @@ <h3 id=transform-3d-rendering><span class=secno>5.1. </span>3D Transform
827797
like a mirror-image of the front side (as if the element were painted onto
828798
a sheet of glass). Normally, elements whose reverse side is towards the
829799
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
833803
class=css>backface-visibility: hidden</code> were animating, such that its
834804
front and reverse sides were alternately visible, then it would only be
835805
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
13511321

13521322
<ol>
13531323
<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,
13551325
the perpsective and transformation matrices into account, in a similar
13561326
manner to the computation of the accumulated transform for an element in
13571327
a 3D rendering context.

css3-transforms/Transforms.src.html

Lines changed: 5 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -7,40 +7,10 @@
77
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" />
88

99
<style type="text/css">
10-
.term {
11-
font-style: italic;
12-
}
10+
.term {
11+
font-style: italic;
12+
}
1313

14-
div.issue-marker {
15-
float: left;
16-
width: 20ex;
17-
margin-left: -26ex;
18-
padding-right: 0.5em;
19-
font-weight: normal;
20-
font-size: 11px;
21-
text-align: right;
22-
background-color: transparent;
23-
font-size: 90%;
24-
padding-top: 0px;
25-
padding-bottom: 0px;
26-
clear: both;
27-
}
28-
29-
div.issue-marker a {
30-
color: red;
31-
}
32-
33-
div.issue-marker .desc {
34-
font-size: 80%;
35-
line-height: 1.4em;
36-
}
37-
38-
div.issue-marker .desc strong {
39-
font-weight: bold;
40-
font-size: 120%;
41-
color: red;
42-
}
43-
4414
.todo {
4515
font-weight: bold;
4616
border-left: 0.5em solid #f44;
@@ -583,7 +553,7 @@ <h3 id="transform-3d-rendering">3D Transform Rendering</h3>
583553
is towards the viewer. 3D-tranformed elements show the same content on both sides, so the reverse side
584554
looks like a mirror-image of the front side (as if the element were painted onto a sheet of glass).
585555
Normally, elements whose reverse side is towards the viewer remain visible. However, the
586-
<code class="property">'backface-visibility'</code> allows the author to make an element invisible
556+
<code class="property">'backface-visibility'</code> property allows the author to make an element invisible
587557
when its reverse side is towards the viewer. This behavior is "live"; if an element with
588558
<code class="css">backface-visibility: hidden</code> were animating,
589559
such that its front and reverse sides were alternately visible, then it would only be visible when the
@@ -1209,7 +1179,7 @@ <h2 id="backface-visibility-property">
12091179
as follows:
12101180
<ol>
12111181
<li>Compute a matrix representing the accumulated transform from the viewport, taking the translations
1212-
due to the CSS visual formattingn mode, the perpsective and transformation matrices into account,
1182+
due to the CSS visual formatting mode, the perpsective and transformation matrices into account,
12131183
in a similar manner to the computation of the accumulated transform for an element in a
12141184
3D rendering context.
12151185
</li>

0 commit comments

Comments
 (0)