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

Clearify what user-resizable means #10

Merged
merged 2 commits into from
Nov 22, 2024
Merged
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ This proposal seeks to enable local web applications to convey a user's intended
* `await window.setResizable(bool)` sets whether the window is user-resizable
* `resizable` CSS media feature yields whether the window is user-resizable

Windows that are not user-resizable prevent resizing by the user, i.e. keyboard shortcuts, a UI mouse interaction, or menus, but still allows resizing by WebAPI calls (e.g., `window.maximize()`, `element.requestFullscreen()`, or `window.resizeTo()`).
rferens marked this conversation as resolved.
Show resolved Hide resolved

Use cases explored here also rely upon a [parallel effort to standardize](https://github.com/w3c/csswg-drafts/issues/7017) the existing CSS property `-webkit-app-region/app-region`.


Expand Down