html5/html-author Overview.html,1.64,1.65 Overview.src.html,1.66,1.67

Update of /sources/public/html5/html-author
In directory hutz:/tmp/cvs-serv16449

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Added tt element to obsolete elements table

Index: Overview.html
===================================================================
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:14:24 UTC