Re: [csswg-drafts] Define which subresources block the DOM load event

So the tests from https://github.com/w3c/web-platform-tests/pull/5525 show that:

 * Everything (Chrome, Edge, Firefox, Safari) delays the load event for `@import`
 * Nothing (ditto) delays the load event for an unused `@font-face`

Beyond that, stuff gets less interoperable:

 * Everything except Edge delays the load event for `background-image` and `list-style-image`
 * Chrome and Firefox delay the load event for a used `@font-face`, Safari and Edge do not


-- 
GitHub Notification of comment by gsnedders
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1088#issuecomment-292997364 using your GitHub account

Received on Monday, 10 April 2017 16:08:38 UTC