- From: poot <cvsmail@w3.org>
- Date: Tue, 24 Mar 2009 02:16:08 +0900 (JST)
- To: public-html-diffs@w3.org
Added tt element to obsolete elements table
5.1 Conforming Elements
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.65.html#conforming-elements
5.2 Obsolete Elements
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.65.html#obsolete-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.64&r2=1.65&f=h
===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- Overview.html 11 Mar 2009 14:09:30 -0000 1.64
+++ Overview.html 23 Mar 2009 17:14:10 -0000 1.65
@@ -67,11 +67,11 @@
<!--begin-logo--><p><a href="http://www.w3.org/"><img alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></p><!--end-logo-->
<h1>HTML 5 Reference</h1>
<h2 class="no-num no-toc">A Web Developer’s Guide to HTML 5</h2>
- <h2 class="no-num no-toc">W3C Editor’s Draft 11 March 2009</h2>
+ <h2 class="no-num no-toc">W3C Editor’s Draft 23 March 2009</h2>
<dl>
<dt>This version:</dt>
- <dd><a href="">http://www.w3.org/TR/2009/ED-html5-author-20090311</a></dd>
+ <dd><a href="">http://www.w3.org/TR/2009/ED-html5-author-20090323</a></dd>
<dt>Latest version:</dt>
<dd><a href="http://www.w3.org/TR/">http://www.w3.org/TR/</a></dd>
<dt>Previous version:</dt>
@@ -6163,15 +6163,15 @@
<td>required</td>
<td>required</td>
<td></td>
- <td></td>
- </tr>
+ <td>
+ </td></tr>
<tr>
<td><code>noframes</code></td>
<td>required</td>
<td>required</td>
<td></td>
- <td></td>
- </tr>
+ <td>
+ </td></tr>
<tr>
<td><code>plaintext</code></td>
<td>required</td>
@@ -6184,7 +6184,7 @@
<td>required</td>
<td>required</td>
<td></td>
- <td>Consider using the <code><a href="#the-del-element">del</a></code>, if appropriate, or another semantically appropriate element with CSS for style.</td>
+ <td>Consider using the <code><a href="#the-del-element">del</a></code> element, if appropriate, or another semantically appropriate element with CSS for style.</td>
</tr>
<tr>
<td><code>spacer</code></td>
@@ -6198,7 +6198,14 @@
<td>required</td>
<td>required</td>
<td></td>
- <td>Consider using the <code><a href="#the-del-element">del</a></code>, if appropriate, or another semantically appropriate element with CSS for style.</td>
+ <td>Consider using the <code><a href="#the-del-element">del</a></code> element, if appropriate, or another semantically appropriate element with CSS for style.</td>
+ </tr>
+ <tr>
+ <td><code>tt</code></td>
+ <td>required</td>
+ <td>required</td>
+ <td>Teletype</td>
+ <td>Consider using the <code><a href="#the-code-element">code</a></code> element, if appropriate, or another semantically appropriate element with CSS for style.</td>
</tr>
<tr>
<td><code>u</code></td>
@@ -6212,8 +6219,8 @@
<td>required</td>
<td>empty</td>
<td></td>
- <td></td>
- </tr>
+ <td>
+ </td></tr>
<tr>
<td><code>xmp</code></td>
<td>required</td>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- Overview.src.html 11 Mar 2009 14:09:31 -0000 1.66
+++ Overview.src.html 23 Mar 2009 17:14:10 -0000 1.67
@@ -5983,14 +5983,14 @@
<td>required</td>
<td>required</td>
<td></td>
- <td></td>
+ <td/>
</tr>
<tr>
<td><code>noframes</code></td>
<td>required</td>
<td>required</td>
<td></td>
- <td></td>
+ <td/>
</tr>
<tr>
<td><code>plaintext</code></td>
@@ -6004,7 +6004,7 @@
<td>required</td>
<td>required</td>
<td></td>
- <td>Consider using the <code>del</code>, if appropriate, or another semantically appropriate element with CSS for style.</td>
+ <td>Consider using the <code>del</code> element, if appropriate, or another semantically appropriate element with CSS for style.</td>
</tr>
<tr>
<td><code>spacer</code></td>
@@ -6018,7 +6018,14 @@
<td>required</td>
<td>required</td>
<td></td>
- <td>Consider using the <code>del</code>, if appropriate, or another semantically appropriate element with CSS for style.</td>
+ <td>Consider using the <code>del</code> element, if appropriate, or another semantically appropriate element with CSS for style.</td>
+ </tr>
+ <tr>
+ <td><code>tt</code></td>
+ <td>required</td>
+ <td>required</td>
+ <td>Teletype</td>
+ <td>Consider using the <code>code</code> element, if appropriate, or another semantically appropriate element with CSS for style.</td>
</tr>
<tr>
<td><code>u</code></td>
@@ -6032,7 +6039,7 @@
<td>required</td>
<td>empty</td>
<td></td>
- <td></td>
+ <td/>
</tr>
<tr>
<td><code>xmp</code></td>
Received on Monday, 23 March 2009 17:16:45 UTC