WebKit / standards-positions

WebKit's positions on emerging web specifications
https://webkit.org/standards-positions/
240 stars 18 forks source link

Device Posture API #328

Open darktears opened 4 months ago

darktears commented 4 months ago

WebKittens

No response

Title of the spec

Device Posture API

URL to the spec

https://www.w3.org/TR/device-posture/

URL to the spec's repository

https://github.com/w3c/device-posture/

Issue Tracker URL

No response

Explainer URL

https://www.w3.org/TR/device-posture/#introduction

TAG Design Review URL

https://github.com/w3ctag/design-reviews/issues/575

Mozilla standards-positions issue URL

https://github.com/mozilla/standards-positions/issues/882

WebKit Bugzilla URL

No response

Radar URL

No response

Description

The Device Posture API is an API which helps targeting foldable devices. It provides developers the ability to query the posture of the device (through MQs or JavaScript) and provide a differentiated experience to the user. It does not expose the hinge angle sensor value but a set of "posture" which describe the current physical position of the device.

As this time this API applies only to Android and Windows OSes. Android provides the necessary OS APIs over here. Windows doesn't have an official API yet but instead relies on OEMs implementing the following specification in their middleware pre-installed software.

This API is to complimentary of the Viewport Segments which also helps targeting foldable devices (WebKit position requested over here).

This API is enabled by default on Samsung Internet.