diff --git a/spec/custom/index.html b/spec/custom/index.html index 42e04231..c8d608ef 100644 --- a/spec/custom/index.html +++ b/spec/custom/index.html @@ -581,7 +581,6 @@

Instantiating Custom Elements

  1. If PROTOTYPE is already an interface prototype object for any interface object or PROTOTYPE has a non-configurable property named constructor, throw a NotSupportedError and stop.
  2. Let DEFINITION be an element definition that has PROTOTYPE as custom element prototype
  3. -
  4. Let REGISTRY be the DOCUMENT's registry
  5. Let CONSTRUCTOR be the interface object whose interface prototype object is PROTOTYPE and when called as a constructor, executes these steps:
    1. Let ELEMENT be the context object
    2. @@ -610,7 +609,7 @@

      Extensions to -

      Instead of step 3 in createElement and step 9 in createElementNS (the steps that determine element interface, both methods must run the following +

      Instead of step 3 in createElement and step 9 in createElementNS (the steps that determine element interface, both methods must run the following steps:

      1. Let TYPE be typeExtension, or localName if typeExtension is not present