Skip to content

Commit

Permalink
Remove unimplemented error code mappings
Browse files Browse the repository at this point in the history
See discussion and tests in web-platform-tests/wpt#27181.
  • Loading branch information
kt3k committed Jan 15, 2021
1 parent 6b95dfe commit 29afaf0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions index.bs
Expand Up @@ -5291,11 +5291,6 @@ over just using {{SyntaxError!!exception}} to refer to the {{DOMException}}. [[D
<td><strong>Deprecated.</strong> Use {{RangeError}} instead.</td></td>
<td><dfn id="dom-domexception-index_size_err" for="DOMException" const export><code>INDEX_SIZE_ERR</code></dfn>&nbsp;(1)</td>
</tr>
<tr class="deprecated">
<td>"<dfn id="domstringsizeerror" exception export><code>DOMStringSizeError</code></dfn>"</td>
<td><strong>Deprecated.</strong> Use {{RangeError}} instead.</td>
<td><dfn id="dom-domexception-domstring_size_err" for="DOMException" const><code>DOMSTRING_SIZE_ERR</code></dfn>&nbsp;(2)</td>
</tr>
<tr>
<td>"<dfn id="hierarchyrequesterror" exception export><code>HierarchyRequestError</code></dfn>"</td>
<td>The operation would yield an incorrect [=node tree=]. [[!DOM]]</td>
Expand All @@ -5311,11 +5306,6 @@ over just using {{SyntaxError!!exception}} to refer to the {{DOMException}}. [[D
<td>The string contains invalid characters.</td>
<td><dfn id="dom-domexception-invalid_character_err" for="DOMException" const export><code>INVALID_CHARACTER_ERR</code></dfn>&nbsp;(5)</td>
</tr>
<tr class="deprecated">
<td>"<dfn id="nodataallowederror" exception export><code>NoDataAllowedError</code></dfn>"</td>
<td><strong>Deprecated.</strong></td>
<td><dfn id="dom-domexception-no_data_allowed_err" for="DOMException" const><code>NO_DATA_ALLOWED_ERR</code></dfn>&nbsp;(6)</td>
</tr>
<tr>
<td>"<dfn id="nomodificationallowederror" exception export><code>NoModificationAllowedError</code></dfn>"</td>
<td>The object can not be modified.</td>
Expand Down Expand Up @@ -5366,11 +5356,6 @@ over just using {{SyntaxError!!exception}} to refer to the {{DOMException}}. [[D
</td>
<td><dfn id="dom-domexception-invalid_access_err" for="DOMException" const><code>INVALID_ACCESS_ERR</code></dfn>&nbsp;(15)</td>
</tr>
<tr class="deprecated">
<td>"<dfn id="validationerror" exception export><code>ValidationError</code></dfn>"</td>
<td><strong>Deprecated.</strong></td>
<td><dfn id="dom-domexception-validation_err" for="DOMException" const><code>VALIDATION_ERR</code></dfn>&nbsp;(16)</td>
</tr>
<tr class="deprecated">
<td>"<dfn id="typemismatcherror" exception export><code>TypeMismatchError</code></dfn>"</td>
<td><strong>Deprecated.</strong> Use {{TypeError}} instead.</td>
Expand Down

0 comments on commit 29afaf0

Please sign in to comment.