@annevk approved this pull request.
> @@ -680,8 +680,7 @@ <h2>
|exceptionName|, the [=user agent=] MUST:
</p>
<ol class="algorithm" data-tests="orientation-locking.html">
- <li>If |document|'s {{Document/[[orientationPendingPromise]]}} is
- `null`, abort these steps.
+ <li>Assert: {{Document/[[orientationPendingPromise]]}} is not `null`.
```suggestion
<li>[=/Assert=]: {{Document/[[orientationPendingPromise]]}} is not `null`.
```
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/screen-orientation/pull/235#pullrequestreview-1159684491
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/screen-orientation/pull/235/review/1159684491@github.com>