We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77d8874 + 975c556 commit cd10353Copy full SHA for cd10353
index.html
@@ -853,9 +853,16 @@ <h2>
853
</h2>
854
<p>
855
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|.
+ |document|, the user agent MUST run the following steps:
858
</p>
+ <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
865
+ </ol>
866
<h2>
867
Fully unlocking the orientation
868
0 commit comments