Re: [whatwg/fullscreen] Define fully exit fullscreen in terms of exitFullscreen({ fully: true }) (#65)

foolip commented on this pull request.



> @@ -309,7 +305,8 @@ attribute's getter must run these steps:
  <li><p>Return <var>docs</var>.
 </ol>
 
-<p>To <dfn>exit fullscreen</dfn> a <a for=/>document</a> <var>doc</var>, run these steps:
+<p>To <dfn>exit fullscreen</dfn> a <a for=/>document</a> <var>doc</var> with an optional
+<var>fully flag</var>, run these steps:

Wording suggestion appreciated here. The flag isn't really optional, and might as well just be a boolean value, but the wording "To exit fullscreen a *document* with *fully*, run these steps" wasn't great I thought.

-- 
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/pull/65#pullrequestreview-13297245

Received on Friday, 16 December 2016 09:21:54 UTC