- From: Simon Fraser via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 31 Jan 2012 08:01:39 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-transitions
In directory hutz:/tmp/cvs-serv29739
Modified Files:
ChangeLog Overview.html Overview.src.html
Log Message:
2012-01-31 simon.fraser@apple.com
- Qualify the table style with a classname to avoid styling the propdef tables.
- Switch back to the Editors Draft stylesheet.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-transitions/Overview.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Overview.html 30 Jan 2012 16:08:40 -0000 1.26
+++ Overview.html 31 Jan 2012 08:01:37 -0000 1.27
@@ -7,14 +7,10 @@
<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 {
+ table.animatable-properties {
border-collapse: collapse;
}
- td {
+ table.animatable-properties td {
padding: 0.2em 1em;
border: 1px solid black;
}
@@ -29,15 +25,15 @@
<h1>CSS Transitions</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-transitions-20120130/">
+ <dd> <a href="http://www.w3.org/TR/2012/ED-css3-transitions-20120131/">
http://dev.w3.org/csswg/css3-transitions/</a>
- <!--http://www.w3.org/TR/2012/WD-css3-transitions-20120130-->
+ <!--http://www.w3.org/TR/2012/WD-css3-transitions-20120131-->
<dt>Latest version:
@@ -1117,7 +1113,7 @@
<h3 id=properties-from-css-><span class=secno>7.1. </span> Properties from
CSS</h3>
- <table>
+ <table class=animatable-properties>
<tbody>
<tr>
<th>Property Name
Index: ChangeLog
===================================================================
RCS file: /sources/public/csswg/css3-transitions/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- ChangeLog 30 Jan 2012 16:08:40 -0000 1.16
+++ ChangeLog 31 Jan 2012 08:01:37 -0000 1.17
@@ -1,3 +1,7 @@
+2012-01-31 simon.fraser@apple.com
+- Qualify the table style with a classname to avoid styling the propdef tables.
+- Switch back to the Editors Draft stylesheet.
+
2012-01-30 simon.fraser@apple.com
- Formatting only. Change from spans to code elements for correct styling.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-transitions/Overview.src.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Overview.src.html 30 Jan 2012 16:08:40 -0000 1.28
+++ Overview.src.html 31 Jan 2012 08:01:37 -0000 1.29
@@ -6,20 +6,15 @@
<title>CSS Transitions</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 {
+ table.animatable-properties {
border-collapse: collapse;
}
- td {
+ table.animatable-properties 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>
@@ -1134,7 +1129,7 @@
Properties from CSS
</h3>
- <table>
+ <table class="animatable-properties">
<tr>
<th>Property Name</th>
<th>Type</th>
Received on Tuesday, 31 January 2012 08:01:41 UTC