Status: New Owner: ---- New issue 717 by CobaltBlueDW: CSS "<link />" onload event http://code.google.com/p/v8/issues/detail?id=717
There is no onload event for CSS file references. Both FireFox and IE have a way of detecting when CSS has finished loading, using their respective javascript loading event mechanisms. It would be quite useful for dynamic CSS loading to have an event for this. Not knowing when dynamically loaded CSS has finished loading can cause problems, and the work-around solutions to handling dynamic CSS aren't too great: polling for completion, defaulting to timeouts, grabbing CSS using AJAX and injecting it into a <style /> tag. I imagine this is pretty well known about webkit browsers, so I doubt I need to supply an example. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
