diff --git a/source b/source index 39fa694b3ec..79b10a6ccf6 100644 --- a/source +++ b/source @@ -12252,8 +12252,7 @@ document.createElement("bad-1"); // (2)
  • If element is an already - constructed marker, then throw an "InvalidStateError" - DOMException.

    + constructed marker, then throw a TypeError.

    This can occur when the author code inside the custom element @@ -12271,7 +12270,7 @@ class DontDoThis extends HTMLElement { // Now the construction stack will contain an already constructed marker. } - // This will then fail with an "InvalidStateError" DOMException: + // This will then fail with a TypeError: super(); } } @@ -13956,8 +13955,10 @@ Transport Protocol">HTTP</abbr> today.</p>