[Webkit-unassigned] [Bug 149157] Allow the page to render before <link> stylesheet tags in body

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 4 07:22:40 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=149157

--- Comment #4 from Antti Koivisto <koivisto at iki.fi> ---
> In Chrome/Safari, the preparser discovers the CSS and blocks further
> rendering, including content before the <link>. 

This is not true in WebKit. Stylesheet loads triggered by preload scanner don't block rendering. Rendering is only blocked when the real parser reaches a loading <link> element (or <style> with @import).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160804/b2244ce1/attachment.html>


More information about the webkit-unassigned mailing list