- From: Simon Fraser via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Mar 2011 21:20:57 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-2d-transforms
In directory hutz:/tmp/cvs-serv14891/css3-2d-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-2d-transforms/Overview.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Overview.html 3 May 2010 18:27:12 -0000 1.12
+++ Overview.html 21 Mar 2011 21:20:55 -0000 1.13
@@ -3,7 +3,7 @@
<html lang=en>
<head>
- <title>CSS 2D Transforms Module Level 3</title>
+ <title>CSS 2D Transforms</title>
<link href=default.css rel=stylesheet type="text/css">
<style type="text/css">
@@ -19,16 +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 2D Transforms Module Level 3</h1>
+ <h1>CSS 2D Transforms</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 03 May 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-2d-transforms-20100503">http://dev.w3.org/csswg/css3-2d-transforms/</a>
- <!--http://www.w3.org/TR/2010/WD-css3-2d-transforms-20100503-->
+ href="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20110321">http://dev.w3.org/csswg/css3-2d-transforms/</a>
+ <!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20110321-->
<dt>Latest version:
@@ -58,7 +58,7 @@
<!--begin-copyright-->
<p class=copyright><a
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
- rel=license>Copyright</a> © 2010 <a
+ rel=license>Copyright</a> © 2011 <a
href="http://www.w3.org/"><acronym title="World Wide Web
Consortium">W3C</acronym></a><sup>®</sup> (<a
href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute
Index: ChangeLog
===================================================================
RCS file: /sources/public/csswg/css3-2d-transforms/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ChangeLog 3 May 2010 18:27:12 -0000 1.4
+++ ChangeLog 21 Mar 2011 21:20:55 -0000 1.5
@@ -1,3 +1,6 @@
+2011-03-21 simon.fraser@apple.com
+ - Removed "Module Level 3" from the title.
+
2010-05-3 simon.fraser@apple.com
- Added myself to authors
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-2d-transforms/Overview.src.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Overview.src.html 3 May 2010 18:27:12 -0000 1.12
+++ Overview.src.html 21 Mar 2011 21:20:55 -0000 1.13
@@ -3,7 +3,7 @@
<html lang="en">
<head>
- <title>CSS 2D Transforms Module Level 3</title>
+ <title>CSS 2D 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 2D Transforms Module Level 3</h1>
+<h1>CSS 2D Transforms</h1>
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
<dl>
Received on Monday, 21 March 2011 21:20:59 UTC