- From: Dean Jackson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 29 Nov 2011 20:41:33 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-2d-transforms
In directory hutz:/tmp/cvs-serv303
Modified Files:
ChangeLog Overview.html Overview.src.html
Log Message:
- Make sure to link to the right dev stylesheet.
- Removed discussion about fixed position.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-2d-transforms/Overview.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Overview.html 29 Nov 2011 20:24:23 -0000 1.20
+++ Overview.html 29 Nov 2011 20:41:31 -0000 1.21
@@ -239,10 +239,6 @@
containing block. The object acts as a containing block for fixed
positioned descendants.
- <div class=todo> Need to go into more detail here about why fixed
- positioned objects should do this, i.e., that it's much harder to
- implement otherwise.</div>
-
<div class=issue> There are two roles for transformations in layout: (1)
transformations that adjust the position of the affected content without
changing the normal layout of that content (much like relative
Index: ChangeLog
===================================================================
RCS file: /sources/public/csswg/css3-2d-transforms/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- ChangeLog 29 Nov 2011 20:24:23 -0000 1.11
+++ ChangeLog 29 Nov 2011 20:41:31 -0000 1.12
@@ -1,5 +1,7 @@
2011-11-30 dino@apple.com
+- Make sure to link to the right dev stylesheet.
+- Removed discussion about fixed position.
- Note the location of the Editors' Draft.
- Link to open bugzilla about animating between transforms of the same type.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-2d-transforms/Overview.src.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Overview.src.html 29 Nov 2011 20:24:23 -0000 1.20
+++ Overview.src.html 29 Nov 2011 20:41:31 -0000 1.21
@@ -126,10 +126,6 @@
both a stacking context and a containing block. The object acts as a
containing block for fixed positioned descendants.
</p>
- <div class="todo">
- Need to go into more detail here about why fixed positioned objects
- should do this, i.e., that it's much harder to implement otherwise.
- </div>
<div class="issue">
There are two roles for transformations in layout: (1) transformations
that adjust the position of the affected content without changing the
Received on Tuesday, 29 November 2011 20:41:35 UTC