Re: [sensors] Investigate possibility of synchronizing coordinate systems

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