Re: [WICG/webcomponents] Anonymous Custom Elements (Issue #1074)

DCE syntax from `custom-element` for anonymous elements assumes just a missing `tag` attribute
```html
<custom-element>
     👋<!-- what ever payload in emplate -->
</custom-element>
<custom-element src="puzzled.svg"></custom-element>
<custom-element src="lib.html#common-menu"></custom-element>
```
[live example](https://unpkg.com/@epa-wg/custom-element@0.0.27/demo/external-template.html) # 2,4,6,7,8,9,10

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/1074#issuecomment-2421520351
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/1074/2421520351@github.com>

Received on Friday, 18 October 2024 06:19:54 UTC