Flash of unstyled content

when a user interface temporarily gets stripped of its styling
// updated 2025-05-26 14:41

Flash of unstyled content (FOUC) refers to the phenomenon when a user intends to consume a "modernly-styled" webpage but encounters a page with:

  • only black text on white background
  • images that appear raw and unsized (usually oversized)
  • an absence of layout (everything appears stacked)

The temporary lack of style on the webpage happens for only a second before the style restores. This occurs because the HTML (structure and content) has already loaded, but the CSS (styling) file has not fully loaded yet. It most commonly happens on slow internet connections. However, improperly programmed websites may still have FOUC on faster connections.

⬅️ older (in uncoding)
😡 Coding tutorial video pet peeves
newer (in uncoding) ➡️
Link rot ⛓️‍💥
⬅️ older (in code)
😡 Coding tutorial video pet peeves
newer (in code) ➡️
Link rot ⛓️‍💥
⬅️ older (posts)
🀄️ 360度無死角
newer (posts) ➡️
小心驶得万年船 🀄️