Re: [sensors] Discrete vs continuous reporting modes

For further clarification, `Sensor`, `DiscreteSensor`, and 
`ContinuousSensor` would all be abstract classes:

```webidl
interface Sensor {};
interface DiscreteSensor : Sensor {};
interface ContinuousSensor : Sensor {};
interface AmbientLightSensor : DiscreteSensor {};
```

I'm not expecting anyone at this point to instantiate a 
`DiscreteSensor`, for example.

-- 
GitHub Notification of comment by tobie
Please view or discuss this issue at 
https://github.com/w3c/sensors/issues/75#issuecomment-172821951 using 
your GitHub account

Received on Tuesday, 19 January 2016 11:22:57 UTC