[html5] r4574 - [e] (0) Remove some examples that use HTML5 features from the W3C copy of the sp [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jan 11 03:18:16 PST 2010


Author: ianh
Date: 2010-01-11 03:18:13 -0800 (Mon, 11 Jan 2010)
New Revision: 4574

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove some examples that use HTML5 features from the W3C copy of the spec, since W3C wants the HTML5 spec to use HTML4.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8608

Modified: complete.html
===================================================================
--- complete.html	2010-01-11 11:10:51 UTC (rev 4573)
+++ complete.html	2010-01-11 11:18:13 UTC (rev 4574)
@@ -28512,6 +28512,7 @@
 the cell that corresponds to the values of the two dice.
 </caption></pre>
 
+ <!-- HTML4POLICE (hidden in w3c version because w3c version has to be valid HTML4) -->
    <p>This provides the user with more context:</p>
 
    <table class=dice-example><caption>
@@ -30269,6 +30270,7 @@
    <td>29.0%
 </table></pre>
 
+<!--HTML4POLICE-->
   <p>This table could look like this:</p>
 
   <table class="apple-table-examples e1"><thead><tr><th>

Modified: index
===================================================================
--- index	2010-01-11 11:10:51 UTC (rev 4573)
+++ index	2010-01-11 11:18:13 UTC (rev 4574)
@@ -28377,6 +28377,7 @@
 the cell that corresponds to the values of the two dice.
 </caption></pre>
 
+ <!-- HTML4POLICE (hidden in w3c version because w3c version has to be valid HTML4) -->
    <p>This provides the user with more context:</p>
 
    <table class=dice-example><caption>
@@ -30134,6 +30135,7 @@
    <td>29.0%
 </table></pre>
 
+<!--HTML4POLICE-->
   <p>This table could look like this:</p>
 
   <table class="apple-table-examples e1"><thead><tr><th>

Modified: source
===================================================================
--- source	2010-01-11 11:10:51 UTC (rev 4573)
+++ source	2010-01-11 11:18:13 UTC (rev 4574)
@@ -31187,6 +31187,7 @@
 the cell that corresponds to the values of the two dice.
 </caption></pre>
 
+<!--END w3c-html--> <!-- HTML4POLICE (hidden in w3c version because w3c version has to be valid HTML4) -->
    <p>This provides the user with more context:</p>
 
    <table class="dice-example">
@@ -31205,6 +31206,7 @@
     <tr> <th> 5 <td> 6 <td> 7 <td> 8 <td> 9 <td> 10 <td> 11
     <tr> <th> 6 <td> 7 <td> 8 <td> 9 <td> 10 <td> 11 <td> 12
    </table>
+<!--START w3c-html-->
 
   </div>
 
@@ -33341,6 +33343,7 @@
    <td>29.0%
 </table></pre>
 
+<!--END w3c-html--><!--HTML4POLICE-->
   <p>This table could look like this:</p>
 
   <table class="apple-table-examples e1">
@@ -33374,6 +33377,7 @@
      <td>34.0%
      <td>29.0%
   </table>
+<!--START w3c-html-->
 
   <hr>
 




More information about the Commit-Watchers mailing list