What does "implement the HTMLElement interface" means, and how such element can be not in HTML namespace? #1402
Labels
topic: custom elements
Relates to custom elements (as defined in DOM and HTML)
Uh oh!
There was an error while loading. Please reload this page.
Step 6.3 of create an element says:
Is there a definition for this? I'm tentatively checking if the result is a wrapper of a native object of HTMLElement or its subclass. Does this match to what the spec means?
If so, how could I create an element that matches to step 6.8?
I created a test:
but this fails in step 6.3.
@domenic @dominiccooney could you advise?
The text was updated successfully, but these errors were encountered: