html5/html-author Overview.html,1.31,1.32 Overview.src.html,1.32,1.33

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed description of interactive content

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Overview.html	2 Feb 2009 02:48:49 -0000	1.31
+++ Overview.html	3 Mar 2009 20:55:15 -0000	1.32
@@ -53,11 +53,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 2 February 2009</h2>
+		<h2 class="no-num no-toc">W3C Editor’s Draft 3 March 2009</h2>
 
 		<dl>
 			<dt>This version:</dt>
-			<dd><a href=[VERSION]>http://www.w3.org/TR/2009/ED-html5-author-20090202</a></dd>
+			<dd><a href=[VERSION]>http://www.w3.org/TR/2009/ED-html5-author-20090303</a></dd>
 			<dt>Latest version:</dt>
[...2027 lines suppressed...]
 				<div class=properties>
 					<div class=attributes>
-						<h5 class="no-num no-toc" id=attributes-95>Attributes</h5>
+						<h5 class="no-num no-toc" id=attributes-94>Attributes</h5>
 					<ul><li><span>Global attributes</span></li></ul></div>
 					<div class=dom>
-						<h5 class="no-num no-toc" id=dom-interface-95>DOM Interface</h5>
+						<h5 class="no-num no-toc" id=dom-interface-94>DOM Interface</h5>
 					<ul><li>Uses <code>HTMLElement</code>.</li></ul></div>
 				</div>
 			</div>
@@ -4498,7 +4460,7 @@
 
 
 			<section>
-				<h5 id=attributes-96><span class=secno>5.1.2.1 </span>Attributes</h5>
+				<h5 id=attributes-95><span class=secno>5.1.2.1 </span>Attributes</h5>
 				<p>Unless explicitly stated otherwise for a specific purpose, all attribute
 				   values in examples are quoted using double quotes. In HTML examples,
 				   boolean attributes are written in their minimised form and in XHTML

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Overview.src.html	2 Feb 2009 02:48:49 -0000	1.32
+++ Overview.src.html	3 Mar 2009 20:55:15 -0000	1.33
@@ -394,10 +394,10 @@
 		<p>Interactive elements are those that allow the user to interact with or
 		   activate in some way.  Depending on the user's browser and device, this
 		   could be performed using any kind of input device, such as, for example,
-		   a mouse, keyboard, touch screen or even voice input.</p>
+		   a mouse, keyboard, touch screen or voice input.</p>
 
 		<p>Some common examples of interactive content include <code>a</code>,
-		   <code>a</code>, <code>video</code> when used with the
+		   <code>audio</code> and <code>video</code> when used with the
 		   <code>controls</code> attribute, and most form controls using
 		   <code>input</code>.</p>
 		
@@ -766,45 +766,8 @@
 					<ul><li>Uses <code>HTMLElement</code>.</li></ul></div>
 				</div>
 			</div>
-		</div><div class=element>
-			<h2>The <dfn><code>eventsource</code></dfn> element</h2>
-			<div class=summary>
-				<p class=desc></p>
-
-				<dl class=html-tags>
-					<dt>Start tag:</dt> <dd></dd>
-					<dt>End tag:</dt> <dd></dd>
-				</dl>
-
-				<table class=kinds-of-content>
-					<tbody><tr>
-						<th>Categories:</th>
-						<td><ul><li><span>Metadata content</span>.</li><li><span>Flow content</span>.</li><li><span>Phrasing content</span>.</li></ul></td>
-					</tr>
-					<tr>
-						<th>Contained By:</th>
-						<td><ul><li>Where <span>metadata content</span> is expected.</li><li>Where <span>phrasing content</span> is expected.</li></ul></td>
-					</tr>
-					<tr>
-						<th>Content Model:</th>
-						<td><ul><li>Empty.</li></ul></td>
-					</tr>
-				</tbody></table>
-
-				<div class=properties>
-					<div class=attributes>
-						<h3 class="no-num no-toc">Attributes</h3>
-					<ul><li><span>Global attributes</span></li><li><code title=attr-eventsource-src>src</code></li></ul></div>
-					<div class=dom>
-						<h3 class="no-num no-toc">DOM Interface</h3>
-					<ul><li>
-		<pre class=idl>interface <dfn>HTMLEventSourceElement</dfn> : <span>HTMLElement</span> {
-		           attribute DOMString <span title=dom-eventsource-src>src</span>;
-		};</pre>
-		   </li></ul></div>
-				</div>
-			</div>
-		</div><div class=element>
+		</div>
+		<div class=element>
 			<h2>The <dfn><code>body</code></dfn> element</h2>
 			<div class=summary>
 				<p class=desc></p>

Received on Tuesday, 3 March 2009 20:55:26 UTC