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

Update features.md for window-management nee window-placement #534

Merged
merged 1 commit into from
Dec 18, 2023
Merged
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
8 changes: 6 additions & 2 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ specification.
| `sync-xhr` | [XMLHttpRequest][xhr] | [Chrome 65](https://www.chromestatus.com/feature/5154875084111872) |
| `usb` | [WebUSB][webusb] | Chrome 60 |
| `web-share` | [Web Share API][web-share] | Chrome 86 |
| `window-management`<sup>[5](#fn5)</sup> | [Window Management API][window-management] | [Chrome 111](https://chromestatus.com/feature/5146352391028736) |
Copy link
Member Author

Choose a reason for hiding this comment

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

Let me know if this belongs in proposed, given that this is only implemented in Chromium.

Copy link
Collaborator

Choose a reason for hiding this comment

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

This looks right; it's published in the appropriate spec. A number of these are only implemented in Chromium

| `xr-spatial-tracking`<sup>[2](#fn2)</sup> | [WebXR Device API][xr] | [Available as a Chrome Origin Trial](https://developers.chrome.com/origintrials/#/trials/active) |

## Proposed Features
Expand Down Expand Up @@ -87,7 +88,6 @@ experimentation by web developers.
| `trust-token-redemption` | [Explainer](https://github.com/WICG/trust-token-api) | In [Origin Trial](https://developers.chrome.com/origintrials/#/view_trial/2479231594867458049) in Chrome 84-87 |
| `unload` | [Explainer](https://github.com/fergald/docs/blob/master/explainers/permissions-policy-unload.md) | Status "[Started](https://crbug.com/1324111) in Chrome |
| `vertical-scroll` | [vertical\_scroll.md](policies/vertical_scroll.md) | Behind a flag in Chrome<sup>[1](#fn1)</sup> |
| `window-placement` | [Explainer](https://github.com/webscreens/window-placement/blob/main/EXPLAINER.md) | In [Origin Trial](https://developer.chrome.com/origintrials/#/view_trial/-8087339030850568191) in Chrome 93-96 |

## Retired Features

Expand All @@ -97,7 +97,7 @@ and/or implementations have been removed.
| Feature name | Spec link(s) | Browser Support |
| ------------ | ------------ | --------------- |
| `document-domain` | [HTML][html] | Formerly in Chrome, behind a flag |

| `window-placement` | [Window Management API][window-management] | Formerly in Chrome, changed to `window-management`<sup>[5](#fn5)</sup> |

## Notes

Expand All @@ -112,6 +112,9 @@ and/or implementations have been removed.
<a name="fn4">[4]</a>: To enable this, use the Chrome command line flag
`--enable-features=AdInterestGroupAPI,InterestGroupStorage,Fledge`.

<a name="fn5">[5]</a>: Implemented in [Chrome 100](https://chromestatus.com/feature/5252960583942144) as `window-placement`;
changed in [Chrome 111](https://chromestatus.com/feature/5146352391028736) to `window-management`.

[battery-status]: https://w3c.github.io/battery/#permissions-policy-integration
[bluetooth]: https://webbluetoothcg.github.io/web-bluetooth/#permissions-policy
[client-hints]: https://wicg.github.io/ua-client-hints/
Expand All @@ -137,5 +140,6 @@ and/or implementations have been removed.
[web-share]: https://w3c.github.io/web-share/#permissions-policy
[webhid]: https://wicg.github.io/webhid/#permissions-policy
[webusb]: https://wicg.github.io/webusb/#permissions-policy
[window-management]: https://w3c.github.io/window-management/#api-permission-policy-integration
[xhr]: https://xhr.spec.whatwg.org/#feature-policy-integration
[xr]: https://immersive-web.github.io/webxr/#permissions-policy