- From: <bugzilla@jessica.w3.org>
- Date: Wed, 30 Jul 2014 18:16:59 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24756 --- Comment #9 from Boris Zbarsky <bzbarsky@mit.edu> --- > In my understanding, this is a consequence of how <link rel=style> is handled. I think you misunderstand how those are handled, then. UAs make a good-faith effort to not render while stylesheets are loading, because it looks ugly, but they make no guarantees about it at all. Can we please separate the concerns of avoiding flashes of unstyled content (which is a purely visual/performance thing and is done best-effort) and providing correct style information to scripts (which is handled by not running the scripts until the stylesheets have been loaded)? -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 30 July 2014 18:17:04 UTC