[Bug 27674] requestFullscreen should return a promise

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

--- Comment #26 from Anne <annevk@annevk.nl> ---
To understand it you have to read HTML... It clearly says to run a set of
callbacks as part of the quoted algorithm step and then do painting with no
mention of tasks. Since there are no tasks, there's microtasks involved, and
any promises resolved during those callbacks will run at the end of the first
task after painting.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 15 July 2015 15:23:42 UTC