- From: Simon Fraser via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 30 Jan 2012 20:50:23 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-transforms
In directory hutz:/tmp/cvs-serv30916
Modified Files:
ChangeLog Overview.html Transforms.src.html
Log Message:
2012-01-29 simon.fraser@apple.com
Remove the issue-marker style that was no longer used.
Fix a couple of typos.
Index: ChangeLog
===================================================================
RCS file: /sources/public/csswg/css3-transforms/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ChangeLog 29 Jan 2012 21:43:07 -0000 1.6
+++ ChangeLog 30 Jan 2012 20:50:21 -0000 1.7
@@ -1,4 +1,8 @@
2012-01-29 simon.fraser@apple.com
+ Remove the issue-marker style that was no longer used.
+ Fix a couple of typos.
+
+2012-01-29 simon.fraser@apple.com
Add text describing what the reverse side of an element looks like.
Add more explicit description of how to compute backface visibility.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-transforms/Overview.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Overview.html 29 Jan 2012 21:43:07 -0000 1.16
+++ Overview.html 30 Jan 2012 20:50:21 -0000 1.17
@@ -11,40 +11,10 @@
type="text/css">
<style type="text/css">
- .term {
- font-style: italic;
- }
+ .term {
+ font-style: italic;
+ }
- div.issue-marker {
- float: left;
- width: 20ex;
- margin-left: -26ex;
- padding-right: 0.5em;
- font-weight: normal;
- font-size: 11px;
- text-align: right;
- background-color: transparent;
- font-size: 90%;
- padding-top: 0px;
- padding-bottom: 0px;
- clear: both;
- }
-
- div.issue-marker a {
- color: red;
- }
-
- div.issue-marker .desc {
- font-size: 80%;
- line-height: 1.4em;
- }
-
- div.issue-marker .desc strong {
- font-weight: bold;
- font-size: 120%;
- color: red;
- }
-
.todo {
font-weight: bold;
border-left: 0.5em solid #f44;
@@ -66,15 +36,15 @@
<h1>CSS Transforms</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 January
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 January
2012</h2>
<dl>
<dt>This version:
<dd> <a
- href="http://www.w3.org/TR/2012/ED-css3-transforms-20120129/">http://dev.w3.org/csswg/css3-transforms/</a>
- <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120129-->
+ href="http://www.w3.org/TR/2012/ED-css3-transforms-20120130/">http://dev.w3.org/csswg/css3-transforms/</a>
+ <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120130-->
<dt>Latest version:
@@ -827,9 +797,9 @@
like a mirror-image of the front side (as if the element were painted onto
a sheet of glass). Normally, elements whose reverse side is towards the
viewer remain visible. However, the <a href="#backface-visibility"><code
- class=property>'backface-visibility'</code></a> allows the author to make
- an element invisible when its reverse side is towards the viewer. This
- behavior is "live"; if an element with <code
+ class=property>'backface-visibility'</code></a> property allows the author
+ to make an element invisible when its reverse side is towards the viewer.
+ This behavior is "live"; if an element with <code
class=css>backface-visibility: hidden</code> were animating, such that its
front and reverse sides were alternately visible, then it would only be
visible when the front side were towards the viewer.</p>
@@ -1351,7 +1321,7 @@
<ol>
<li>Compute a matrix representing the accumulated transform from the
- viewport, taking the translations due to the CSS visual formattingn mode,
+ viewport, taking the translations due to the CSS visual formatting mode,
the perpsective and transformation matrices into account, in a similar
manner to the computation of the accumulated transform for an element in
a 3D rendering context.
Index: Transforms.src.html
===================================================================
RCS file: /sources/public/csswg/css3-transforms/Transforms.src.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Transforms.src.html 29 Jan 2012 21:43:07 -0000 1.19
+++ Transforms.src.html 30 Jan 2012 20:50:21 -0000 1.20
@@ -7,40 +7,10 @@
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" />
<style type="text/css">
- .term {
- font-style: italic;
- }
+ .term {
+ font-style: italic;
+ }
- div.issue-marker {
- float: left;
- width: 20ex;
- margin-left: -26ex;
- padding-right: 0.5em;
- font-weight: normal;
- font-size: 11px;
- text-align: right;
- background-color: transparent;
- font-size: 90%;
- padding-top: 0px;
- padding-bottom: 0px;
- clear: both;
- }
-
- div.issue-marker a {
- color: red;
- }
-
- div.issue-marker .desc {
- font-size: 80%;
- line-height: 1.4em;
- }
-
- div.issue-marker .desc strong {
- font-weight: bold;
- font-size: 120%;
- color: red;
- }
-
.todo {
font-weight: bold;
border-left: 0.5em solid #f44;
@@ -583,7 +553,7 @@
is towards the viewer. 3D-tranformed elements show the same content on both sides, so the reverse side
looks like a mirror-image of the front side (as if the element were painted onto a sheet of glass).
Normally, elements whose reverse side is towards the viewer remain visible. However, the
- <code class="property">'backface-visibility'</code> allows the author to make an element invisible
+ <code class="property">'backface-visibility'</code> property allows the author to make an element invisible
when its reverse side is towards the viewer. This behavior is "live"; if an element with
<code class="css">backface-visibility: hidden</code> were animating,
such that its front and reverse sides were alternately visible, then it would only be visible when the
@@ -1209,7 +1179,7 @@
as follows:
<ol>
<li>Compute a matrix representing the accumulated transform from the viewport, taking the translations
- due to the CSS visual formattingn mode, the perpsective and transformation matrices into account,
+ due to the CSS visual formatting mode, the perpsective and transformation matrices into account,
in a similar manner to the computation of the accumulated transform for an element in a
3D rendering context.
</li>
Received on Monday, 30 January 2012 20:50:25 UTC