Re: [w3c/webcomponents] The is="" attribute is confusing? Maybe we should encourage only ES6 class-based extension. (#509)

> My example won't show or do anything if JS is disabled

Isn't the whole app broken in this case?

> will put content in the exact place on demand

For that you need javascript and you can do that with a custom element

> without synchronous document mutations

The browser uses an event loop.  All document mutations are synchronous.

> On top of that, it would work even for chunks injected asynchronously.

You can do push notifications in a custom element.


-- 
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/509#issuecomment-261782001

Received on Sunday, 20 November 2016 14:38:33 UTC