Clarify what 'affected' means. (whatwg r3240)

Clarify what 'affected' means. (whatwg r3240)

http://dev.w3.org/cvsweb/html5/webstorage/Overview.html?r1=1.43&r2=1.44&f=h
http://html5.org/tools/web-apps-tracker?from=3239&to=3240

===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- Overview.html 6 Jun 2009 03:16:52 -0000 1.43
+++ Overview.html 13 Jun 2009 01:04:54 -0000 1.44
@@ -151,7 +151,7 @@
    <h1>Web Storage</h1>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 6 June 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 13 June 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out
     <dt>This Version:</dt>
@@ -219,7 +219,7 @@
   specification's progress along the W3C Recommendation track.
   <!--ZZZ:-->
   <!--This specification is the 23 April 2009 Working Draft.-->
-  This specification is the 6 June 2009 Editor's Draft.
+  This specification is the 13 June 2009 Editor's Draft.
   <!--:ZZZ-->
   </p><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
   February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of
@@ -1082,7 +1082,7 @@
   multiple rows, the ID of the last row must be the one returned. If
   the statement did not insert a row, then the attribute must instead
   raise an <code>INVALID_ACCESS_ERR</code> exception.<p>The <dfn id="dom-sqlresultset-rowsaffected" title="dom-SQLResultSet-rowsAffected"><code>rowsAffected</code></dfn>
-  attribute must return the number of rows that were affected by the
+  attribute must return the number of rows that were changed by the
   SQL statement. If the statement did not affected any rows, then the
   attribute must return zero. For "SELECT" statements, this returns
   zero (querying the database doesn't affect any rows).<p>The <dfn id="dom-sqlresultset-rows" title="dom-SQLResultSet-rows"><code>rows</code></dfn>

Received on Saturday, 13 June 2009 01:05:43 UTC