Re: [w3c/screen-orientation] Editorial: always null check orientationPendingPromise (PR #235)

@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>

Received on Friday, 28 October 2022 08:37:30 UTC