Sasha Firsov

Results 91 comments of Sasha Firsov

@EisenbergEffect , @bennypowers How the payload of DCE would be treated for those 3 cases? 1. simple payload ```html link 😃 🍋 ``` 2. payload with slot definition and slot...

This strawman proposal looks like a dead lead, it has a final stage but no references to discussion channels. Any idea how this strawman become a thing and ask questions?...

> I'd like to put together a new proposal based on my research would you mind to have a conversation on the high level goals of new proposal and scope?

> why this feature is being discussed here I guess it is question about priority. The declarative use of WC and around( custom elements, shadow root/template, binding, etc.) seems got...

@justinfagnani > custom elements and declarative shadow DOM have no relation Correct, till the moment when slots become a part of declaration ```html Hello World! 👋 ``` Would you treat...

https://github.com/modernweb-dev/example-projects/tree/master/puppeteer `npm run test` also produces blank coverage file when runs in Ubuntu

one more POC for DCE: https://unpkg.com/[email protected]/demo/dce.html

## DCE as alternative to TEMPLATE with `shadowroot` implementation. What can not be achieved by template and custom element stack now? * true reuse of template DOM [without cloning](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_templates_and_slots#using_templates_with_web_components). *...

@caridy the [Parts](https://github.com/rniwa/webcomponents/blob/add-dom-parts-proposal/proposals/DOM-Parts.md) proposal covers only concept and API for parts implementation, not even JS but rather in browser engine level. Which is premature as the interface is not even...

My AC for Declarative Custom Element: * should be self-sufficient. I.e. completely declarative syntax to support Declarative Web Application concept( no JS ) * support passing parameters/data * support distribution...