[html5] r6098 - [e] (0) correctness Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12226

whatwg at whatwg.org whatwg at whatwg.org
Thu May 5 17:55:52 PDT 2011


Author: ianh
Date: 2011-05-05 17:55:51 -0700 (Thu, 05 May 2011)
New Revision: 6098

Modified:
   complete.html
   index
   source
Log:
[e] (0) correctness
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12226

Modified: complete.html
===================================================================
--- complete.html	2011-05-06 00:54:02 UTC (rev 6097)
+++ complete.html	2011-05-06 00:55:51 UTC (rev 6098)
@@ -2367,10 +2367,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>

Modified: index
===================================================================
--- index	2011-05-06 00:54:02 UTC (rev 6097)
+++ index	2011-05-06 00:55:51 UTC (rev 6098)
@@ -2392,10 +2392,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>

Modified: source
===================================================================
--- source	2011-05-06 00:54:02 UTC (rev 6097)
+++ source	2011-05-06 00:55:51 UTC (rev 6098)
@@ -1260,10 +1260,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>




More information about the Commit-Watchers mailing list