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

Proposal: Native, customizable window controls tags #6549

Closed
ghost opened this issue Apr 1, 2021 · 1 comment
Closed

Proposal: Native, customizable window controls tags #6549

ghost opened this issue Apr 1, 2021 · 1 comment
Labels
addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest

Comments

@ghost
Copy link

ghost commented Apr 1, 2021

Context

In the context of Web Applications, developers need the ability to customize the look and feel of the application such as they are indistinguishable from native applications. This would be possible in the context of a frameless media feature.

Web bundles could thus use a frameless display-mode in order to achieve the desired effect, which could be set into the manifest of the application.

Proposal

In the context of the frameless display-mode, of a Web Application, we could introduce native, CSS customizable and extendable HTML tags for, "minimize", "maximize", "restore" and "close" window controls, which would be part of Open-UI:

<window-close/>
<window-minimize/>
<window-maximize/>
<window-restore/>

Developers could then style the window controls in the corresponding media query.

@domenic
Copy link
Member

domenic commented Apr 6, 2021

Closing per whatwg/fetch#1209 (comment).

@domenic domenic closed this as completed Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest
Development

No branches or pull requests

1 participant