Re: [w3c/webcomponents] Non-class based example of customElement.define() (#587)

@WebReflection Thanks a lot, I had fixed that.

```html
    <ufo-element>👍 customElements.define("ufo-element", UFO);</ufo-element>
    <ufo>👎 customElements.define("ufo", UFO);</ufo>
```

<ufo-element>👍 customElements.define("ufo-element", UFO);</ufo-element>
<ufo>👎 customElements.define("ufo", UFO);</ufo>

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

Received on Friday, 3 July 2020 17:11:40 UTC