[Webkit-unassigned] [Bug 40047] REGRESSION(60409): document.write is not synchronous when using the HTML5 parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 2 00:05:54 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40047





--- Comment #1 from Eric Seidel <eric at webkit.org>  2010-06-02 00:05:53 PST ---
http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#parsing-main-incdata

Talks about:

Spin the event loop until there is no style sheet blocking scripts and the script's "ready to be parser-executed" flag is set.

Which may be what we need to do when the parser is supposed to be synchronous (like for document.write).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list