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 12.1.5.
  • Loading branch information
reffy-bot committed Apr 17, 2023
1 parent 201bae5 commit c599f0a
Show file tree
Hide file tree
Showing 27 changed files with 2,977 additions and 427 deletions.
4 changes: 2 additions & 2 deletions ed/css/css-color-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@
},
{
"name": "a",
"prose": "a and b are <number>s that correspond to the origin color’s CIELab a and b axes after conversion, if required, to CIE Lab",
"prose": "a and b are <number>s that correspond to the origin color’s CIE Lab a and b axes after conversion, if required, to CIE Lab",
"type": "value",
"value": "a"
},
{
"name": "b",
"prose": "a and b are <number>s that correspond to the origin color’s CIELab a and b axes after conversion, if required, to CIE Lab",
"prose": "a and b are <number>s that correspond to the origin color’s CIE Lab a and b axes after conversion, if required, to CIE Lab",
"type": "value",
"value": "b"
},
Expand Down
54 changes: 54 additions & 0 deletions ed/dfns/WGSL.json
Original file line number Diff line number Diff line change
Expand Up @@ -10560,6 +10560,60 @@
},
"definedIn": "prose"
},
{
"id": "group_count_x",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#group_count_x",
"linkingText": [
"group_count_x"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#title",
"title": "WebGPU Shading Language"
},
"definedIn": "prose"
},
{
"id": "group_count_y",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#group_count_y",
"linkingText": [
"group_count_y"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#title",
"title": "WebGPU Shading Language"
},
"definedIn": "prose"
},
{
"id": "group_count_z",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#group_count_z",
"linkingText": [
"group_count_z"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "title",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#title",
"title": "WebGPU Shading Language"
},
"definedIn": "prose"
},
{
"id": "compute-shader-grid",
"href": "https://gpuweb.github.io/gpuweb/wgsl/#compute-shader-grid",
Expand Down
6 changes: 3 additions & 3 deletions ed/dfns/attribution-reporting-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -5284,9 +5284,9 @@
"access": "private",
"informative": false,
"heading": {
"id": "cross-app-and-web",
"href": "https://wicg.github.io/attribution-reporting-api/#cross-app-and-web",
"title": "13. Cross App and Web Algorithms"
"id": "title",
"href": "https://wicg.github.io/attribution-reporting-api/#title",
"title": "Attribution Reporting"
},
"definedIn": "prose"
}
Expand Down
25 changes: 2 additions & 23 deletions ed/dfns/css-cascade-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -876,27 +876,6 @@
},
"definedIn": "prose"
},
{
"id": "dom-cssimportrule-layername",
"href": "https://drafts.csswg.org/css-cascade-5/#dom-cssimportrule-layername",
"linkingText": [
"layerName"
],
"localLinkingText": [],
"type": "attribute",
"for": [
"CSSImportRule"
],
"access": "public",
"informative": false,
"heading": {
"id": "extensions-to-cssimportrule-interface",
"href": "https://drafts.csswg.org/css-cascade-5/#extensions-to-cssimportrule-interface",
"title": "Extensions to the CSSImportRule interface",
"number": "8.1"
},
"definedIn": "prose"
},
{
"id": "csslayerblockrule",
"href": "https://drafts.csswg.org/css-cascade-5/#csslayerblockrule",
Expand All @@ -912,7 +891,7 @@
"id": "the-csslayerblockrule-interface",
"href": "https://drafts.csswg.org/css-cascade-5/#the-csslayerblockrule-interface",
"title": "The CSSLayerBlockRule interface",
"number": "8.2"
"number": "8.1"
},
"definedIn": "pre"
},
Expand Down Expand Up @@ -951,7 +930,7 @@
"id": "the-csslayerstatementrule-interface",
"href": "https://drafts.csswg.org/css-cascade-5/#the-csslayerstatementrule-interface",
"title": "The CSSLayerStatementRule interface",
"number": "8.3"
"number": "8.2"
},
"definedIn": "pre"
},
Expand Down
20 changes: 20 additions & 0 deletions ed/dfns/cssom-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2862,6 +2862,26 @@
},
"definedIn": "prose"
},
{
"id": "dom-cssimportrule-layername",
"href": "https://drafts.csswg.org/cssom-1/#dom-cssimportrule-layername",
"linkingText": [
"layerName"
],
"localLinkingText": [],
"type": "attribute",
"for": [
"CSSImportRule"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://drafts.csswg.org/cssom-1/#title",
"title": "CSS Object Model (CSSOM)"
},
"definedIn": "prose"
},
{
"id": "cssgroupingrule",
"href": "https://drafts.csswg.org/cssom-1/#cssgroupingrule",
Expand Down
11 changes: 2 additions & 9 deletions ed/headings/css-cascade-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,26 +336,19 @@
"title": "Layer APIs",
"number": "8"
},
{
"id": "extensions-to-cssimportrule-interface",
"href": "https://drafts.csswg.org/css-cascade-5/#extensions-to-cssimportrule-interface",
"level": 3,
"title": "Extensions to the CSSImportRule interface",
"number": "8.1"
},
{
"id": "the-csslayerblockrule-interface",
"href": "https://drafts.csswg.org/css-cascade-5/#the-csslayerblockrule-interface",
"level": 3,
"title": "The CSSLayerBlockRule interface",
"number": "8.2"
"number": "8.1"
},
{
"id": "the-csslayerstatementrule-interface",
"href": "https://drafts.csswg.org/css-cascade-5/#the-csslayerstatementrule-interface",
"level": 3,
"title": "The CSSLayerStatementRule interface",
"number": "8.3"
"number": "8.2"
},
{
"id": "changes",
Expand Down
Loading

0 comments on commit c599f0a

Please sign in to comment.