- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 Jun 2008 10:33:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes In directory hutz:/tmp/cvs-serv29715 Modified Files: Overview.html Overview.src.html Log Message: fixed another -1 error in the section for the tr element Index: Overview.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.html,v retrieving revision 1.224 retrieving revision 1.225 diff -u -d -r1.224 -r1.225 --- Overview.html 5 Jun 2008 07:59:16 -0000 1.224 +++ Overview.html 5 Jun 2008 10:33:12 -0000 1.225 @@ -13,7 +13,7 @@ <link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css" /> </head><div class="head"><div><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" width="72" height="48" alt="W3C" /></a></div><h1>HTML 5 Publication Notes</h1><h2> W3C - Editor’s Draft <em>29 May 2008</em></h2><dl><dt>Latest Editor’s Draft:</dt><dd><a id="latestED" href="http://dev.w3.org/html5/pubnotes/Overview.src.html">http://dev.w3.org/html5/pubnotes/Overview.src.html</a><script type="text/ecmascript"> + Editor’s Draft <em>5 June 2008</em></h2><dl><dt>Latest Editor’s Draft:</dt><dd><a id="latestED" href="http://dev.w3.org/html5/pubnotes/Overview.src.html">http://dev.w3.org/html5/pubnotes/Overview.src.html</a><script type="text/ecmascript"> var id = "$Id$"; var a = document.getElementById('cvsVersionLink'); var xs = id.match(/ ([0-9]\.[0-9.]+) /); @@ -44,7 +44,7 @@ report can be found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> at http://www.w3.org/TR/. </em></p><p> - This document is the 29 May 2008 <b>Editor’s Draft</b> of + This document is the 5 June 2008 <b>Editor’s Draft</b> of <cite>HTML 5 Publication Notes</cite>. Please send comments about this document to @@ -1895,14 +1895,6 @@ particular criteria, the text was changed to state that the attribute must return <code>-1</code>. (It had stated that it must return 0.)</li> - <li>Two statements that give conformance - requirements for cases when the - <var>index</var> argument to the - <code class="method">insertCell()</code> - method is less than or equal to a certain value were - revised to state the value for those cases as - <code>-1</code>. (They had stated positive - <code>1</code> for those same cases).</li> </ul> </div> <div id="td" class="section"> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.src.html,v retrieving revision 1.218 retrieving revision 1.219 diff -u -d -r1.218 -r1.219 --- Overview.src.html 5 Jun 2008 07:59:16 -0000 1.218 +++ Overview.src.html 5 Jun 2008 10:33:12 -0000 1.219 @@ -1900,14 +1900,6 @@ particular criteria, the text was changed to state that the attribute must return <code>-1</code>. (It had stated that it must return 0.)</li> - <li>Two statements that give conformance - requirements for cases when the - <var>index</var> argument to the - <code class=method>insertCell()</code> - method is less than or equal to a certain value were - revised to state the value for those cases as - <code>-1</code>. (They had stated positive - <code>1</code> for those same cases).</li> </ul> </section> <section id=td>
Received on Thursday, 5 June 2008 10:33:51 UTC