[device-posture] Rename "posture modes" to "posture types" (#64)

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