csswg/css3-3d-transforms ChangeLog,1.3,1.4 Overview.html,1.5,1.6 Overview.src.html,1.5,1.6

Update of /sources/public/csswg/css3-3d-transforms
In directory hutz:/tmp/cvs-serv14891/css3-3d-transforms

Modified Files:
	ChangeLog Overview.html Overview.src.html 
Log Message:
2011-03-21 simon.fraser@apple.com

 - Removed "Module Level 3" from the title.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-3d-transforms/Overview.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Overview.html	14 Dec 2010 23:52:12 -0000	1.5
+++ Overview.html	21 Mar 2011 21:20:55 -0000	1.6
@@ -3,7 +3,7 @@
 
 <html lang=en>
  <head>
-  <title>CSS 3D Transforms Module Level 3</title>
+  <title>CSS 3D Transforms</title>
   <link href=default.css rel=stylesheet type="text/css">
 
   <style type="text/css">
@@ -19,17 +19,16 @@
    <p><a href="http://www.w3.org/"><img alt=W3C height=48
     src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
 
-   <h1>CSS 3D Transforms Module Level 3</h1>
+   <h1>CSS 3D Transforms</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 December
-    2010</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 March 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd> <a
-     href="http://www.w3.org/TR/2010/ED-css3-3d-transforms-20101214">http://dev.w3.org/csswg/css3-3d-transforms/</a>
-     <!--http://www.w3.org/TR/2010/WD-css3-3d-transforms-20101214-->
+     href="http://www.w3.org/TR/2011/ED-css3-3d-transforms-20110321">http://dev.w3.org/csswg/css3-3d-transforms/</a>
+     <!--http://www.w3.org/TR/2011/WD-css3-3d-transforms-20110321-->
 
     <dt>Latest version:
 
@@ -56,7 +55,7 @@
    <!--begin-copyright-->
    <p class=copyright><a
     href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
-    rel=license>Copyright</a> &copy; 2010 <a
+    rel=license>Copyright</a> &copy; 2011 <a
     href="http://www.w3.org/"><acronym title="World Wide Web
     Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
     href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute

Index: ChangeLog
===================================================================
RCS file: /sources/public/csswg/css3-3d-transforms/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ChangeLog	14 Dec 2010 23:52:12 -0000	1.3
+++ ChangeLog	21 Mar 2011 21:20:55 -0000	1.4
@@ -1,3 +1,6 @@
+2011-03-21 simon.fraser@apple.com
+ - Removed "Module Level 3" from the title.
+
 2010-12-14  simon.fraser@apple.com
 - Clarify that a percentage z-value for transform-origin, and for translate3d() and translateZ()
 cause the property to be invalid.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-3d-transforms/Overview.src.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Overview.src.html	14 Dec 2010 23:52:12 -0000	1.5
+++ Overview.src.html	21 Mar 2011 21:20:56 -0000	1.6
@@ -3,7 +3,7 @@
 
 <html lang="en">
 <head>
-  <title>CSS 3D Transforms Module Level 3</title>
+  <title>CSS 3D Transforms</title>
   <link rel="stylesheet" type="text/css" href="default.css">
   <style type="text/css">
     .rhs { white-space: pre-wrap; }
@@ -19,7 +19,7 @@
 <div class="head">
 <!--logo-->
 
-<h1>CSS 3D Transforms Module Level 3</h1>
+<h1>CSS 3D Transforms</h1>
 
 <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
 <dl>

Received on Monday, 21 March 2011 21:20:59 UTC