- From: Lachlan Hunt via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Mar 2009 14:56:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-author
In directory hutz:/tmp/cvs-serv6770
Modified Files:
Overview.html Overview.src.html
Log Message:
Added colour coding to comparison table
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- Overview.html 9 Mar 2009 14:39:38 -0000 1.57
+++ Overview.html 9 Mar 2009 14:56:03 -0000 1.58
@@ -32,6 +32,10 @@
table.index thead tr, table.index tbody tr:nth-of-type(2n) { background: #F0F0F0; }
table.index tbody tr:hover { background: #F0F0E0; }
+ table.index .strict, table.index .active { background: #9F9; }
+ table.index .transitional, table.index .frameset { background: #FF9; }
+ table.index .none, table.index .obsolete { background: #F99; }
+
.example { padding-left: 1em; background: #EFF; border-left: 3px solid lightblue; }
.example.html { background: #EEF; border-color: blue; }
.example.xhtml { background: #FFC; border-color: gold; }
@@ -6196,758 +6200,758 @@
[...990 lines suppressed...]
+ <td class="active">yes</td>
<td>Video or movie</td>
</tr>
<tr>
<td><code>wbr</code></td>
- <td>-</td>
- <td>-</td>
+ <td class="none">-</td>
+ <td class="obsolete">-</td>
<td></td>
</tr>
<tr>
<td><code>xmp</code></td>
- <td>-</td>
- <td>-</td>
+ <td class="none">-</td>
+ <td class="obsolete">-</td>
<td>Preformatted text</td>
</tr>
</tbody>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- Overview.src.html 9 Mar 2009 14:39:39 -0000 1.58
+++ Overview.src.html 9 Mar 2009 14:56:03 -0000 1.59
@@ -34,6 +34,10 @@
table.index thead tr, table.index tbody tr:nth-of-type(2n) { background: #F0F0F0; }
table.index tbody tr:hover { background: #F0F0E0; }
+ table.index .strict, table.index .active { background: #9F9; }
+ table.index .transitional, table.index .frameset { background: #FF9; }
+ table.index .none, table.index .obsolete { background: #F99; }
+
.example { padding-left: 1em; background: #EFF; border-left: 3px solid lightblue; }
.example.html { background: #EEF; border-color: blue; }
.example.xhtml { background: #FFC; border-color: gold; }
@@ -6014,758 +6018,758 @@
[...990 lines suppressed...]
+ <td class="active">yes</td>
<td>Video or movie</td>
</tr>
<tr>
<td><code>wbr</code></td>
- <td>-</td>
- <td>-</td>
+ <td class="none">-</td>
+ <td class="obsolete">-</td>
<td></td>
</tr>
<tr>
<td><code>xmp</code></td>
- <td>-</td>
- <td>-</td>
+ <td class="none">-</td>
+ <td class="obsolete">-</td>
<td>Preformatted text</td>
</tr>
</tbody>
Received on Monday, 9 March 2009 14:56:17 UTC