[Bug 16790] The term microtask should be defined

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16790

--- Comment #5 from Ian 'Hixie' Hickson <ian@hixie.ch> 2012-04-18 19:57:40 UTC ---
I don't think it makes sense for URLs to ever start fail while the page that
created them is still up. Lots of things on the platform use URLs in a lazy
fashion. For example, <img src=""> doesn't necessarily load the image until the
user asks the browser to do so. All kinds of stuff in the HTML spec in fact
does fetching asynchronously, typically much later than the end of the current
task, let alone microtask.

-- 
Configure bugmail: https://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 Wednesday, 18 April 2012 19:57:47 UTC