Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
19 changes: 19 additions & 0 deletions features/window-controls-overlay.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Window Controls Overlay
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hate it when we have to capitalize features, but this one is so weirdly named I don't think we have a reasonable alternative.

description: The `display_override:\ ["window-controls-overlay"]` web application manifest member shows content in the title bar area of a progressive web app that is installed on a desktop device.
spec: https://wicg.github.io/window-controls-overlay/
group: progressive-web-app
compat_features:
- api.Navigator.windowControlsOverlay
- api.WindowControlsOverlay
- api.WindowControlsOverlay.geometrychange_event
- api.WindowControlsOverlay.getTitlebarAreaRect
- api.WindowControlsOverlay.visible
- api.WindowControlsOverlayGeometryChangeEvent
- api.WindowControlsOverlayGeometryChangeEvent.WindowControlsOverlayGeometryChangeEvent
- api.WindowControlsOverlayGeometryChangeEvent.titlebarAreaRect
- api.WindowControlsOverlayGeometryChangeEvent.visible
- css.properties.custom-property.env.titlebar-area-height
- css.properties.custom-property.env.titlebar-area-width
- css.properties.custom-property.env.titlebar-area-x
- css.properties.custom-property.env.titlebar-area-y
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- css.properties.custom-property.env.titlebar-area-y
- css.properties.custom-property.env.titlebar-area-y
- html.manifest.display_override.window-controls-overlay

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

- html.manifest.display_override.window-controls-overlay
40 changes: 40 additions & 0 deletions features/window-controls-overlay.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Generated from: window-controls-overlay.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "105"
edge: "105"
compat_features:
# baseline: false
# support:
# chrome: "93"
# chrome_android: "93"
# edge: "93"
- css.properties.custom-property.env.titlebar-area-height
- css.properties.custom-property.env.titlebar-area-width
- css.properties.custom-property.env.titlebar-area-x
- css.properties.custom-property.env.titlebar-area-y

# baseline: false
# support:
# chrome: "105"
# chrome_android: "105"
# edge: "105"
- html.manifest.display_override.window-controls-overlay

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "105"
# edge: "105"
- api.Navigator.windowControlsOverlay
- api.WindowControlsOverlay
- api.WindowControlsOverlay.geometrychange_event
- api.WindowControlsOverlay.getTitlebarAreaRect
- api.WindowControlsOverlay.visible
- api.WindowControlsOverlayGeometryChangeEvent
- api.WindowControlsOverlayGeometryChangeEvent.WindowControlsOverlayGeometryChangeEvent
- api.WindowControlsOverlayGeometryChangeEvent.titlebarAreaRect
- api.WindowControlsOverlayGeometryChangeEvent.visible
2 changes: 2 additions & 0 deletions groups/progressive-web-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name: Progressive web app
# description: Progressive web apps is built with web technologies, but has capabilities similar to a platform-specific app. Also known as PWA.