- From: Mikhail Pozdnyakov via GitHub <sysbot+gh@w3.org>
- Date: Fri, 19 Jan 2018 14:21:41 +0000
- To: public-device-apis-log@w3.org
I think from practical perspective `partial dictionary SensorOptions { CoordinateSystem coordinateSystem; }` and `dictionary TriaxialSensorOptions : SensorOptions { CoordinateSystem coordinateSystem }` are equivalent. However in the later case we can explicitly mention where `TriaxialSensorOptions` can be used, i.e.
```
[Constructor(optional TriaxialSensorOptions options),
SecureContext, Exposed=Window]
interface AbsoluteOrientationSensor : OrientationSensor {
};
```
--
GitHub Notification of comment by pozdnyakov
Please view or discuss this issue at https://github.com/w3c/sensors/issues/257#issuecomment-358978811 using your GitHub account
Received on Friday, 19 January 2018 14:21:42 UTC