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 16.0.0.
  • Loading branch information
reffy-bot committed Jun 12, 2024
1 parent 071da15 commit 32f18f1
Show file tree
Hide file tree
Showing 28 changed files with 1,356 additions and 695 deletions.
2 changes: 1 addition & 1 deletion ed/css/css-box.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
{
"name": "margin-trim",
"href": "https://drafts.csswg.org/css-box-4/#propdef-margin-trim",
"value": "none | block | inline | [ block-start || inline-start || block-end || inline-end ]",
"value": "none | [ block || inline ] | [ block-start || inline-start || block-end || inline-end ]",
"initial": "none",
"appliesTo": "block containers, multi-column containers, flex containers, grid containers",
"inherited": "no",
Expand Down
34 changes: 17 additions & 17 deletions ed/dfns/geolocation.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,13 +542,13 @@
"definedIn": "heading"
},
{
"id": "dom-geolocationcoordinates-accuracy",
"href": "https://w3c.github.io/geolocation-api/#dom-geolocationcoordinates-accuracy",
"id": "dom-geolocationcoordinates-latitude",
"href": "https://w3c.github.io/geolocation-api/#dom-geolocationcoordinates-latitude",
"linkingText": [
"accuracy"
"latitude"
],
"localLinkingText": [
"GeolocationCoordinates.accuracy"
"GeolocationCoordinates.latitude"
],
"type": "attribute",
"for": [
Expand All @@ -557,21 +557,21 @@
"access": "public",
"informative": false,
"heading": {
"id": "coordinates_interface",
"href": "https://w3c.github.io/geolocation-api/#coordinates_interface",
"title": "GeolocationCoordinates interface",
"number": "9"
"id": "latitude-longitude-and-accuracy-attributes",
"href": "https://w3c.github.io/geolocation-api/#latitude-longitude-and-accuracy-attributes",
"title": "latitude, longitude, and accuracy attributes",
"number": "9.1"
},
"definedIn": "pre"
"definedIn": "prose"
},
{
"id": "dom-geolocationcoordinates-latitude",
"href": "https://w3c.github.io/geolocation-api/#dom-geolocationcoordinates-latitude",
"id": "dom-geolocationcoordinates-longitude",
"href": "https://w3c.github.io/geolocation-api/#dom-geolocationcoordinates-longitude",
"linkingText": [
"latitude"
"longitude"
],
"localLinkingText": [
"GeolocationCoordinates.latitude"
"GeolocationCoordinates.longitude"
],
"type": "attribute",
"for": [
Expand All @@ -588,13 +588,13 @@
"definedIn": "prose"
},
{
"id": "dom-geolocationcoordinates-longitude",
"href": "https://w3c.github.io/geolocation-api/#dom-geolocationcoordinates-longitude",
"id": "dom-geolocationcoordinates-accuracy",
"href": "https://w3c.github.io/geolocation-api/#dom-geolocationcoordinates-accuracy",
"linkingText": [
"longitude"
"accuracy"
],
"localLinkingText": [
"GeolocationCoordinates.longitude"
"GeolocationCoordinates.accuracy"
],
"type": "attribute",
"for": [
Expand Down
19 changes: 19 additions & 0 deletions ed/dfns/webgpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -21479,6 +21479,25 @@
},
"definedIn": "table"
},
{
"id": "abstract-opdef-reset-the-render-pass-binding-state",
"href": "https://gpuweb.github.io/gpuweb/#abstract-opdef-reset-the-render-pass-binding-state",
"linkingText": [
"Reset the render pass binding state"
],
"localLinkingText": [],
"type": "abstract-op",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "render-pass-encoder-bundles",
"href": "https://gpuweb.github.io/gpuweb/#render-pass-encoder-bundles",
"title": "Bundles",
"number": "17.2.4"
},
"definedIn": "prose"
},
{
"id": "gpurenderbundle",
"href": "https://gpuweb.github.io/gpuweb/#gpurenderbundle",
Expand Down
Loading

0 comments on commit 32f18f1

Please sign in to comment.