Skip to content

Commit 29afaf0

Browse files
authored
Remove unimplemented error code mappings
See discussion and tests in web-platform-tests/wpt#27181.
1 parent 6b95dfe commit 29afaf0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

index.bs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5291,11 +5291,6 @@ over just using {{SyntaxError!!exception}} to refer to the {{DOMException}}. [[D
52915291
<td><strong>Deprecated.</strong> Use {{RangeError}} instead.</td></td>
52925292
<td><dfn id="dom-domexception-index_size_err" for="DOMException" const export><code>INDEX_SIZE_ERR</code></dfn>&nbsp;(1)</td>
52935293
</tr>
5294-
<tr class="deprecated">
5295-
<td>"<dfn id="domstringsizeerror" exception export><code>DOMStringSizeError</code></dfn>"</td>
5296-
<td><strong>Deprecated.</strong> Use {{RangeError}} instead.</td>
5297-
<td><dfn id="dom-domexception-domstring_size_err" for="DOMException" const><code>DOMSTRING_SIZE_ERR</code></dfn>&nbsp;(2)</td>
5298-
</tr>
52995294
<tr>
53005295
<td>"<dfn id="hierarchyrequesterror" exception export><code>HierarchyRequestError</code></dfn>"</td>
53015296
<td>The operation would yield an incorrect [=node tree=]. [[!DOM]]</td>
@@ -5311,11 +5306,6 @@ over just using {{SyntaxError!!exception}} to refer to the {{DOMException}}. [[D
53115306
<td>The string contains invalid characters.</td>
53125307
<td><dfn id="dom-domexception-invalid_character_err" for="DOMException" const export><code>INVALID_CHARACTER_ERR</code></dfn>&nbsp;(5)</td>
53135308
</tr>
5314-
<tr class="deprecated">
5315-
<td>"<dfn id="nodataallowederror" exception export><code>NoDataAllowedError</code></dfn>"</td>
5316-
<td><strong>Deprecated.</strong></td>
5317-
<td><dfn id="dom-domexception-no_data_allowed_err" for="DOMException" const><code>NO_DATA_ALLOWED_ERR</code></dfn>&nbsp;(6)</td>
5318-
</tr>
53195309
<tr>
53205310
<td>"<dfn id="nomodificationallowederror" exception export><code>NoModificationAllowedError</code></dfn>"</td>
53215311
<td>The object can not be modified.</td>
@@ -5366,11 +5356,6 @@ over just using {{SyntaxError!!exception}} to refer to the {{DOMException}}. [[D
53665356
</td>
53675357
<td><dfn id="dom-domexception-invalid_access_err" for="DOMException" const><code>INVALID_ACCESS_ERR</code></dfn>&nbsp;(15)</td>
53685358
</tr>
5369-
<tr class="deprecated">
5370-
<td>"<dfn id="validationerror" exception export><code>ValidationError</code></dfn>"</td>
5371-
<td><strong>Deprecated.</strong></td>
5372-
<td><dfn id="dom-domexception-validation_err" for="DOMException" const><code>VALIDATION_ERR</code></dfn>&nbsp;(16)</td>
5373-
</tr>
53745359
<tr class="deprecated">
53755360
<td>"<dfn id="typemismatcherror" exception export><code>TypeMismatchError</code></dfn>"</td>
53765361
<td><strong>Deprecated.</strong> Use {{TypeError}} instead.</td>

0 commit comments

Comments
 (0)