@@ -5291,11 +5291,6 @@ over just using {{SyntaxError!!exception}} to refer to the {{DOMException}}. [[D
5291
5291
<td><strong>Deprecated.</strong> Use {{RangeError}} instead.</td></td>
5292
5292
<td><dfn id="dom-domexception-index_size_err" for="DOMException" const export><code>INDEX_SIZE_ERR</code></dfn> (1)</td>
5293
5293
</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> (2)</td>
5298
- </tr>
5299
5294
<tr>
5300
5295
<td>"<dfn id="hierarchyrequesterror" exception export><code>HierarchyRequestError</code></dfn>"</td>
5301
5296
<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
5311
5306
<td>The string contains invalid characters.</td>
5312
5307
<td><dfn id="dom-domexception-invalid_character_err" for="DOMException" const export><code>INVALID_CHARACTER_ERR</code></dfn> (5)</td>
5313
5308
</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> (6)</td>
5318
- </tr>
5319
5309
<tr>
5320
5310
<td>"<dfn id="nomodificationallowederror" exception export><code>NoModificationAllowedError</code></dfn>"</td>
5321
5311
<td>The object can not be modified.</td>
@@ -5366,11 +5356,6 @@ over just using {{SyntaxError!!exception}} to refer to the {{DOMException}}. [[D
5366
5356
</td>
5367
5357
<td><dfn id="dom-domexception-invalid_access_err" for="DOMException" const><code>INVALID_ACCESS_ERR</code></dfn> (15)</td>
5368
5358
</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> (16)</td>
5373
- </tr>
5374
5359
<tr class="deprecated">
5375
5360
<td>"<dfn id="typemismatcherror" exception export><code>TypeMismatchError</code></dfn>"</td>
5376
5361
<td><strong>Deprecated.</strong> Use {{TypeError}} instead.</td>
0 commit comments