[Webkit-unassigned] [Bug 8852] Scripts should not be executed before preceding subresources are loaded

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Jul 11 05:55:02 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8852





------- Comment #4 from ap at nypop.com  2006-07-11 05:55 PDT -------
(In reply to comment #3)
> Is that specified somewhere?

  I'm not aware of any such specification (or what specification could possibly
talk about such things).

> If not, what rules would you suggest following? 

  Defining the rules would be a major step towards resolving this issue :). As
a guess to ignite a discussion: perhaps a script should be paused when it
accesses DOM for something that causes layout (like offsetTop does), and
stylesheets are not loaded yet? And of course, when it accesses stylesheets
themselves.

  If I understood Maciej correctly, JSC currently lacks the ability to pause
script execution, though.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list