You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the device has a single device sensor which can provide readings for type, then
[...]
If the device has multiple device sensors which can provide readings for type, then
which essentially assumes there is one device sensor backing a platform sensor.
The language needs to be adjusted so that multiple device sensors are accepted and processed accordingly (i.e. platformSensor remains null if connecting to all required sensors does not work).
The text was updated successfully, but these errors were encountered:
https://w3c.github.io/sensors/#concepts-sensors says
whereas https://w3c.github.io/sensors/#connect-to-sensor has
which essentially assumes there is one device sensor backing a platform sensor.
The language needs to be adjusted so that multiple device sensors are accepted and processed accordingly (i.e.
platformSensor
remains null if connecting to all required sensors does not work).The text was updated successfully, but these errors were encountered: