@@ -27,15 +27,16 @@ specification.
|
27 | 27 | | `ch-ua-arch` | [User-Agent Client Hints][client-hints] | [Chrome 89](https://chromestatus.com/feature/5995832180473856) | |
28 | 28 | | `ch-ua-bitness` | [User-Agent Client Hints][client-hints] | [Chrome 89](https://chromestatus.com/feature/5995832180473856) | |
29 | 29 | | `ch-ua-full-version` | [User-Agent Client Hints][client-hints] | [Chrome 89](https://chromestatus.com/feature/5995832180473856) | |
30 | | -| `ch-ua-full-version-list` | [User-Agent Client Hints][client-hints] | [Chrome 89](https://chromestatus.com/feature/5995832180473856) | |
| 30 | +| `ch-ua-full-version-list` | [User-Agent Client Hints][client-hints] | Behind a flag in Chrome<sup>[8](#fn8)</sup> | |
| 31 | +| `ch-ua-high-entropy-values` | [User-Agent Client Hints][client-hints] | [Chrome 89](https://chromestatus.com/feature/5995832180473856) | |
31 | 32 | | `ch-ua-mobile` | [User-Agent Client Hints][client-hints] | [Chrome 89](https://chromestatus.com/feature/5995832180473856) | |
32 | 33 | | `ch-ua-model` | [User-Agent Client Hints][client-hints] | [Chrome 89](https://chromestatus.com/feature/5995832180473856) | |
33 | 34 | | `ch-ua-platform` | [User-Agent Client Hints][client-hints] | [Chrome 89](https://chromestatus.com/feature/5995832180473856) | |
34 | 35 | | `ch-ua-platform-version` | [User-Agent Client Hints][client-hints] | [Chrome 89](https://chromestatus.com/feature/5995832180473856) | |
35 | 36 | | `ch-ua-wow64` | [User-Agent Client Hints][client-hints] | [Chrome 89](https://chromestatus.com/feature/5995832180473856) | |
36 | 37 | | `compute-pressure` | [Compute Pressure API][compute-pressure] | [Chrome 125](https://chromestatus.com/feature/5597608644968448) | |
37 | 38 | | `cross-origin-isolated` | [HTML][html] | Experimental in Chrome 85 | |
38 | | -| `direct-sockets` | [Direct Sockets API][direct-sockets] | | Status "[Started](https://chromestatus.com/feature/6398297361088512)" in Chrome | |
| 39 | +| `direct-sockets` | [Direct Sockets API][direct-sockets] | | Status "[Started](https://chromestatus.com/feature/6398297361088512)" in Chrome | |
39 | 40 | | `display-capture` | [Media Capture: Screen Share][media-capture-screen-share] | [Chrome 94](https://chromestatus.com/feature/5144822362931200) | |
40 | 41 | | `encrypted-media` | [Encrypted Media Extensions][encrypted-media] | [Chrome 64](https://www.chromestatus.com/feature/5023919287304192) | |
41 | 42 | | `execution-while-not-rendered` | [Page Lifecycle][page-lifecycle] | Behind a flag in Chrome<sup>[1](#fn1)</sup> | |
@@ -127,12 +128,15 @@ and/or implementations have been removed.
|
127 | 128 | <a name="fn5">[5]</a>: Implemented in [Chrome 100](https://chromestatus.com/feature/5252960583942144) as `window-placement`; |
128 | 129 | changed in [Chrome 111](https://chromestatus.com/feature/5146352391028736) to `window-management`. |
129 | 130 | |
130 | | -<a name="fn6">[6]</a>: To enable this, user the Chrome command line flag |
| 131 | +<a name="fn6">[6]</a>: To enable this, use the Chrome command line flag |
131 | 132 | `--enable-features=WebIdentityDigitalCredentials`. |
132 | 133 | |
133 | | -<a name="fn7">[7]</a>: To enable this, user the Chrome command line flag |
| 134 | +<a name="fn7">[7]</a>: To enable this, use the Chrome command line flag |
134 | 135 | `--enable-features=SensorExtraClasses`. |
135 | 136 | |
| 137 | +<a name="fn8">[8]</a>: To enable this, user the Chrome command line flag |
| 138 | +`--enable-features=ClientHintUAHighEntropyValuesPermissionPolicy`. |
| 139 | + |
136 | 140 | [attribution-reporting]: https://wicg.github.io/attribution-reporting-api/#permission-policy-integration |
137 | 141 | [battery-status]: https://w3c.github.io/battery/#permissions-policy-integration |
138 | 142 | [bluetooth]: https://webbluetoothcg.github.io/web-bluetooth/#permissions-policy |
|