kriszyp / xstyle

A declarative, reactive framework that extends CSS

Home Page:http://kriszyp.github.com/xstyle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alternative method for determining when CSS loading is complete?

thomasbachem opened this issue · comments

Could the method described at http://yearofmoo.com/2011/03/cross-browser-stylesheet-preloading/ perhaps be superior to the one currently used? It seems to rely on the observation that nodes are only inserted into the DOM after the CSS rules were loaded.