Mike Wasserman

Results 24 comments of Mike Wasserman

To more concretely answer your questions, as they pertain to Chromium's current implementation: > Is it a command line flag or similar that would be enabled in kiosk mode and...

Thanks, @foolip! I'll file a spec issue for permissions API support soon. An [alternative](https://github.com/explainers-by-googlers/html-fullscreen-without-a-gesture/blob/main/README.md#considered-alternatives) and [separate explainer](https://github.com/w3c/window-management/blob/main/EXPLAINER_initiating_multi_screen_experiences.md) considered multiple operations per gesture, but that indeed fails application-driven use cases, while...

The explainer now includes [Permissions API integration](https://github.com/explainers-by-googlers/html-fullscreen-without-a-gesture?tab=readme-ov-file#permissions-api-integration). Using that [Permissions API](https://www.w3.org/TR/permissions/) signal and HTML's definition of [transient activation](https://html.spec.whatwg.org/multipage/interaction.html#transient-activation) (which is web-exposed via [The UserActivation interface](https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface)), seems beneficial for spec clarity,...

The explainer has a relevant [section](https://github.com/WICG/manifest-incubations/blob/gh-pages/borderless-explainer.md#opening-a-popup-from-a-borderless-pwa): > Opening a popup from a borderless PWA > - Opening a popup to any other origin → The popup should NOT be in...