We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83860d7 commit 46d38f4Copy full SHA for 46d38f4
1 file changed
specification/draft/apps.mdx
@@ -561,8 +561,8 @@ Host behavior:
561
```
562
563
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.
+* App MUST check if the requested mode is in `availableDisplayModes` from host context.
+* 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.
566
* If the requested mode is not available, Host SHOULD return the current display mode in the response.
567
* Host MAY coerce modes on certain platforms (e.g., "pip" to "fullscreen" on mobile).
568
0 commit comments