Skip to content

Commit d2e9d66

Browse files
ChangWanHongfoolip
authored andcommitted
Fix logical error of filling fullscreenElements (3.12) (#145)
Closes: #144
1 parent 7ecd709 commit d2e9d66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fullscreen.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ when invoked, must run these steps:
327327
<li><p>Let <var>fullscreenElements</var> be an <a>ordered set</a> initially consisting of
328328
<var>pending</var>.
329329

330-
<li><p><a>While</a> the first element in <var>fullscreenElements</var> is in a
330+
<li><p><a>While</a> the last element in <var>fullscreenElements</var> is in a
331331
<a>nested browsing context</a>: <a for=set>append</a> its <a>browsing context container</a> to
332332
<var>fullscreenElements</var>.
333333
<!-- cross-process -->
@@ -733,6 +733,7 @@ delivered with the <a>document</a> through which it is nested.
733733

734734
<p>Thanks to
735735
Andy Earnshaw,
736+
Changwan Hong,
736737
Chris Pearce,
737738
Darin Fisher,
738739
Dave Tapuska,

0 commit comments

Comments
 (0)