Skip to content

Commit a461d87

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.3.0.
1 parent 023dc70 commit a461d87

11 files changed

+555
-331
lines changed

ed/algorithms/shared-storage.json

+209-200
Large diffs are not rendered by default.

ed/algorithms/webauthn-3.json

+32-32
Large diffs are not rendered by default.

ed/dfns/shared-storage.json

+23-2
Original file line numberDiff line numberDiff line change
@@ -3417,6 +3417,27 @@
34173417
},
34183418
"definedIn": "pre"
34193419
},
3420+
{
3421+
"id": "dom-sharedstorageprivateaggregationconfig-maxcontributions",
3422+
"href": "https://wicg.github.io/shared-storage/#dom-sharedstorageprivateaggregationconfig-maxcontributions",
3423+
"linkingText": [
3424+
"maxContributions"
3425+
],
3426+
"localLinkingText": [],
3427+
"type": "dict-member",
3428+
"for": [
3429+
"SharedStoragePrivateAggregationConfig"
3430+
],
3431+
"access": "public",
3432+
"informative": false,
3433+
"heading": {
3434+
"id": "shared-storage-interface",
3435+
"href": "https://wicg.github.io/shared-storage/#shared-storage-interface",
3436+
"title": "The SharedStorage Interface",
3437+
"number": "6"
3438+
},
3439+
"definedIn": "pre"
3440+
},
34203441
{
34213442
"id": "dictdef-sharedstoragerunoperationmethodoptions",
34223443
"href": "https://wicg.github.io/shared-storage/#dictdef-sharedstoragerunoperationmethodoptions",
@@ -4303,7 +4324,7 @@
43034324
"localLinkingText": [],
43044325
"type": "interface",
43054326
"for": [],
4306-
"access": "public",
4327+
"access": "private",
43074328
"informative": false,
43084329
"heading": {
43094330
"id": "web-locks-api-monkey-patches",
@@ -4322,7 +4343,7 @@
43224343
"localLinkingText": [],
43234344
"type": "interface",
43244345
"for": [],
4325-
"access": "public",
4346+
"access": "private",
43264347
"informative": false,
43274348
"heading": {
43284349
"id": "web-locks-api-monkey-patches",

ed/headings/webauthn-3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,7 @@
15081508
"id": "changes-since-l2",
15091509
"href": "https://w3c.github.io/webauthn/#changes-since-l2",
15101510
"level": 3,
1511-
"title": "Changes since Web Authentication Level 2 [[webauthn-2-20210408]]",
1511+
"title": "Changes since Web Authentication Level 2 [webauthn-2-20210408]",
15121512
"number": "18.1"
15131513
},
15141514
{

ed/idl/shared-storage.idl

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ dictionary SharedStoragePrivateAggregationConfig {
114114
USVString aggregationCoordinatorOrigin;
115115
USVString contextId;
116116
[EnforceRange] unsigned long long filteringIdMaxBytes;
117+
[EnforceRange] unsigned long long maxContributions;
117118
};
118119

119120
dictionary SharedStorageRunOperationMethodOptions {

ed/ids/shared-storage.json

+56-30
Large diffs are not rendered by default.

ed/ids/webauthn-3.json

+33-5
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,6 @@
15831583
"https://w3c.github.io/webauthn/#ref-for-authentication-assertion%E2%91%A8",
15841584
"https://w3c.github.io/webauthn/#ref-for-concept-credential%E2%91%A6",
15851585
"https://w3c.github.io/webauthn/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A5",
1586-
"https://w3c.github.io/webauthn/#ref-for-dom-publickeycredential-collectfromcredentialstore-slot",
15871586
"https://w3c.github.io/webauthn/#ref-for-concept-credential%E2%91%A7",
15881587
"https://w3c.github.io/webauthn/#ref-for-user-mediated%E2%91%A2",
15891588
"https://w3c.github.io/webauthn/#ref-for-authorization-gesture%E2%91%A0%E2%91%A1",
@@ -7002,7 +7001,6 @@
70027001
"https://w3c.github.io/webauthn/#ca3ca4ae",
70037002
"https://w3c.github.io/webauthn/#79cad4dd",
70047003
"https://w3c.github.io/webauthn/#8de17130",
7005-
"https://w3c.github.io/webauthn/#aa081c9d",
70067004
"https://w3c.github.io/webauthn/#ee843963",
70077005
"https://w3c.github.io/webauthn/#16d98924",
70087006
"https://w3c.github.io/webauthn/#5b668531",
@@ -7056,13 +7054,15 @@
70567054
"https://w3c.github.io/webauthn/#references",
70577055
"https://w3c.github.io/webauthn/#normative",
70587056
"https://w3c.github.io/webauthn/#biblio-credential-management-1",
7057+
"https://w3c.github.io/webauthn/#biblio-csp2",
70597058
"https://w3c.github.io/webauthn/#biblio-css21",
70607059
"https://w3c.github.io/webauthn/#biblio-dom4",
70617060
"https://w3c.github.io/webauthn/#biblio-ecmascript",
70627061
"https://w3c.github.io/webauthn/#biblio-encoding",
70637062
"https://w3c.github.io/webauthn/#biblio-fetch",
70647063
"https://w3c.github.io/webauthn/#biblio-fido-appid",
70657064
"https://w3c.github.io/webauthn/#biblio-fido-ctap",
7065+
"https://w3c.github.io/webauthn/#biblio-fido-privacy-principles",
70667066
"https://w3c.github.io/webauthn/#biblio-fido-registry",
70677067
"https://w3c.github.io/webauthn/#biblio-fido-u2f-message-formats",
70687068
"https://w3c.github.io/webauthn/#biblio-fido-v21",
@@ -7071,35 +7071,63 @@
70717071
"https://w3c.github.io/webauthn/#biblio-iana-cose-algs-reg",
70727072
"https://w3c.github.io/webauthn/#biblio-iana-webauthn-registries",
70737073
"https://w3c.github.io/webauthn/#biblio-infra",
7074-
"https://w3c.github.io/webauthn/#biblio-permissions-policy-1",
7074+
"https://w3c.github.io/webauthn/#biblio-permissions-policy",
70757075
"https://w3c.github.io/webauthn/#biblio-private-aggregation-api",
70767076
"https://w3c.github.io/webauthn/#biblio-rfc2119",
70777077
"https://w3c.github.io/webauthn/#biblio-rfc3986",
70787078
"https://w3c.github.io/webauthn/#biblio-rfc4648",
70797079
"https://w3c.github.io/webauthn/#biblio-rfc4949",
7080+
"https://w3c.github.io/webauthn/#biblio-rfc5234",
70807081
"https://w3c.github.io/webauthn/#biblio-rfc5280",
7082+
"https://w3c.github.io/webauthn/#biblio-rfc5890",
7083+
"https://w3c.github.io/webauthn/#biblio-rfc6454",
7084+
"https://w3c.github.io/webauthn/#biblio-rfc7515",
70817085
"https://w3c.github.io/webauthn/#biblio-rfc8152",
70827086
"https://w3c.github.io/webauthn/#biblio-rfc8174",
70837087
"https://w3c.github.io/webauthn/#biblio-rfc8230",
7088+
"https://w3c.github.io/webauthn/#biblio-rfc8264",
7089+
"https://w3c.github.io/webauthn/#biblio-rfc8265",
7090+
"https://w3c.github.io/webauthn/#biblio-rfc8266",
70847091
"https://w3c.github.io/webauthn/#biblio-rfc8610",
7092+
"https://w3c.github.io/webauthn/#biblio-rfc8615",
7093+
"https://w3c.github.io/webauthn/#biblio-rfc8809",
70857094
"https://w3c.github.io/webauthn/#biblio-rfc8949",
70867095
"https://w3c.github.io/webauthn/#biblio-rfc9052",
70877096
"https://w3c.github.io/webauthn/#biblio-rfc9053",
7097+
"https://w3c.github.io/webauthn/#biblio-sec1",
70887098
"https://w3c.github.io/webauthn/#biblio-sp800-800-63r3",
7099+
"https://w3c.github.io/webauthn/#biblio-tcg-cmcprofile-aikcertenroll",
70897100
"https://w3c.github.io/webauthn/#biblio-tokenbinding",
7101+
"https://w3c.github.io/webauthn/#biblio-tpmv2-ek-profile",
7102+
"https://w3c.github.io/webauthn/#biblio-tpmv2-part1",
7103+
"https://w3c.github.io/webauthn/#biblio-tpmv2-part2",
7104+
"https://w3c.github.io/webauthn/#biblio-tpmv2-part3",
70907105
"https://w3c.github.io/webauthn/#biblio-url",
7091-
"https://w3c.github.io/webauthn/#biblio-webauthn-3",
7092-
"https://w3c.github.io/webauthn/#biblio-webdriver1",
7106+
"https://w3c.github.io/webauthn/#biblio-wcag21",
7107+
"https://w3c.github.io/webauthn/#biblio-webauthn-2-20210408",
7108+
"https://w3c.github.io/webauthn/#biblio-webdriver",
70937109
"https://w3c.github.io/webauthn/#biblio-webdriver2",
70947110
"https://w3c.github.io/webauthn/#biblio-webidl",
70957111
"https://w3c.github.io/webauthn/#informative",
70967112
"https://w3c.github.io/webauthn/#biblio-ceremony",
7113+
"https://w3c.github.io/webauthn/#biblio-css-overflow-3",
70977114
"https://w3c.github.io/webauthn/#biblio-edupersonobjectclassspec",
70987115
"https://w3c.github.io/webauthn/#biblio-fido-transports-ext",
70997116
"https://w3c.github.io/webauthn/#biblio-fido-uaf-authnr-cmds",
7117+
"https://w3c.github.io/webauthn/#biblio-fidoauthnrsecreqs",
7118+
"https://w3c.github.io/webauthn/#biblio-fidometadataservice",
7119+
"https://w3c.github.io/webauthn/#biblio-fidosecref",
7120+
"https://w3c.github.io/webauthn/#biblio-fidou2fjavascriptapi",
71007121
"https://w3c.github.io/webauthn/#biblio-isobiometricvocabulary",
7122+
"https://w3c.github.io/webauthn/#biblio-rfc3279",
7123+
"https://w3c.github.io/webauthn/#biblio-rfc5869",
7124+
"https://w3c.github.io/webauthn/#biblio-rfc5958",
71017125
"https://w3c.github.io/webauthn/#biblio-rfc6265",
7126+
"https://w3c.github.io/webauthn/#biblio-rfc6979",
7127+
"https://w3c.github.io/webauthn/#biblio-rfc8017",
71027128
"https://w3c.github.io/webauthn/#biblio-uafprotocol",
7129+
"https://w3c.github.io/webauthn/#biblio-uax29",
7130+
"https://w3c.github.io/webauthn/#biblio-webauthn-1",
71037131
"https://w3c.github.io/webauthn/#biblio-webauthnapiguide",
71047132
"https://w3c.github.io/webauthn/#idl-index"
71057133
]

0 commit comments

Comments
 (0)