https://bugzilla.wikimedia.org/show_bug.cgi?id=23612
--- Comment #18 from Derk-Jan Hartman <[email protected]> 2010-08-16 16:00:06 CEST --- (In reply to comment #10) > (In reply to comment #8) > > In general CSS should be defined before all the CSS, > Is this a typo? Eh yes, CSS should be before any scripts. Normal behavior is to Load css, first render, execute scripts, update rendering. The way it is now, IE 6 will start running scripts and only do the first rendering when it reaches the last CSS style block in the head or something. So even though .htc is script, it is a script loaded from CSS and should thus probably be the last CSS inclusion and the first script. > > otherwise there is a large speed penalty. I'm wondering if the Explorer > > reported issues are related to the positioning of this csshover.htc > So where should it be moved to? Somewhere along the style elements. ... prohibits progressive rendering in many browsers, including Internet Explorer. These browsers block rendering to avoid having to redraw elements of the page if their styles change. The user is stuck viewing a blank white page. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
