- From: François Beaufort via GitHub <sysbot+gh@w3.org>
- Date: Tue, 16 Mar 2021 14:22:54 +0000
- To: public-device-apis-log@w3.org
beaufortfrancois has just created a new issue for https://github.com/w3c/device-posture: == Rename "posture modes" to "posture types" == As the DevicePosture interface has now a member called `type`, we may want to rename [posture modes](https://w3c.github.io/device-posture/#posture-modes) to "posture types" for consistency. What do you folks think about it? ```idl interface DevicePosture : EventTarget { readonly attribute DevicePostureType type; ... }; ``` Please view or discuss this issue at https://github.com/w3c/device-posture/issues/64 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 16 March 2021 14:22:56 UTC