Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove disused entries from error names table (2.8.1.) #946

Merged
merged 1 commit into from
Jan 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions index.bs
Original file line number Diff line number Diff line change
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