- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 05 Jan 2017 00:34:28 -0800
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 5 January 2017 08:35:02 UTC
annevk commented on this pull request.
> @@ -366,8 +359,16 @@ attribute's getter must run these steps:
<a lt="unfullscreen a document">unfullscreen <var>descendantDoc</var></a>.
<!-- cross-process -->
- <li><p>For each <var>exitDoc</var> in <var>exitDocs</var>, in order,
- <a lt="unfullscreen an element">unfullscreen</a> <var>exitDoc</var>'s <a>fullscreen element</a>.
+ <li>
+ <p>For each <var>exitDoc</var> in <var>exitDocs</var>, in order:
We could make this use https://infra.spec.whatwg.org/#list-iterate and no longer have to say "in order", but could also do that later on.
--
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-15262955
Received on Thursday, 5 January 2017 08:35:02 UTC