Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions features/accelerometer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,16 @@ compat_features:
- api.LinearAccelerationSensor.LinearAccelerationSensor
- api.Permissions.permission_accelerometer
- http.headers.Permissions-Policy.accelerometer
# Enable when overlapping keys are allowed, https://github.com/web-platform-dx/web-features/issues/1173
# - api.Sensor
# - api.Sensor.activate_event
# - api.Sensor.activated
# - api.Sensor.error_event
# - api.Sensor.hasReading
# - api.Sensor.reading_event
# - api.Sensor.start
# - api.Sensor.stop
# - api.Sensor.timestamp
# - api.SensorErrorEvent
# - api.SensorErrorEvent.SensorErrorEvent
# - api.SensorErrorEvent.error
13 changes: 13 additions & 0 deletions features/ambient-light.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,16 @@ compat_features:
- api.Permissions.permission_ambient-light-sensor
- html.elements.iframe.allow.ambient-light-sensor
- http.headers.Permissions-Policy.ambient-light-sensor
# Enable when overlapping keys are allowed, https://github.com/web-platform-dx/web-features/issues/1173
# - api.Sensor
# - api.Sensor.activate_event
# - api.Sensor.activated
# - api.Sensor.error_event
# - api.Sensor.hasReading
# - api.Sensor.reading_event
# - api.Sensor.start
# - api.Sensor.stop
# - api.Sensor.timestamp
# - api.SensorErrorEvent
# - api.SensorErrorEvent.SensorErrorEvent
# - api.SensorErrorEvent.error
35 changes: 0 additions & 35 deletions features/draft/spec/generic-sensor.yml

This file was deleted.

43 changes: 0 additions & 43 deletions features/draft/spec/generic-sensor.yml.dist

This file was deleted.

13 changes: 13 additions & 0 deletions features/gyroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,16 @@ compat_features:
- api.Permissions.permission_gyroscope
- html.elements.iframe.allow.gyroscope
- http.headers.Permissions-Policy.gyroscope
# Enable when overlapping keys are allowed, https://github.com/web-platform-dx/web-features/issues/1173
# - api.Sensor
# - api.Sensor.activate_event
# - api.Sensor.activated
# - api.Sensor.error_event
# - api.Sensor.hasReading
# - api.Sensor.reading_event
# - api.Sensor.start
# - api.Sensor.stop
# - api.Sensor.timestamp
# - api.SensorErrorEvent
# - api.SensorErrorEvent.SensorErrorEvent
# - api.SensorErrorEvent.error
12 changes: 12 additions & 0 deletions features/orientation-sensor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,15 @@ compat_features:
- api.AbsoluteOrientationSensor.AbsoluteOrientationSensor
- api.RelativeOrientationSensor
- api.RelativeOrientationSensor.RelativeOrientationSensor
- api.Sensor
- api.Sensor.activate_event
- api.Sensor.activated
- api.Sensor.error_event
- api.Sensor.hasReading
- api.Sensor.reading_event
- api.Sensor.start
- api.Sensor.stop
- api.Sensor.timestamp
- api.SensorErrorEvent
- api.SensorErrorEvent.SensorErrorEvent
- api.SensorErrorEvent.error
12 changes: 12 additions & 0 deletions features/orientation-sensor.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,15 @@ compat_features:
- api.OrientationSensor.quaternion
- api.RelativeOrientationSensor
- api.RelativeOrientationSensor.RelativeOrientationSensor
- api.Sensor
- api.Sensor.activate_event
- api.Sensor.activated
- api.Sensor.error_event
- api.Sensor.hasReading
- api.Sensor.reading_event
- api.Sensor.start
- api.Sensor.stop
- api.Sensor.timestamp
- api.SensorErrorEvent
- api.SensorErrorEvent.SensorErrorEvent
- api.SensorErrorEvent.error
Loading