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.1.
  • Loading branch information
reffy-bot committed Mar 10, 2023
1 parent f3befee commit 047fc3b
Show file tree
Hide file tree
Showing 11 changed files with 492 additions and 335 deletions.
145 changes: 82 additions & 63 deletions ed/dfns/attribution-reporting-api.json

Large diffs are not rendered by default.

90 changes: 84 additions & 6 deletions ed/dfns/trust-token-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,44 @@
},
"definedIn": "pre"
},
{
"id": "enumdef-tokenversion",
"href": "https://wicg.github.io/trust-token-api/#enumdef-tokenversion",
"linkingText": [
"TokenVersion"
],
"localLinkingText": [],
"type": "enum",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://wicg.github.io/trust-token-api/#title",
"title": "Private State Token API"
},
"definedIn": "pre"
},
{
"id": "dom-tokenversion-1",
"href": "https://wicg.github.io/trust-token-api/#dom-tokenversion-1",
"linkingText": [
"\"1\""
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"TokenVersion"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://wicg.github.io/trust-token-api/#title",
"title": "Private State Token API"
},
"definedIn": "pre"
},
{
"id": "enumdef-operationtype",
"href": "https://wicg.github.io/trust-token-api/#enumdef-operationtype",
Expand Down Expand Up @@ -613,6 +651,46 @@
},
"definedIn": "pre"
},
{
"id": "dom-privatetoken-type",
"href": "https://wicg.github.io/trust-token-api/#dom-privatetoken-type",
"linkingText": [
"type"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"PrivateToken"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://wicg.github.io/trust-token-api/#title",
"title": "Private State Token API"
},
"definedIn": "pre"
},
{
"id": "dom-privatetoken-version",
"href": "https://wicg.github.io/trust-token-api/#dom-privatetoken-version",
"linkingText": [
"version"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"PrivateToken"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://wicg.github.io/trust-token-api/#title",
"title": "Private State Token API"
},
"definedIn": "pre"
},
{
"id": "dom-privatetoken-operation",
"href": "https://wicg.github.io/trust-token-api/#dom-privatetoken-operation",
Expand Down Expand Up @@ -1012,20 +1090,20 @@
"definedIn": "prose"
},
{
"id": "http-headerdef-sec-private-state-token-version",
"href": "https://wicg.github.io/trust-token-api/#http-headerdef-sec-private-state-token-version",
"id": "http-headerdef-sec-private-state-token-crypto-version",
"href": "https://wicg.github.io/trust-token-api/#http-headerdef-sec-private-state-token-crypto-version",
"linkingText": [
"Sec-Private-State-Token-Version"
"Sec-Private-State-Token-Crypto-Version"
],
"localLinkingText": [],
"type": "http-header",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "sec-private-state-token-version",
"href": "https://wicg.github.io/trust-token-api/#sec-private-state-token-version",
"title": "The 'Sec-Private-State-Token-Version' Header Field",
"id": "sec-private-state-token-crypto-version",
"href": "https://wicg.github.io/trust-token-api/#sec-private-state-token-crypto-version",
"title": "The 'Sec-Private-State-Token-Crypto-Version' Header Field",
"number": "9.3"
},
"definedIn": "prose"
Expand Down
Loading

0 comments on commit 047fc3b

Please sign in to comment.