Skip to content

Commit 19d2acf

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.7.3.
1 parent 2165b5b commit 19d2acf

9 files changed

+285
-106
lines changed

ed/algorithms/privacy-preserving-attribution.json

Lines changed: 74 additions & 21 deletions
Large diffs are not rendered by default.

ed/algorithms/webgpu.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,16 @@
120120
"html": "<p>Let <var>features</var> be the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-set\" id=\"ref-for-ordered-set②\">set</a> of values in <var>descriptor</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#dom-gpudevicedescriptor-requiredfeatures\" id=\"ref-for-dom-gpudevicedescriptor-requiredfeatures\">requiredFeatures</a></code>.</p>"
121121
},
122122
{
123-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append\">Append</a> <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#core-features-and-limits\" id=\"ref-for-core-features-and-limits\">\"core-features-and-limits\"</a></code> to <var>features</var>.</p>"
123+
"html": "If <var>features</var> contains <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#texture-formats-tier1\" id=\"ref-for-texture-formats-tier1\">\"texture-formats-tier1\"</a></code>:",
124+
"rationale": "append",
125+
"steps": [
126+
{
127+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append\">Append</a> <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#rg11b10ufloat-renderable\" id=\"ref-for-rg11b10ufloat-renderable\">\"rg11b10ufloat-renderable\"</a></code> to <var>features</var></p>"
128+
}
129+
]
130+
},
131+
{
132+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append①\">Append</a> <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#core-features-and-limits\" id=\"ref-for-core-features-and-limits\">\"core-features-and-limits\"</a></code> to <var>features</var>.</p>"
124133
},
125134
{
126135
"html": "<p>Let <var>limits</var> be a <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/#supported-limits\" id=\"ref-for-supported-limits③\">supported limits</a> object with all values set to their defaults.</p>"
@@ -1868,7 +1877,7 @@
18681877
]
18691878
},
18701879
{
1871-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append\">Append</a> (<var>bindGroupLayoutEntry</var>, <var>bound</var>) to <var>result</var>.</p>"
1880+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append\">Append</a> (<var>bindGroupLayoutEntry</var>, <var>bound</var>) to <var>result</var>.</p>"
18721881
}
18731882
]
18741883
},

ed/dfns/privacy-preserving-attribution.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,25 @@
397397
},
398398
"definedIn": "pre"
399399
},
400+
{
401+
"id": "dictdef-privateattributionimpressionresult",
402+
"href": "https://w3c.github.io/ppa/#dictdef-privateattributionimpressionresult",
403+
"linkingText": [
404+
"PrivateAttributionImpressionResult"
405+
],
406+
"localLinkingText": [],
407+
"type": "dictionary",
408+
"for": [],
409+
"access": "public",
410+
"informative": false,
411+
"heading": {
412+
"id": "save-impression-api",
413+
"href": "https://w3c.github.io/ppa/#save-impression-api",
414+
"title": "Saving Impressions",
415+
"number": "3.4"
416+
},
417+
"definedIn": "pre"
418+
},
400419
{
401420
"id": "dom-privateattribution-saveimpression-options-options",
402421
"href": "https://w3c.github.io/ppa/#dom-privateattribution-saveimpression-options-options",
@@ -1550,6 +1569,25 @@
15501569
},
15511570
"definedIn": "dt"
15521571
},
1572+
{
1573+
"id": "parse-a-save-impression-header",
1574+
"href": "https://w3c.github.io/ppa/#parse-a-save-impression-header",
1575+
"linkingText": [
1576+
"parse a Save-Impression header"
1577+
],
1578+
"localLinkingText": [],
1579+
"type": "dfn",
1580+
"for": [],
1581+
"access": "private",
1582+
"informative": false,
1583+
"heading": {
1584+
"id": "http-api",
1585+
"href": "https://w3c.github.io/ppa/#http-api",
1586+
"title": "HTTP API",
1587+
"number": "5"
1588+
},
1589+
"definedIn": "prose"
1590+
},
15531591
{
15541592
"id": "aggregation-service",
15551593
"href": "https://w3c.github.io/ppa/#aggregation-service",
@@ -1720,6 +1758,25 @@
17201758
"number": "8.2.2"
17211759
},
17221760
"definedIn": "prose"
1761+
},
1762+
{
1763+
"id": "side-channels",
1764+
"href": "https://w3c.github.io/ppa/#side-channels",
1765+
"linkingText": [
1766+
"side channels"
1767+
],
1768+
"localLinkingText": [],
1769+
"type": "dfn",
1770+
"for": [],
1771+
"access": "private",
1772+
"informative": false,
1773+
"heading": {
1774+
"id": "security-api-implementation",
1775+
"href": "https://w3c.github.io/ppa/#security-api-implementation",
1776+
"title": "API Implementation",
1777+
"number": "9.2"
1778+
},
1779+
"definedIn": "prose"
17231780
}
17241781
]
17251782
}

ed/idl/privacy-preserving-attribution.idl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ dictionary PrivateAttributionImpressionOptions {
3030
unsigned long lifetimeDays = 30;
3131
};
3232

33+
dictionary PrivateAttributionImpressionResult {
34+
};
35+
3336
[SecureContext, Exposed=Window]
3437
partial interface PrivateAttribution {
35-
undefined saveImpression(PrivateAttributionImpressionOptions options);
38+
Promise<PrivateAttributionImpressionResult> saveImpression(PrivateAttributionImpressionOptions options);
3639
};
3740

3841
dictionary PrivateAttributionConversionOptions {

0 commit comments

Comments
 (0)