From bcc8fe598ff0d2d8814e03e037444515a6ad0555 Mon Sep 17 00:00:00 2001 From: Robert Ferens Date: Fri, 22 Nov 2024 17:04:20 +0000 Subject: [PATCH] Merge pull request #10 from rferens/main SHA: 2e304d8f6ed4dddccd61f94ed4196f84d6541747 Reason: push, by rferens Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- README.md | 2 ++ index.html | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b264bc..d95b018 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/index.html b/index.html index b817fc8..5ba4637 100644 --- a/index.html +++ b/index.html @@ -3,12 +3,12 @@ The Additional Windowing Controls API - + - + - +