csswg/css3-animations ChangeLog,1.10,1.11 Overview.html,1.19,1.20 Overview.src.html,1.20,1.21

Update of /sources/public/csswg/css3-animations
In directory hutz:/tmp/cvs-serv29583

Modified Files:
	ChangeLog Overview.html Overview.src.html 
Log Message:
2012-01-31 simon.fraser@apple.com
	Removed unused style, which broke the propdef tables
	Go back to the Editors Draft stylesheet.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-animations/Overview.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Overview.html	30 Jan 2012 15:59:09 -0000	1.19
+++ Overview.html	31 Jan 2012 07:58:27 -0000	1.20
@@ -5,20 +5,6 @@
  <head>
   <title>CSS Animations</title>
   <link href="../default.css" rel=stylesheet type="text/css">
-
-  <style type="text/css">
-    .rhs { white-space: pre-wrap; }
-    code { font-size: inherit; }
-    #box-shadow-samples td { background: white; color: black; }
-    
-    table {
-      border-collapse: collapse;
-    }
-    td {
-      padding: 0.2em 1em;
-      border: 1px solid black;
-    }
-  </style>
   <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
   type="text/css">
 
@@ -29,15 +15,15 @@
 
    <h1>CSS Animations</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 January
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 January
     2012</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2012/ED-css3-animations-20120130/">http://dev.w3.org/csswg/css3-animations/</a>
-     <!--http://www.w3.org/TR/2012/WD-css3-animations-20120130-->
+     href="http://www.w3.org/TR/2012/ED-css3-animations-20120131/">http://dev.w3.org/csswg/css3-animations/</a>
+     <!--http://www.w3.org/TR/2012/WD-css3-animations-20120131-->
 
     <dt>Latest version:
 

Index: ChangeLog
===================================================================
RCS file: /sources/public/csswg/css3-animations/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ChangeLog	30 Jan 2012 15:59:09 -0000	1.10
+++ ChangeLog	31 Jan 2012 07:58:27 -0000	1.11
@@ -1,3 +1,7 @@
+2012-01-31 simon.fraser@apple.com
+	Removed unused style, which broke the propdef tables
+	Go back to the Editors Draft stylesheet.
+	
 2012-01-30 simon.fraser@apple.com
 	Editorial only; change all <span class=""> to <code> to get default.css styling,
 	and minor reformatting.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-animations/Overview.src.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Overview.src.html	30 Jan 2012 15:59:09 -0000	1.20
+++ Overview.src.html	31 Jan 2012 07:58:27 -0000	1.21
@@ -5,21 +5,7 @@
 <head>
   <title>CSS Animations</title>
   <link rel="stylesheet" type="text/css" href="../default.css">
-  <style type="text/css">
-    .rhs { white-space: pre-wrap; }
-    code { font-size: inherit; }
-    #box-shadow-samples td { background: white; color: black; }
-    
-    table {
-      border-collapse: collapse;
-    }
-    td {
-      padding: 0.2em 1em;
-      border: 1px solid black;
-    }
-  </style>
-  <link rel="stylesheet" type="text/css"
-  href="http://www.w3.org/StyleSheets/TR/W3C-WD.css">
+  <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
 </head>
 
 <body>

Received on Tuesday, 31 January 2012 07:58:31 UTC