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.2.3.
  • Loading branch information
reffy-bot committed Nov 10, 2023
1 parent a0bde56 commit 179d8f4
Show file tree
Hide file tree
Showing 10 changed files with 755 additions and 634 deletions.
100 changes: 96 additions & 4 deletions ed/dfns/orientation-event.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,98 @@
"url": "https://w3c.github.io/deviceorientation/"
},
"dfns": [
{
"id": "relative-orientation",
"href": "https://w3c.github.io/deviceorientation/#relative-orientation",
"linkingText": [
"Relative orientation"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "choice-of-reference-coordinate-system",
"href": "https://w3c.github.io/deviceorientation/#choice-of-reference-coordinate-system",
"title": "Choice of reference coordinate system",
"number": "4.1.1"
},
"definedIn": "prose"
},
{
"id": "absolute-orientation",
"href": "https://w3c.github.io/deviceorientation/#absolute-orientation",
"linkingText": [
"Absolute orientation"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://w3c.github.io/deviceorientation/#title",
"title": "DeviceOrientation Event Specification"
},
"definedIn": "prose"
},
{
"id": "acceleration-with-gravity",
"href": "https://w3c.github.io/deviceorientation/#acceleration-with-gravity",
"linkingText": [
"acceleration with gravity"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "device-motion-model",
"href": "https://w3c.github.io/deviceorientation/#device-motion-model",
"title": "Device Motion",
"number": "4.2"
},
"definedIn": "prose"
},
{
"id": "linear-acceleration",
"href": "https://w3c.github.io/deviceorientation/#linear-acceleration",
"linkingText": [
"Linear acceleration"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://w3c.github.io/deviceorientation/#title",
"title": "DeviceOrientation Event Specification"
},
"definedIn": "prose"
},
{
"id": "rotation-rate",
"href": "https://w3c.github.io/deviceorientation/#rotation-rate",
"linkingText": [
"rotation rate"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://w3c.github.io/deviceorientation/#title",
"title": "DeviceOrientation Event Specification"
},
"definedIn": "prose"
},
{
"id": "def-deviceorientation",
"href": "https://w3c.github.io/deviceorientation/#def-deviceorientation",
Expand All @@ -21,7 +113,7 @@
"id": "deviceorientation",
"href": "https://w3c.github.io/deviceorientation/#deviceorientation",
"title": "deviceorientation Event",
"number": "4.1"
"number": "5.1"
},
"definedIn": "prose"
},
Expand Down Expand Up @@ -347,7 +439,7 @@
"id": "deviceorientationabsolute",
"href": "https://w3c.github.io/deviceorientation/#deviceorientationabsolute",
"title": "deviceorientationabsolute Event",
"number": "4.2"
"number": "5.2"
},
"definedIn": "prose"
},
Expand Down Expand Up @@ -388,7 +480,7 @@
"id": "devicemotion",
"href": "https://w3c.github.io/deviceorientation/#devicemotion",
"title": "devicemotion Event",
"number": "4.3"
"number": "5.3"
},
"definedIn": "prose"
},
Expand Down Expand Up @@ -1024,7 +1116,7 @@
"id": "id=permission-model",
"href": "https://w3c.github.io/deviceorientation/#id%3Dpermission-model",
"title": "Permission model",
"number": "4.4"
"number": "5.4"
},
"definedIn": "prose"
}
Expand Down
66 changes: 3 additions & 63 deletions ed/dfns/webgpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -16875,10 +16875,10 @@
"definedIn": "table"
},
{
"id": "dom-gpucommandencoder-writetimestamp",
"href": "https://gpuweb.github.io/gpuweb/#dom-gpucommandencoder-writetimestamp",
"id": "dom-gpucommandencoder-resolvequeryset",
"href": "https://gpuweb.github.io/gpuweb/#dom-gpucommandencoder-resolvequeryset",
"linkingText": [
"writeTimestamp(querySet, queryIndex)"
"resolveQuerySet(querySet, firstQuery, queryCount, destination, destinationOffset)"
],
"localLinkingText": [],
"type": "method",
Expand All @@ -16895,66 +16895,6 @@
},
"definedIn": "dt"
},
{
"id": "dom-gpucommandencoder-writetimestamp-queryset-queryindex-queryset",
"href": "https://gpuweb.github.io/gpuweb/#dom-gpucommandencoder-writetimestamp-queryset-queryindex-queryset",
"linkingText": [
"querySet"
],
"localLinkingText": [],
"type": "argument",
"for": [
"GPUCommandEncoder/writeTimestamp(querySet, queryIndex)"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://gpuweb.github.io/gpuweb/#title",
"title": "WebGPU"
},
"definedIn": "table"
},
{
"id": "dom-gpucommandencoder-writetimestamp-queryset-queryindex-queryindex",
"href": "https://gpuweb.github.io/gpuweb/#dom-gpucommandencoder-writetimestamp-queryset-queryindex-queryindex",
"linkingText": [
"queryIndex"
],
"localLinkingText": [],
"type": "argument",
"for": [
"GPUCommandEncoder/writeTimestamp(querySet, queryIndex)"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://gpuweb.github.io/gpuweb/#title",
"title": "WebGPU"
},
"definedIn": "table"
},
{
"id": "dom-gpucommandencoder-resolvequeryset",
"href": "https://gpuweb.github.io/gpuweb/#dom-gpucommandencoder-resolvequeryset",
"linkingText": [
"resolveQuerySet(querySet, firstQuery, queryCount, destination, destinationOffset)"
],
"localLinkingText": [],
"type": "method",
"for": [
"GPUCommandEncoder"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://gpuweb.github.io/gpuweb/#title",
"title": "WebGPU"
},
"definedIn": "dt"
},
{
"id": "dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-queryset",
"href": "https://gpuweb.github.io/gpuweb/#dom-gpucommandencoder-resolvequeryset-queryset-firstquery-querycount-destination-destinationoffset-queryset",
Expand Down
52 changes: 40 additions & 12 deletions ed/headings/orientation-event.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,89 +49,117 @@
"title": "Scope",
"number": "3"
},
{
"id": "model",
"href": "https://w3c.github.io/deviceorientation/#model",
"level": 2,
"title": "Model",
"number": "4"
},
{
"id": "device-orientation-model",
"href": "https://w3c.github.io/deviceorientation/#device-orientation-model",
"level": 3,
"title": "Device Orientation",
"number": "4.1"
},
{
"id": "choice-of-reference-coordinate-system",
"href": "https://w3c.github.io/deviceorientation/#choice-of-reference-coordinate-system",
"level": 4,
"title": "Choice of reference coordinate system",
"number": "4.1.1"
},
{
"id": "device-motion-model",
"href": "https://w3c.github.io/deviceorientation/#device-motion-model",
"level": 3,
"title": "Device Motion",
"number": "4.2"
},
{
"id": "description",
"href": "https://w3c.github.io/deviceorientation/#description",
"level": 2,
"title": "Description",
"number": "4"
"number": "5"
},
{
"id": "deviceorientation",
"href": "https://w3c.github.io/deviceorientation/#deviceorientation",
"level": 3,
"title": "deviceorientation Event",
"number": "4.1"
"number": "5.1"
},
{
"id": "deviceorientationabsolute",
"href": "https://w3c.github.io/deviceorientation/#deviceorientationabsolute",
"level": 3,
"title": "deviceorientationabsolute Event",
"number": "4.2"
"number": "5.2"
},
{
"id": "devicemotion",
"href": "https://w3c.github.io/deviceorientation/#devicemotion",
"level": 3,
"title": "devicemotion Event",
"number": "4.3"
"number": "5.3"
},
{
"id": "id=permission-model",
"href": "https://w3c.github.io/deviceorientation/#id%3Dpermission-model",
"level": 3,
"title": "Permission model",
"number": "4.4"
"number": "5.4"
},
{
"id": "security-and-privacy",
"href": "https://w3c.github.io/deviceorientation/#security-and-privacy",
"level": 2,
"title": "Security and privacy considerations",
"number": "5"
"number": "6"
},
{
"id": "use-cases-and-requirements",
"href": "https://w3c.github.io/deviceorientation/#use-cases-and-requirements",
"level": 2,
"title": "Use-Cases and Requirements",
"number": "6"
"number": "7"
},
{
"id": "use-cases",
"href": "https://w3c.github.io/deviceorientation/#use-cases",
"level": 3,
"title": "Use-Cases",
"number": "6.1"
"number": "7.1"
},
{
"id": "controlling-a-game",
"href": "https://w3c.github.io/deviceorientation/#controlling-a-game",
"level": 4,
"title": "Controlling a game",
"number": "6.1.1"
"number": "7.1.1"
},
{
"id": "gesture-recognition",
"href": "https://w3c.github.io/deviceorientation/#gesture-recognition",
"level": 4,
"title": "Gesture recognition",
"number": "6.1.2"
"number": "7.1.2"
},
{
"id": "mapping",
"href": "https://w3c.github.io/deviceorientation/#mapping",
"level": 4,
"title": "Mapping",
"number": "6.1.3"
"number": "7.1.3"
},
{
"id": "requirements",
"href": "https://w3c.github.io/deviceorientation/#requirements",
"level": 3,
"title": "Requirements",
"number": "6.2"
"number": "7.2"
},
{
"id": "examples",
Expand Down
2 changes: 0 additions & 2 deletions ed/idl/webgpu.idl
Original file line number Diff line number Diff line change
Expand Up @@ -939,8 +939,6 @@ interface GPUCommandEncoder {
optional GPUSize64 offset = 0,
optional GPUSize64 size);

undefined writeTimestamp(GPUQuerySet querySet, GPUSize32 queryIndex);

undefined resolveQuerySet(
GPUQuerySet querySet,
GPUSize32 firstQuery,
Expand Down
2 changes: 0 additions & 2 deletions ed/ids/attribution-reporting-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3299,9 +3299,7 @@
"https://wicg.github.io/attribution-reporting-api/#ref-for-assert%E2%91%A0%E2%91%A3",
"https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-number-of-event-level-reports%E2%91%A1",
"https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A0%E2%91%A7",
"https://wicg.github.io/attribution-reporting-api/#ref-for-list-sort-in-ascending-order%E2%91%A0",
"https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-is-lower-priority-than%E2%91%A1",
"https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-is-lower-priority-than%E2%91%A2",
"https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-replacement-result-drop-new-report-low-priority",
"https://wicg.github.io/attribution-reporting-api/#ref-for-list-remove%E2%91%A5",
"https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-cache%E2%91%A4",
Expand Down
Loading

0 comments on commit 179d8f4

Please sign in to comment.