From d077da16b7fc307fc51820dbe541f6cf0b088115 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Tue, 24 May 2016 10:15:10 +0200 Subject: [PATCH] Don't set custom element state redundantly As of https://github.com/whatwg/html/pull/1309, this is no longer necessary, as it is taken care of in the Construct(C) step. --- dom.bs | 2 -- dom.html | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/dom.bs b/dom.bs index 33d39ddb6..2ce6e1965 100644 --- a/dom.bs +++ b/dom.bs @@ -5723,8 +5723,6 @@ given a document, localName, namespace, and opt localName, then throw a {{NotSupportedError}}.
  • Set result's namespace prefix to prefix. - -

  • Set result's custom element state to "custom".

  • diff --git a/dom.html b/dom.html index add5cc4e8..49efe0a75 100644 --- a/dom.html +++ b/dom.html @@ -219,7 +219,7 @@

    DOM

    -

    Living Standard — Last Updated

    +

    Living Standard — Last Updated

    @@ -3554,8 +3554,6 @@

    If result’s local name is not equal to localName, then throw a NotSupportedError.

  • Set result’s namespace prefix to prefix.

    -
  • -

    Set result’s custom element state to "custom".

  • Otherwise: