html-author/Overview.html 1.58 Added colour coding to comparison table

Added colour coding to comparison table

5.2 Obsolete Elements
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.58.html#obsolete-elements
5.3 Comparison of HTML 4.01 and HTML 5 Elements
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.58.html#comparison-of-html-4.01-and-html-5-elements

http://people.w3.org/mike/diffs/html5/html-author/Overview.diff.html
http://dev.w3.org/cvsweb/html5/html-author/Overview.html?r1=1.57&r2=1.58&f=h

===================================================================
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:57:59 UTC