- From: Simon Fraser via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Mar 2011 21:20:58 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-transitions
In directory hutz:/tmp/cvs-serv14891/css3-transitions
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-transitions/Overview.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Overview.html 23 Aug 2010 00:02:57 -0000 1.14
+++ Overview.html 21 Mar 2011 21:20:56 -0000 1.15
@@ -3,7 +3,7 @@
<html lang=en>
<head>
- <title>CSS Transitions Module Level 3</title>
+ <title>CSS Transitions</title>
<link href=default.css rel=stylesheet type="text/css">
<style type="text/css">
@@ -27,16 +27,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 Transitions Module Level 3</h1>
+ <h1>CSS Transitions</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 August 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-transitions-20100823">
+ <dd> <a href="http://www.w3.org/TR/2011/ED-css3-transitions-20110321">
http://dev.w3.org/csswg/css3-transitions/</a>
- <!--http://www.w3.org/TR/2010/WD-css3-transitions-20100823-->
+ <!--http://www.w3.org/TR/2011/WD-css3-transitions-20110321-->
<dt>Latest version:
@@ -65,7 +65,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-transitions/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ChangeLog 23 Aug 2010 00:02:57 -0000 1.12
+++ ChangeLog 21 Mar 2011 21:20:56 -0000 1.13
@@ -1,3 +1,7 @@
+2011-03-21 simon.fraser@apple.com
+
+ - Removed "Module Level 3" from the title.
+
2010-08-22 dino@apple.com
- added steps() timing function
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-transitions/Overview.src.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Overview.src.html 23 Aug 2010 00:02:57 -0000 1.15
+++ Overview.src.html 21 Mar 2011 21:20:56 -0000 1.16
@@ -3,7 +3,7 @@
<html lang="en">
<head>
- <title>CSS Transitions Module Level 3</title>
+ <title>CSS Transitions</title>
<link rel="stylesheet" type="text/css" href="default.css">
<style type="text/css">
.rhs { white-space: pre-wrap; }
@@ -27,7 +27,7 @@
<div class="head">
<!--logo-->
-<h1>CSS Transitions Module Level 3</h1>
+<h1>CSS Transitions</h1>
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
<dl>
Received on Monday, 21 March 2011 21:21:00 UTC