Skip to content

Commit

Permalink
[e] (0) Remove some examples that use HTML5 features from the W3C cop…
Browse files Browse the repository at this point in the history
…y of the spec, since W3C wants the HTML5 spec to use HTML4.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8608

git-svn-id: http://svn.whatwg.org/webapps@4574 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 11, 2010
1 parent 2bf2f0d commit 1545933
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions complete.html
Expand Up @@ -28512,6 +28512,7 @@ <h4 id=the-caption-element><span class=secno>4.9.2 </span>The <dfn><code>caption
the cell that corresponds to the values of the two dice.
&lt;/caption&gt;</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>
Expand Down Expand Up @@ -30269,6 +30270,7 @@ <h4 id=examples-0><span class=secno>4.9.13 </span>Examples</h4>
&lt;td&gt;29.0%
&lt;/table&gt;</pre>

<!--HTML4POLICE-->
<p>This table could look like this:</p>

<table class="apple-table-examples e1"><thead><tr><th>
Expand Down
2 changes: 2 additions & 0 deletions index
Expand Up @@ -28377,6 +28377,7 @@ the first column the value of the second die. The total is given in
the cell that corresponds to the values of the two dice.
&lt;/caption&gt;</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>
Expand Down Expand Up @@ -30134,6 +30135,7 @@ the cell that corresponds to the values of the two dice.
&lt;td&gt;29.0%
&lt;/table&gt;</pre>

<!--HTML4POLICE-->
<p>This table could look like this:</p>

<table class="apple-table-examples e1"><thead><tr><th>
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -31187,6 +31187,7 @@ the first column the value of the second die. The total is given in
the cell that corresponds to the values of the two dice.
&lt;/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">
Expand All @@ -31205,6 +31206,7 @@ the cell that corresponds to the values of the two dice.
<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>

Expand Down Expand Up @@ -33341,6 +33343,7 @@ the cell that corresponds to the values of the two dice.
&lt;td>29.0%
&lt;/table></pre>

<!--END w3c-html--><!--HTML4POLICE-->
<p>This table could look like this:</p>

<table class="apple-table-examples e1">
Expand Down Expand Up @@ -33374,6 +33377,7 @@ the cell that corresponds to the values of the two dice.
<td>34.0%
<td>29.0%
</table>
<!--START w3c-html-->

<hr>

Expand Down

0 comments on commit 1545933

Please sign in to comment.