Re: [WICG/webcomponents] [declarative-custom-elements] Use cases (Issue #1099)

sashafirsov left a comment (WICG/webcomponents#1099)

So many questions... 1 by 1.
> Is it required that the solution run with without script turned off? Why?

* native browser performance. Which would make SSR obsolete for performance reasons.
* security. DCE have to be made without JS flaws of mixed context. And there is `<custom-element>` concept how to do so. 3rd party DCE should not be able to mess up the page or user input unless directed by page developer.
* low-powered in CPU and RAM devices would not need JS engine to mess with infinite page life.

If there is doubt in any of statement, we can elaborate more.

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

Message ID: <WICG/webcomponents/issues/1099/2803639639@github.com>

Received on Tuesday, 15 April 2025 03:11:23 UTC