- From: <bugzilla@jessica.w3.org>
- Date: Thu, 21 Oct 2010 23:14:26 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10625 --- Comment #20 from Ian 'Hixie' Hickson <ian@hixie.ch> 2010-10-21 23:14:24 UTC --- Firefox seems to be the only browser that doesn't block the parser while alert() is running, but all the browsers seem to agree that navigating to a javascript: URL that returns void() should not abort the parser altogether. WebKit further does the javascript: navigation async (i.e. it queues a task to do the navigation, rather than doing it sync), while Opera and IE do it sync. Test: http://www.hixie.ch/tests/adhoc/html/navigation/interrupts/?nph-008.html -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Thursday, 21 October 2010 23:14:28 UTC