Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 14.1.0.
  • Loading branch information
reffy-bot committed Oct 6, 2023
1 parent 4f4124a commit 28990c6
Show file tree
Hide file tree
Showing 11 changed files with 727 additions and 1,266 deletions.
568 changes: 80 additions & 488 deletions ed/dfns/generic-sensor.json

Large diffs are not rendered by default.

86 changes: 43 additions & 43 deletions ed/headings/generic-sensor.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,33 +463,12 @@
"number": "9"
},
{
"id": "mock-sensors",
"href": "https://w3c.github.io/sensors/#mock-sensors",
"id": "virtual-sensors",
"href": "https://w3c.github.io/sensors/#virtual-sensors",
"level": 3,
"title": "Mock Sensors",
"title": "Virtual Sensors",
"number": "9.1"
},
{
"id": "dictionary-mocksensorconfiguration",
"href": "https://w3c.github.io/sensors/#dictionary-mocksensorconfiguration",
"level": 4,
"title": "MockSensorConfiguration dictionary",
"number": "9.1.1"
},
{
"id": "dictionary-mocksensor",
"href": "https://w3c.github.io/sensors/#dictionary-mocksensor",
"level": 4,
"title": "MockSensor dictionary",
"number": "9.1.2"
},
{
"id": "section-mock-sensor-type",
"href": "https://w3c.github.io/sensors/#section-mock-sensor-type",
"level": 4,
"title": "Mock sensor type",
"number": "9.1.3"
},
{
"id": "section-extension-commands",
"href": "https://w3c.github.io/sensors/#section-extension-commands",
Expand All @@ -498,39 +477,60 @@
"number": "9.2"
},
{
"id": "create-mock-sensor-command",
"href": "https://w3c.github.io/sensors/#create-mock-sensor-command",
"id": "create-virtual-sensor-command",
"href": "https://w3c.github.io/sensors/#create-virtual-sensor-command",
"level": 4,
"title": "Create mock sensor",
"title": "Create virtual sensor",
"number": "9.2.1"
},
{
"id": "get-mock-sensor-command",
"href": "https://w3c.github.io/sensors/#get-mock-sensor-command",
"id": "get-virtual-sensor-information-command",
"href": "https://w3c.github.io/sensors/#get-virtual-sensor-information-command",
"level": 4,
"title": "Get mock sensor",
"title": "Get virtual sensor information",
"number": "9.2.2"
},
{
"id": "update-mock-sensor-reading-command",
"href": "https://w3c.github.io/sensors/#update-mock-sensor-reading-command",
"id": "update-virtual-sensor-reading-command",
"href": "https://w3c.github.io/sensors/#update-virtual-sensor-reading-command",
"level": 4,
"title": "Update mock sensor reading",
"title": "Update virtual sensor reading",
"number": "9.2.3"
},
{
"id": "delete-mock-sensor-command",
"href": "https://w3c.github.io/sensors/#delete-mock-sensor-command",
"level": 4,
"title": "Delete mock sensor",
"number": "9.2.4"
"id": "algorithms-for-parsing-readings",
"href": "https://w3c.github.io/sensors/#algorithms-for-parsing-readings",
"level": 5,
"title": "Algorithms for parsing readings",
"number": "9.2.3.1"
},
{
"id": "extension-handling-errors",
"href": "https://w3c.github.io/sensors/#extension-handling-errors",
"level": 3,
"title": "Handling errors",
"number": "9.3"
"id": "parse-single-value-number-reading",
"href": "https://w3c.github.io/sensors/#parse-single-value-number-reading",
"level": 6,
"title": "Parse single-value number reading",
"number": "9.2.3.1.1"
},
{
"id": "parse-xyz-reading",
"href": "https://w3c.github.io/sensors/#parse-xyz-reading",
"level": 6,
"title": "Parse XYZ reading",
"number": "9.2.3.1.2"
},
{
"id": "parse-quaternion-reading",
"href": "https://w3c.github.io/sensors/#parse-quaternion-reading",
"level": 6,
"title": "Parse quaternion reading",
"number": "9.2.3.1.3"
},
{
"id": "delete-virtual-sensor-command",
"href": "https://w3c.github.io/sensors/#delete-virtual-sensor-command",
"level": 4,
"title": "Delete virtual sensor",
"number": "9.2.4"
},
{
"id": "extensibility",
Expand Down
30 changes: 0 additions & 30 deletions ed/idl/generic-sensor.idl
Original file line number Diff line number Diff line change
Expand Up @@ -28,33 +28,3 @@ interface SensorErrorEvent : Event {
dictionary SensorErrorEventInit : EventInit {
required DOMException error;
};

dictionary MockSensorConfiguration {
required MockSensorType mockSensorType;
boolean connected = true;
double? maxSamplingFrequency;
double? minSamplingFrequency;
};

dictionary MockSensor {
double maxSamplingFrequency;
double minSamplingFrequency;
double requestedSamplingFrequency;
};

enum MockSensorType {
"ambient-light",
"accelerometer",
"linear-acceleration",
"gravity",
"gyroscope",
"magnetometer",
"uncalibrated-magnetometer",
"absolute-orientation",
"relative-orientation",
"geolocation",
"proximity",
};

dictionary MockSensorReadingValues {
};
4 changes: 1 addition & 3 deletions ed/ids/appmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,6 @@
"https://w3c.github.io/manifest/#fig-fullbleed-windows",
"https://w3c.github.io/manifest/#monochrome-icons-and-solid-fills",
"https://w3c.github.io/manifest/#x2-4-monochrome-icons-and-solid-fills",
"https://w3c.github.io/manifest/#issue-container-number-905",
"https://w3c.github.io/manifest/#h-issue-1",
"https://w3c.github.io/manifest/#dfn-solid-fill",
"https://w3c.github.io/manifest/#ref-for-dfn-manifest-23",
"https://w3c.github.io/manifest/#ref-for-dfn-monochrome-3",
Expand Down Expand Up @@ -685,7 +683,7 @@
"https://w3c.github.io/manifest/#external-application-resource",
"https://w3c.github.io/manifest/#x4-external-application-resource",
"https://w3c.github.io/manifest/#issue-container-number-956-0",
"https://w3c.github.io/manifest/#h-issue-2",
"https://w3c.github.io/manifest/#h-issue-1",
"https://w3c.github.io/manifest/#dfn-external-application-resource",
"https://w3c.github.io/manifest/#ref-for-dfn-external-application-resource-1",
"https://w3c.github.io/manifest/#ref-for-dfn-valid-external-application-resource-1",
Expand Down
Loading

0 comments on commit 28990c6

Please sign in to comment.