Re: [HTML Imports]: Sync, async, -ish?

2013-12-04 Thread Bryan McQuade
support for an 'async' tag. link async indicates that the load of that stylesheet/import must not block rendering. This is useful for both imports and stylesheets (more on this below) On Tue, Dec 3, 2013 at 8:37 PM, Elliott Sprehn espr...@chromium.org wrote: On Tue, Dec 3, 2013 at 2:22 PM, Bryan

Re: [HTML Imports]: Sync, async, -ish?

2013-12-03 Thread Bryan McQuade
It seems that there are two distinct questions being discussed on this thread: 1. should script tags that come after link rel=import block their execution on load of the link rel=import completing? 2. should rendering of page content block on the load of link rel=import These are related, but

Re: [HTML Imports]: Sync, async, -ish?

2013-12-03 Thread Bryan McQuade
Second question: should *rendering* of page content block on the load of link rel=import Steve Souders wrote another nice post about this topic: http://www.stevesouders.com/blog/2013/11/26/performance-and-custom-elements/which I recommend reading (read the comments too). We should start by