Skip to content

Commit

Permalink
Merge pull request #10 from rferens/main
Browse files Browse the repository at this point in the history
Clearify what user-resizable means
  • Loading branch information
rferens authored Nov 22, 2024
2 parents 2d64367 + fbc7839 commit 2e304d8
Showing 1 changed file with 2 additions and 0 deletions.
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 via keyboard shortcuts, mouse drag resize handles, window frame controls, and menus. Such windows do still allow resizing by Web APIs (e.g., `window.resizeTo()`, `window.maximize()`, and `element.requestFullscreen()`).

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

0 comments on commit 2e304d8

Please sign in to comment.