diff --git a/dom.bs b/dom.bs index 7004e5fd..7b4bf762 100644 --- a/dom.bs +++ b/dom.bs @@ -5824,9 +5824,8 @@ given a document, localName, namespace, and opt custom element definition set to null, is value set to is, and node document set to document. -
  • If document has a browsing context, and - namespace is the HTML namespace, and either localName is a - valid custom element name or is is is non-null, set result's +

  • If namespace is the HTML namespace, and either localName is a + valid custom element name or is is non-null, then set result's custom element state to "undefined".

  • diff --git a/dom.html b/dom.html index 9a1ad84d..eb271c21 100644 --- a/dom.html +++ b/dom.html @@ -71,7 +71,7 @@

    DOM

    -

    Living Standard — Last Updated

    +

    Living Standard — Last Updated

    @@ -2966,7 +2966,7 @@

    CloseEvent "compositionevent" - CompositionEvent + CompositionEvent [UIEVENTS] "customevent" @@ -2994,7 +2994,7 @@

    "events" "focusevent" - FocusEvent + FocusEvent [UIEVENTS] "hashchangeevent" @@ -3049,7 +3049,7 @@

    "svgzoomevents" "textevent" - CompositionEvent + CompositionEvent [UIEVENTS] "touchevent" @@ -3075,7 +3075,7 @@

    [WEBGL] "wheelevent" - WheelEvent + WheelEvent [UIEVENTS]
  • @@ -3478,7 +3478,7 @@

    localName, custom element state set to "uncustomized", custom element definition set to null, is value set to is, and node document set to document.

  • -

    If document has a browsing context, and namespace is the HTML namespace, and either localName is a valid custom element name or is is is non-null, set result’s custom element state to "undefined".

    +

    If namespace is the HTML namespace, and either localName is a valid custom element name or is is non-null, then set result’s custom element state to "undefined".

  • Return result.

    @@ -6387,6 +6387,13 @@

  • SVGZoomEvent +
  • + [UIEVENTS] defines the following terms: +
  • [URL] defines the following terms: