Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,11 @@ <h2>
not `null`, [=reject and nullify the current lock promise=] of
|document| with an {{"AbortError"}} and abort these steps.
</li>
<li>If |document|'s [=Document/visibility state=] becomes "hidden", and
if the |document|'s {{Document/[[orientationPendingPromise]]}} is
not `null`, [=reject and nullify the current lock promise=] of
|document| with an {{"AbortError"}} and abort these steps.
</li>
<li>If |orientation| is `null`, [=unlock the screen orientation=].
</li>
<li>Otherwise, attempt to [=lock the screen orientation=] to
Expand Down