html5/spec Overview.html,1.4901,1.4902

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23436

Modified Files:
	Overview.html 
Log Message:
correctness (whatwg r6098)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4901
retrieving revision 1.4902
diff -u -d -r1.4901 -r1.4902
--- Overview.html	6 May 2011 00:54:08 -0000	1.4901
+++ Overview.html	6 May 2011 00:55:56 -0000	1.4902
@@ -2051,10 +2051,10 @@
     <div class="example">
 
      <p>In the fragments below, for example, the semantics are
-     nonsensical: a row cannot simultaneously be a cell, nor can a
-     radio button be a progress bar.</p>
+     nonsensical: a separator cannot simultaneously be a cell, nor can
+     a radio button be a progress bar.</p>
 
-     <pre class="bad">&lt;tr role="cell"&gt;</pre>
+     <pre class="bad">&lt;hr role="cell"&gt;</pre>
      <pre class="bad">&lt;input type=radio role=progressbar&gt;</pre>
 
     </div>

Received on Friday, 6 May 2011 00:56:02 UTC