Skip to content

Commit 946d3ec

Browse files
foolipannevk
authored andcommitted
Editorial: use Infra's continue to clarify requestFullscreen()
The old meaning was a bit unclear, but could plausibly be read as continue.
1 parent 0a4787a commit 946d3ec

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

fullscreen.bs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,15 +243,13 @@ these steps:
243243
<li><p>Let <var>eventDocs</var> be a new <a>ordered set</a>.
244244

245245
<li>
246-
<p><a>For each</a> <var>element</var> in <var>fullscreenElements</var>, run these
247-
subsubsteps:
246+
<p><a>For each</a> <var>element</var> in <var>fullscreenElements</var>:
248247

249248
<ol>
250249
<li><p>Let <var>doc</var> be <var>element</var>'s <a>node document</a>.
251250

252251
<li>
253-
<p>If <var>element</var> is <var>doc</var>'s <a>fullscreen element</a>, terminate these
254-
subsubsteps.
252+
<p>If <var>element</var> is <var>doc</var>'s <a>fullscreen element</a>, <a>continue</a>.
255253

256254
<p class=note>No need to notify observers when nothing has changed.
257255

0 commit comments

Comments
 (0)