@@ -5190,12 +5190,12 @@ over just using {{SyntaxError!!exception}} to refer to the {{DOMException}}. [[D
5190
5190
</tr>
5191
5191
<tr>
5192
5192
<td>"<dfn id="hierarchyrequesterror" exception export><code>HierarchyRequestError</code></dfn>"</td>
5193
- <td>The operation would yield an incorrect [=node tree=]. [[! DOM]]</td>
5193
+ <td>The operation would yield an incorrect [=node tree=]. [[DOM]]</td>
5194
5194
<td><dfn id="dom-domexception-hierarchy_request_err" for="DOMException" const export><code>HIERARCHY_REQUEST_ERR</code></dfn> (3)</td>
5195
5195
</tr>
5196
5196
<tr>
5197
5197
<td>"<dfn id="wrongdocumenterror" exception export><code>WrongDocumentError</code></dfn>"</td>
5198
- <td>The object is in the wrong [=document=]. [[! DOM]]</td>
5198
+ <td>The object is in the wrong [=document=]. [[DOM]]</td>
5199
5199
<td><dfn id="dom-domexception-wrong_document_err" for="DOMException" const export><code>WRONG_DOCUMENT_ERR</code></dfn> (4)</td>
5200
5200
</tr>
5201
5201
<tr>
@@ -5220,7 +5220,7 @@ over just using {{SyntaxError!!exception}} to refer to the {{DOMException}}. [[D
5220
5220
</tr>
5221
5221
<tr>
5222
5222
<td>"<dfn id="inuseattributeerror" exception export><code>InUseAttributeError</code></dfn>"</td>
5223
- <td>The attribute is in use. </td>
5223
+ <td>The attribute is in use by another [=/element=]. [[DOM]] </td>
5224
5224
<td><dfn id="dom-domexception-inuse_attribute_err" for="DOMException" const export><code>INUSE_ATTRIBUTE_ERR</code></dfn> (10)</td>
5225
5225
</tr>
5226
5226
<tr>
@@ -5273,9 +5273,9 @@ over just using {{SyntaxError!!exception}} to refer to the {{DOMException}}. [[D
5273
5273
<td>The operation was aborted.</td>
5274
5274
<td><dfn id="dom-domexception-abort_err" for="DOMException" const export><code>ABORT_ERR</code></dfn> (20)</td>
5275
5275
</tr>
5276
- <tr>
5276
+ <tr class="deprecated" >
5277
5277
<td>"<dfn id="urlmismatcherror" exception export><code>URLMismatchError</code></dfn>"</td>
5278
- <td>The given URL does not match another URL. </td>
5278
+ <td><strong>Deprecated.</strong> </td>
5279
5279
<td><dfn id="dom-domexception-url_mismatch_err" for="DOMException" const export><code>URL_MISMATCH_ERR</code></dfn> (21)</td>
5280
5280
</tr>
5281
5281
<tr>
@@ -5290,7 +5290,7 @@ over just using {{SyntaxError!!exception}} to refer to the {{DOMException}}. [[D
5290
5290
</tr>
5291
5291
<tr>
5292
5292
<td>"<dfn id="invalidnodetypeerror" exception export><code>InvalidNodeTypeError</code></dfn>"</td>
5293
- <td>The supplied node is incorrect or has an incorrect ancestor for this operation.</td>
5293
+ <td>The supplied [= node=] is incorrect or has an incorrect ancestor for this operation. [[DOM]] </td>
5294
5294
<td><dfn id="dom-domexception-invalid_node_type_err" for="DOMException" const export><code>INVALID_NODE_TYPE_ERR</code></dfn> (24)</td>
5295
5295
</tr>
5296
5296
<tr>
@@ -5315,7 +5315,7 @@ over just using {{SyntaxError!!exception}} to refer to the {{DOMException}}. [[D
5315
5315
</tr>
5316
5316
<tr>
5317
5317
<td>"<dfn id="constrainterror" exception export><code>ConstraintError</code></dfn>"</td>
5318
- <td>A mutation operation in a transaction failed because a constraint was not satisfied.</td>
5318
+ <td>A mutation operation in a transaction failed because a constraint was not satisfied. [[INDEXEDDB]] </td>
5319
5319
<td>—</td>
5320
5320
</tr>
5321
5321
<tr>
@@ -5325,17 +5325,17 @@ over just using {{SyntaxError!!exception}} to refer to the {{DOMException}}. [[D
5325
5325
</tr>
5326
5326
<tr>
5327
5327
<td>"<dfn id="transactioninactiveerror" exception export><code>TransactionInactiveError</code></dfn>"</td>
5328
- <td>A request was placed against a transaction which is currently not active, or which is finished.</td>
5328
+ <td>A request was placed against a transaction which is currently not active, or which is finished. [[INDEXEDDB]] </td>
5329
5329
<td>—</td>
5330
5330
</tr>
5331
5331
<tr>
5332
5332
<td>"<dfn id="readonlyerror" exception export><code>ReadOnlyError</code></dfn>"</td>
5333
- <td>The mutating operation was attempted in a "readonly" transaction.</td>
5333
+ <td>The mutating operation was attempted in a "readonly" transaction. [[INDEXEDDB]] </td>
5334
5334
<td>—</td>
5335
5335
</tr>
5336
5336
<tr>
5337
5337
<td>"<dfn id="versionerror" exception export><code>VersionError</code></dfn>"</td>
5338
- <td>An attempt was made to open a database using a lower version than the existing version.</td>
5338
+ <td>An attempt was made to open a database using a lower version than the existing version. [[INDEXEDDB]] </td>
5339
5339
<td>—</td>
5340
5340
</tr>
5341
5341
<tr>
0 commit comments