From bd5ed830bb7ed7ab1ebfd2ab589d9632d5575033 Mon Sep 17 00:00:00 2001 From: pkotwicz Date: Fri, 14 Jun 2024 14:28:36 -0400 Subject: [PATCH 1/2] Add digital-credential-get experimental permission to features.md --- features.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features.md b/features.md index 10df718..4032edd 100644 --- a/features.md +++ b/features.md @@ -80,6 +80,7 @@ experimentation by web developers. | ------------ | ------- | --------------- | | `browsing-topics` | [Explainer](https://github.com/jkarlin/topics/) | Status "[Started](https://bugs.chromium.org/p/chromium/issues/detail?id=1294456)" in Chrome | | `conversion-measurement ` | [Explainer](https://github.com/WICG/conversion-measurement-api#publisher-controls-for-impression-declaration) | Experimental in Chrome[3](#fn3) | +| `digital-credential-get` | [Explainer](https://wicg.github.io/digital-credentials/) | Behind a flag in Chrome[6](#fn6) | `focus-without-user-activation` | [focus-without-user-activation.md](policies/focus-without-user-activation.md) | Status "[Open](https://bugs.chromium.org/p/chromium/issues/detail?id=965495)" in Chrome | | `join-ad-interest-group` | [Protected Audience (formerly FLEDGE)][protected-audience] | Behind a flag in Chrome[4](#fn4) | | `local-fonts` | [Local Font Access API][local-fonts] and [Explainer](https://github.com/WICG/local-font-access/blob/main/README.md) | [Experimental in Chrome](https://chromestatus.com/feature/6234451761692672) | @@ -115,6 +116,9 @@ and/or implementations have been removed. [5]: Implemented in [Chrome 100](https://chromestatus.com/feature/5252960583942144) as `window-placement`; changed in [Chrome 111](https://chromestatus.com/feature/5146352391028736) to `window-management`. +[6]: To enable this, user the Chrome command line flag +`--enable-features=WebIdentityDigitalCredentials`. + [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/ From 2ca74834dcc61a394fcc2d128794de162569ea99 Mon Sep 17 00:00:00 2001 From: pkotwicz Date: Thu, 4 Jul 2024 20:34:03 -0400 Subject: [PATCH 2/2] Update features.md Co-authored-by: Sam Goto --- features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.md b/features.md index 4032edd..0ba28af 100644 --- a/features.md +++ b/features.md @@ -80,7 +80,7 @@ experimentation by web developers. | ------------ | ------- | --------------- | | `browsing-topics` | [Explainer](https://github.com/jkarlin/topics/) | Status "[Started](https://bugs.chromium.org/p/chromium/issues/detail?id=1294456)" in Chrome | | `conversion-measurement ` | [Explainer](https://github.com/WICG/conversion-measurement-api#publisher-controls-for-impression-declaration) | Experimental in Chrome[3](#fn3) | -| `digital-credential-get` | [Explainer](https://wicg.github.io/digital-credentials/) | Behind a flag in Chrome[6](#fn6) +| `digital-credentials-get` | [Explainer](https://wicg.github.io/digital-credentials/) | Behind a flag in Chrome[6](#fn6) | `focus-without-user-activation` | [focus-without-user-activation.md](policies/focus-without-user-activation.md) | Status "[Open](https://bugs.chromium.org/p/chromium/issues/detail?id=965495)" in Chrome | | `join-ad-interest-group` | [Protected Audience (formerly FLEDGE)][protected-audience] | Behind a flag in Chrome[4](#fn4) | | `local-fonts` | [Local Font Access API][local-fonts] and [Explainer](https://github.com/WICG/local-font-access/blob/main/README.md) | [Experimental in Chrome](https://chromestatus.com/feature/6234451761692672) |