[html5] r1091 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 24 03:36:42 PDT 2007


Author: ianh
Date: 2007-10-24 03:36:41 -0700 (Wed, 24 Oct 2007)
New Revision: 1091

Modified:
   index
   source
Log:
[e] (0) markup errors

Modified: index
===================================================================
--- index	2007-10-24 10:14:26 UTC (rev 1090)
+++ index	2007-10-24 10:36:41 UTC (rev 1091)
@@ -30711,40 +30711,40 @@
 
    <tbody>
     <tr>
-     <td><dfn id=x title=dom-sqlerror-code-0>0 </dfn>
+     <td><dfn id=x title=dom-sqlerror-code-0>0</dfn>
 
      <td>The transaction failed for reasons unrelated to the database itself
       and not covered by any other error code.
 
     <tr>
-     <td><dfn id=x0 title=dom-sqlerror-code-1>1 </dfn>
+     <td><dfn id=x0 title=dom-sqlerror-code-1>1</dfn>
 
      <td>The statement failed for database reasons not covered by any other
       error code.
 
     <tr>
-     <td><dfn id=x1 title=dom-sqlerror-code-2>2 </dfn>
+     <td><dfn id=x1 title=dom-sqlerror-code-2>2</dfn>
 
      <td>The statement failed because the <a href="#expected"
       title=concept-database-expected-version>expected version</a> of the
       database didn't match the actual database version.
 
     <tr>
-     <td><dfn id=x2 title=dom-sqlerror-code-3>3 </dfn>
+     <td><dfn id=x2 title=dom-sqlerror-code-3>3</dfn>
 
      <td>The statement failed because the data returned from the database was
       too large. The SQL "LIMIT" modifier might be useful to reduce the size
       of the result set.
 
     <tr>
-     <td><dfn id=x3 title=dom-sqlerror-code-4>4 </dfn>
+     <td><dfn id=x3 title=dom-sqlerror-code-4>4</dfn>
 
      <td>The statement failed because there was not enough remaining storage
       space, or the storage quota was reached and the user declined to give
       more space to the database.
 
     <tr>
-     <td><dfn id=x4 title=dom-sqlerror-code-5>5 </dfn>
+     <td><dfn id=x4 title=dom-sqlerror-code-5>5</dfn>
 
      <td>The statement failed because the transaction's first statement was a
       read-only statement, and a subsequent statement in the same transaction
@@ -30754,7 +30754,7 @@
       upon.
 
     <tr>
-     <td><dfn id=x5 title=dom-sqlerror-code-6>6 </dfn>
+     <td><dfn id=x5 title=dom-sqlerror-code-6>6</dfn>
 
      <td>An <code title="">INSERT</code>, <code title="">UPDATE</code>, or
       <code title="">REPLACE</code> statement failed due to a constraint

Modified: source
===================================================================
--- source	2007-10-24 10:14:26 UTC (rev 1090)
+++ source	2007-10-24 10:36:41 UTC (rev 1091)
@@ -28305,35 +28305,35 @@
    <tbody>
 
     <tr>
-     <td><dfn title="dom-sqlerror-code-0">0
+     <td><dfn title="dom-sqlerror-code-0">0</dfn>
      <td>The transaction failed for reasons unrelated to the database
      itself and not covered by any other error code.
 
     <tr>
-     <td><dfn title="dom-sqlerror-code-1">1
+     <td><dfn title="dom-sqlerror-code-1">1</dfn>
      <td>The statement failed for database reasons not covered by any
      other error code.
 
     <tr>
-     <td><dfn title="dom-sqlerror-code-2">2
+     <td><dfn title="dom-sqlerror-code-2">2</dfn>
      <td>The statement failed because the <span
      title="concept-database-expected-version">expected version</span>
      of the database didn't match the actual database version.
 
     <tr>
-     <td><dfn title="dom-sqlerror-code-3">3
+     <td><dfn title="dom-sqlerror-code-3">3</dfn>
      <td>The statement failed because the data returned from the
      database was too large. The SQL "LIMIT" modifier might be useful
      to reduce the size of the result set.
 
     <tr>
-     <td><dfn title="dom-sqlerror-code-4">4
+     <td><dfn title="dom-sqlerror-code-4">4</dfn>
      <td>The statement failed because there was not enough remaining
      storage space, or the storage quota was reached and the user
      declined to give more space to the database.
 
     <tr>
-     <td><dfn title="dom-sqlerror-code-5">5
+     <td><dfn title="dom-sqlerror-code-5">5</dfn>
      <td>The statement failed because the transaction's first
      statement was a read-only statement, and a subsequent statement
      in the same transaction tried to modify the database, but the
@@ -28342,7 +28342,7 @@
      database that the former transaction was dependending upon.
 
     <tr>
-     <td><dfn title="dom-sqlerror-code-6">6
+     <td><dfn title="dom-sqlerror-code-6">6</dfn>
      <td>An <code title="">INSERT</code>, <code
      title="">UPDATE</code>, or <code title="">REPLACE</code>
      statement failed due to a constraint failure. For example,




More information about the Commit-Watchers mailing list