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 accountReceived on Friday, 19 January 2018 14:21:42 UTC
This archive was generated by hypermail 2.4.0 : Monday, 4 July 2022 12:47:55 UTC