[html5] r1063 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 17 00:36:13 PDT 2007


Author: ianh
Date: 2007-10-17 00:36:12 -0700 (Wed, 17 Oct 2007)
New Revision: 1063

Modified:
   index
   source
Log:
[e] (0) fix cross-references and a minor markup consistency issue

Modified: index
===================================================================
--- index	2007-10-17 07:27:36 UTC (rev 1062)
+++ index	2007-10-17 07:36:12 UTC (rev 1063)
@@ -30448,7 +30448,7 @@
   <pre class=idl>interface <dfn id=sqlresultset>SQLResultSet</dfn> {
   readonly attribute int <a href="#insertid" title=dom-SQLResultSet-insertId>insertId</a>;
   readonly attribute int <a href="#rowsaffected" title=dom-SQLResultSet-rowsAffected>rowsAffected</a>;
-  readonly attribute unsigned int <span title=dom-SQLResultSet-errorCode>errorCode</span>;
+  readonly attribute unsigned int <a href="#errorcode" title=dom-SQLResultSet-errorCode>errorCode</a>;
   readonly attribute DOMString <a href="#error2" title=dom-SQLResultSet-error>error</a>;
 
   // the actual data
@@ -30472,7 +30472,7 @@
    (querying the database doesn't affect any rows).
 
   <p>The <dfn id=errorcode
-   title=dom-ResultSetSQL-errorCode><code>errorCode</code></dfn> DOM
+   title=dom-SQLResultSet-errorCode><code>errorCode</code></dfn> DOM
    attribute must return the most appropriate code from the following table:
 
   <table>
@@ -30543,7 +30543,7 @@
   <pre
    class=idl>interface <dfn id=sqlresultsetrowlist>SQLResultSetRowList</dfn> {
   readonly attribute unsigned long <a href="#length9" title=dom-SQLResultSetRowList-length>length</a>;
-  <code>DOMObject</code> <a href="#itemindex5" title=dom-SQLResultSetRowList-item>item</a>(in unsigned long index);
+  <span>DOMObject</span> <a href="#itemindex5" title=dom-SQLResultSetRowList-item>item</a>(in unsigned long index);
 };</pre>
 
   <p><code><a href="#sqlresultsetrowlist">SQLResultSetRowList</a></code>

Modified: source
===================================================================
--- source	2007-10-17 07:27:36 UTC (rev 1062)
+++ source	2007-10-17 07:36:12 UTC (rev 1063)
@@ -27818,8 +27818,8 @@
   database already exists but has a different version, then the method
   must raise an <code>INVALID_STATE_ERR</code> exception.</p>
 
-  <p>Otherwise, if the database version is the empty string, or if the
-  database doesn't yet exist, or if the database exists and the
+  <p>Otherwise, if the database provided is the empty string, or if
+  the database doesn't yet exist, or if the database exists and the
   version provided to the <code
   title="dom-opendatabase">openDatabase()</code> method is the same as
   the current version associated with the database, then the method
@@ -28075,7 +28075,7 @@
   rows).</p>
 
   <p>The <dfn
-  title="dom-ResultSetSQL-errorCode"><code>errorCode</code></dfn> DOM
+  title="dom-SQLResultSet-errorCode"><code>errorCode</code></dfn> DOM
   attribute must return the most appropriate code from the following
   table:</p>
 
@@ -28144,7 +28144,7 @@
 
   <pre class="idl">interface <dfn>SQLResultSetRowList</dfn> {
   readonly attribute unsigned long <span title="dom-SQLResultSetRowList-length">length</span>;
-  <code>DOMObject</code> <span title="dom-SQLResultSetRowList-item">item</span>(in unsigned long index);
+  <span>DOMObject</span> <span title="dom-SQLResultSetRowList-item">item</span>(in unsigned long index);
 };</pre>
 
   <p><code>SQLResultSetRowList</code> objects have a <dfn




More information about the Commit-Watchers mailing list