- From: Raphael Kubo da Costa via GitHub <sysbot+gh@w3.org>
- Date: Tue, 21 Nov 2023 17:46:58 +0000
- To: public-geolocation@w3.org
rakuco has just submitted a new pull request for https://github.com/w3c/deviceorientation: == Add automation support via WebDriver == This PR integrates with the automation concepts defined in https://w3c.github.io/sensors/#automation to allow providing motion or orientation readings via virtual sensors through the WebDriver extension commands defined there. IMPORTANT: This does not mean that this specification requires implementations to support the Generic Sensor API specification and its derived specifications. Only the Automation section is being referenced, and when necessary some algorithms and definitions are being duplicated here, especially for Device Motion automation. Device Orientation: - The "absolute-orientation-euler" and "relative-orientation-euler" virtual sensor types are defined in this specification, along with a parsing algorithm that reads alpha, beta and gamma doubles. Device Motion: - Readings are controlled via the "accelerometer", "linear-acceleration" and "gyroscope" virtual sensor types. They are defined in the Accelerometer and Gyroscope specifications. A fallback path for implementations that do not support those specs has been provided. Fixes #122. See https://github.com/w3c/deviceorientation/pull/124 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 21 November 2023 17:47:00 UTC