- From: Baocang Nie <notifications@github.com>
- Date: Thu, 12 Oct 2017 10:14:35 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 October 2017 17:15:54 UTC
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