Re: [w3c/webcomponents] Anonymous custom elements 匿名自定义组件 (#842)

It is a DOM node, but can only be created by calling `new MyElement()`. It bears no semantic meaning and don't even appear in the markup.

I've done some shenanigans to polyfill innerHTML/outerHTML, as you can see if you open the [Live preview](https://rawcdn.githack.com/adrianhelvik/anonymous-custom-elements/2c440963e9a67c3a2c1da812db1a231aed879d37/example.html) in my proposal and check out document.body.innerHTML in the console.

-- 
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/842#issuecomment-633643747

Received on Monday, 25 May 2020 16:29:56 UTC