We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Starting from w3ctag/design-reviews#192 (comment) we had some discussion of naming of locking/unlocking APIs. This may also be related to w3ctag/design-reviews#217 .
We should probably document the principles for naming and ergonomics of locking/unlocking APIs, given the number of patterns we've observed already.
The text was updated successfully, but these errors were encountered:
I just added a comment about the naming of the Keyboard Lock API. w3ctag/design-reviews#192 (comment)
Basically, we're modeling it after the Screen Orientation API and having a object navigator.keyboard with lock and unlock methods.
navigator.keyboard
lock
unlock
Sorry, something went wrong.
cynthia
No branches or pull requests
Starting from w3ctag/design-reviews#192 (comment) we had some discussion of naming of locking/unlocking APIs. This may also be related to w3ctag/design-reviews#217 .
We should probably document the principles for naming and ergonomics of locking/unlocking APIs, given the number of patterns we've observed already.
The text was updated successfully, but these errors were encountered: