- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
 - Date: Fri, 06 May 2011 00:56:00 +0000
 - To: public-html-commits@w3.org
 
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"><tr role="cell"></pre>
+     <pre class="bad"><hr role="cell"></pre>
      <pre class="bad"><input type=radio role=progressbar></pre>
 
     </div>
Received on Friday, 6 May 2011 00:56:02 UTC