diff --git a/index.bs b/index.bs index c9e4f3c8..07d18ac0 100644 --- a/index.bs +++ b/index.bs @@ -5291,11 +5291,6 @@ over just using {{SyntaxError!!exception}} to refer to the {{DOMException}}. [[D Deprecated. Use {{RangeError}} instead. INDEX_SIZE_ERR (1) - - "DOMStringSizeError" - Deprecated. Use {{RangeError}} instead. - DOMSTRING_SIZE_ERR (2) - "HierarchyRequestError" The operation would yield an incorrect [=node tree=]. [[!DOM]] @@ -5311,11 +5306,6 @@ over just using {{SyntaxError!!exception}} to refer to the {{DOMException}}. [[D The string contains invalid characters. INVALID_CHARACTER_ERR (5) - - "NoDataAllowedError" - Deprecated. - NO_DATA_ALLOWED_ERR (6) - "NoModificationAllowedError" The object can not be modified. @@ -5366,11 +5356,6 @@ over just using {{SyntaxError!!exception}} to refer to the {{DOMException}}. [[D INVALID_ACCESS_ERR (15) - - "ValidationError" - Deprecated. - VALIDATION_ERR (16) - "TypeMismatchError" Deprecated. Use {{TypeError}} instead.