- From: Sasha Firsov <notifications@github.com>
- Date: Wed, 16 Apr 2025 20:03:16 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 17 April 2025 03:03:20 UTC
sashafirsov created an issue (WICG/webcomponents#1102) > Is it required that the solution run with without script turned off? Why? Yes. Reasons: * **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 interfere 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/1102 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/1102@github.com>
Received on Thursday, 17 April 2025 03:03:20 UTC