Skip to content

Commit 46d38f4

Browse files
committed
Update spec wording
1 parent 83860d7 commit 46d38f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/draft/apps.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,8 @@ Host behavior:
561561
```
562562

563563
Host behavior:
564-
* Host SHOULD check if the requested mode is in `availableDisplayModes` from host context.
565-
* If the requested mode is available, Host SHOULD switch to that mode and return it in the response.
564+
* App MUST check if the requested mode is in `availableDisplayModes` from host context.
565+
* It is up to the host whether it switches to the requested mode, but the host MUST return the resulting mode (whether updated or not) in the response.
566566
* If the requested mode is not available, Host SHOULD return the current display mode in the response.
567567
* Host MAY coerce modes on certain platforms (e.g., "pip" to "fullscreen" on mobile).
568568

0 commit comments

Comments
 (0)