- From: poot <cvsmail@w3.org>
- Date: Thu, 05 May 2011 21:03:10 -0400
- To: public-html-diffs@w3.org
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"><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 01:03:11 UTC