Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) validation error
git-svn-id: http://svn.whatwg.org/webapps@5419 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 7, 2010
1 parent 435fdee commit 0d5a137
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -7755,9 +7755,9 @@ <h4 id=exceptions><span class=secno>2.7.8 </span>Exceptions</h4>
<li value=26><dfn id=encoding_err><code>ENCODING_ERR</code></dfn></li> <!-- File API -->
<!--v2DATAGRID <li value=".."><dfn><code>DATAGRID_MODEL_ERR</code></dfn></li> --> <!-- actually defined right here for now -->
<!--
<li value="81"><dfn><code>PARSE_ERR</code></dfn></li> <!-- actually defined in dom3ls -->
<li value=82><dfn id=serialize_err><code>SERIALIZE_ERR</code></dfn></li> <!-- actually defined in dom3ls -->
--&gt;
<li value="81"><dfn><code>PARSE_ERR</code></dfn></li> <!- - actually defined in dom3ls - ->
<li value="82"><dfn><code>SERIALIZE_ERR</code></dfn></li> <!- - actually defined in dom3ls - ->
-->
</ol><pre class=impl>[Supplemental] exception DOMException {
const unsigned short <a href=#url_mismatch_err>URL_MISMATCH_ERR</a> = 21;
const unsigned short <a href=#quota_exceeded_err>QUOTA_EXCEEDED_ERR</a> = 22;
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -7732,9 +7732,9 @@ interface <dfn id=propertynodelist>PropertyNodeList</dfn> : <a href=#nodelist>No
<li value=26><dfn id=encoding_err><code>ENCODING_ERR</code></dfn></li> <!-- File API -->
<!--v2DATAGRID <li value=".."><dfn><code>DATAGRID_MODEL_ERR</code></dfn></li> --> <!-- actually defined right here for now -->
<!--
<li value="81"><dfn><code>PARSE_ERR</code></dfn></li> <!-- actually defined in dom3ls -->
<li value=82><dfn id=serialize_err><code>SERIALIZE_ERR</code></dfn></li> <!-- actually defined in dom3ls -->
--&gt;
<li value="81"><dfn><code>PARSE_ERR</code></dfn></li> <!- - actually defined in dom3ls - ->
<li value="82"><dfn><code>SERIALIZE_ERR</code></dfn></li> <!- - actually defined in dom3ls - ->
-->
</ol><pre class=impl>[Supplemental] exception DOMException {
const unsigned short <a href=#url_mismatch_err>URL_MISMATCH_ERR</a> = 21;
const unsigned short <a href=#quota_exceeded_err>QUOTA_EXCEEDED_ERR</a> = 22;
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -7621,8 +7621,8 @@ interface <dfn>PropertyNodeList</dfn> : <span>NodeList</span> {
<li value="26"><dfn><code>ENCODING_ERR</code></dfn></li> <!-- File API -->
<!--v2DATAGRID <li value=".."><dfn><code>DATAGRID_MODEL_ERR</code></dfn></li> --> <!-- actually defined right here for now -->
<!--
<li value="81"><dfn><code>PARSE_ERR</code></dfn></li> <!-- actually defined in dom3ls -->
<li value="82"><dfn><code>SERIALIZE_ERR</code></dfn></li> <!-- actually defined in dom3ls -->
<li value="81"><dfn><code>PARSE_ERR</code></dfn></li> <!- - actually defined in dom3ls - ->
<li value="82"><dfn><code>SERIALIZE_ERR</code></dfn></li> <!- - actually defined in dom3ls - ->
-->
</ol>

Expand Down

0 comments on commit 0d5a137

Please sign in to comment.