hixie: correctness (whatwg r6098)

hixie: correctness (whatwg r6098)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4901&r2=1.4902&f=h
http://html5.org/tools/web-apps-tracker?from=6097&to=6098

===================================================================
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 01:03:11 UTC