Skip to content

Commit cd10353

Browse files
Merge branch 'gh-pages' into unlock_promise
2 parents 77d8874 + 975c556 commit cd10353

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,9 +853,16 @@ <h2>
853853
</h2>
854854
<p>
855855
Whenever the [=unloading document cleanup steps=] run with a
856-
|document|, the user agent MUST run the [=fully unlock the screen
857-
orientation steps=] with |document|.
856+
|document|, the user agent MUST run the following steps:
858857
</p>
858+
<ol class="algorithm">
859+
<li>If |document| is not a [=top-level browsing context=]'s [=active
860+
document=], abort these steps.
861+
</li>
862+
<li>Run the [=fully unlock the screen orientation steps=] with
863+
|document|.
864+
</li>
865+
</ol>
859866
<h2>
860867
Fully unlocking the orientation
861868
</h2>

0 commit comments

Comments
 (0)