[whatwg/dom] About `element` element (#519)

HTMLElementElement such as:

```html
<element name="concat-card">
    <attribute name="name" type="string"/>
    <attribute name="age" type="number"/>
    <attribute name="mobile" type="string"/>
    <attribute name="address" type="string"/>
</element>

<contact-card name="John Smith" age="28" mobile="0086-10-123456" address="The Address"></contact-card>
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/519

Received on Thursday, 12 October 2017 17:15:54 UTC