I was interested in his comment about Google AdSense causing problems. My preferred browser, Camino, has recently taken to long stalls when opening a fair number of pages (Wired is one, Boston.com is often another). Firefox opens these much faster. I wonder if Camino's engine is hanging on AdSense ads (though I can't say I've actually checked carefully to see if the offending pages actually have these ads, or any other common elements).
It's annoying enough that I may have to switch to Firefox for my browser.
I'm not sure why Hyatt rejects the idea that execution of stylesheets should not be similar to execution of client-side scripting. Almost any style behavior that can be expressed in CSS can also be expressed in Javascript--sometimes much more torturously, sometimes more elegantly. So why NOT treat styles as a set-based, declarative variant of scripting?
Furthermore, the presence of a style reference is an explicit hint to the renderer that some of the default rendering behaviors are inapplicable; any further rendering work undertaken until the styles are retrieved and interpreted is likely to be wasted effort.
I think he wants the gain in page loading speed that you get when you can start parsing before the styles are all loaded.
I think I'm more with Rone; I prefer the FOUC to just stalling the page. But in my own experience, if your users and your boss say it's a problem, then it's a problem whether you think it is or not.
no subject
no subject
It's annoying enough that I may have to switch to Firefox for my browser.
no subject
no subject
no subject
Furthermore, the presence of a style reference is an explicit hint to the renderer that some of the default rendering behaviors are inapplicable; any further rendering work undertaken until the styles are retrieved and interpreted is likely to be wasted effort.
no subject
I think I'm more with Rone; I prefer the FOUC to just stalling the page. But in my own experience, if your users and your boss say it's a problem, then it's a problem whether you think it is or not.