On Fri, Feb 11, 2011 at 9:11 AM, Adam Barth <[email protected]> wrote: > We run the preload scanner when the regular parser is blocked on the > network. CSS and other sub-resources don't block the main parser > whereas scripts do.
If the main parser encounters an script tag (including inline scripts) it will also block on any external CSS load that was triggered earlier in the document. antti > > Adam > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

