- From: Steve Orvell <notifications@github.com>
- Date: Tue, 09 Jan 2024 12:08:41 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 9 January 2024 20:08:47 UTC
I'm not really understanding how FOUC is related to web components. FOUC is a general problem which can occur if the parser yields and paints before any expected state, either before some script that performs rendering has run or even before the HTML/CSS has all streamed in. And, typically upon page-refresh the browser's cache will pull in these resources which should typically result in no FOUC. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/1033#issuecomment-1883706300 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/1033/1883706300@github.com>
Received on Tuesday, 9 January 2024 20:08:47 UTC