Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add keyboard lock (harmful). #353

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,18 @@
"title": "HTTP Client Hints",
"url": "https://tools.ietf.org/html/draft-ietf-httpbis-client-hints"
},
{
"ciuName": "mdn-api_keyboard_lock",
"description": "This specification defines an API that allows websites to capture keys that are normally reserved by the underlying host operating system. It is intended to be used by web applications that provide a fullscreen immersive experience (like games or remote access apps).",
"id": "keyboard-lock",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=700123",
"mozPosition": "harmful",
"mozPositionDetail": "This API is designed in a way that makes giving appropriate signals to the user more difficult than it should be. It would be easier to do so if the API were more integrated into the fullscreen API and the keys to lock were less configurable. Having the set of keys be less configurable also reduces the risk of content being broken in some browsers but not others. The proposal also needs to address the security implications in the context of multiple screens (where fullscreen only covers one, and thus other windows are still visible).",
"mozPositionIssue": 196,
"org": "Proposal",
"title": "Keyboard Lock",
"url": "https://wicg.github.io/keyboard-lock/"
},
{
"ciuName": null,
"description": "This specification defines an API that allows websites to convert from a given code value to a valid key value that can be shown to the user to identify the given key. The conversion from code to key is based on the user\u2019s currently selected keyboard layout. It is intended to be used by web applications that want to treat the keyboard as a set of buttons and need to describe those buttons to the user.",
Expand Down