[fullscreen] Integration with HTML's event loop (#35)

I had written this text:
```
<p>All <span data-anolis-spec=dom title=concept-document>documents</span> have an associated
<dfn>fullscreen rendering steps queue</dfn>.

<p>To <dfn>run the fullscreen rendering steps</dfn> for a given
<span data-anolis-spec=dom title=concept-document>document</span> <var>document</var>, for each
<var>fullscreenRenderingSteps</var> in <var>document</var>'s
<span>fullscreen rendering steps queue</span>, run <var>fullscreenRenderingSteps</var> and then
remove <var>fullscreenRenderingSteps</var> from <var>document</var>'s
<span>fullscreen rendering steps queue</span>.

<p class="note">HTML invokes this algorithm as part of the
<span data-anolis-spec=html>event loop</span> processing model.
```
However, the set of steps Fullscreen wants to run are for an entire browsing context, not a single document. See https://www.w3.org/Bugs/Public/show_bug.cgi?id=28001.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/35

Received on Friday, 25 March 2016 10:56:49 UTC