Re: [whatwg/fullscreen] Add keyboard locking option (PR #232)

@zcorpan commented on this pull request.



> @@ -178,7 +184,14 @@ enum FullscreenNavigationUI {
   "hide"
 };
 
+enum FullscreenKeyboardLock {
+  "application",
+  "none",
+  "system"
+};
+

Per https://developer.apple.com/documentation/safari-release-notes/safari-26_4-release-notes#New-Features:~:text=Added%20support%20for%20the%20Keyboard%20Lock%20API%2E%20%28161422221 it seems this has now shipped in Safari stable.

The implemented keyword is still "browser", not "application". I think the spec should be changed to match.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/pull/232?email_source=notifications&email_token=ACLYVML7AFSQY2S55JI2PQD4SZ23VA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIMBSGA4TQNJYGM42M4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOS6XA4S7OJSXM2LFO5PW433UNFTGSY3BORUW63TTL5RWY2LDNM#discussion_r3000842755
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fullscreen/pull/232/review/4020985839@github.com>

Received on Friday, 27 March 2026 12:55:26 UTC