From d317dacbf4f4a4bef9883bb0467a1942637fe353 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Fri, 15 Jan 2021 17:55:00 +0900 Subject: [PATCH] Remove disused error names table entries --- index.bs | 15 --------------- 1 file changed, 15 deletions(-) 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.