Skip to content

Commit 2620090

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.7.3.
1 parent e1311c5 commit 2620090

File tree

11 files changed

+238
-252
lines changed

11 files changed

+238
-252
lines changed

ed/algorithms/dbsc.json

Lines changed: 34 additions & 40 deletions
Large diffs are not rendered by default.

ed/dfns/dbsc.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"definedIn": "prose"
2525
},
2626
{
27-
"id": "session-by-id",
28-
"href": "https://w3c.github.io/webappsec-dbsc/#session-by-id",
27+
"id": "sessions-by-id-map",
28+
"href": "https://w3c.github.io/webappsec-dbsc/#sessions-by-id-map",
2929
"linkingText": [
30-
"session by id"
30+
"sessions by id map"
3131
],
3232
"localLinkingText": [],
3333
"type": "dfn",
@@ -626,7 +626,7 @@
626626
"heading": {
627627
"id": "header-secure-session-challenge",
628628
"href": "https://w3c.github.io/webappsec-dbsc/#header-secure-session-challenge",
629-
"title": "`Secure-Session-Challenge` HTTP Header Field",
629+
"title": "`Secure-Session-Challenge` HTTP header field",
630630
"number": "8.2"
631631
},
632632
"definedIn": "prose"
@@ -645,7 +645,7 @@
645645
"heading": {
646646
"id": "header-secure-session-response",
647647
"href": "https://w3c.github.io/webappsec-dbsc/#header-secure-session-response",
648-
"title": "`Secure-Session-Response` HTTP Header Field",
648+
"title": "`Secure-Session-Response` HTTP header field",
649649
"number": "8.3"
650650
},
651651
"definedIn": "prose"
@@ -664,7 +664,7 @@
664664
"heading": {
665665
"id": "header-sec-secure-session-id",
666666
"href": "https://w3c.github.io/webappsec-dbsc/#header-sec-secure-session-id",
667-
"title": "`Sec-Secure-Session-Id` HTTP Header Field",
667+
"title": "`Sec-Secure-Session-Id` HTTP header field",
668668
"number": "8.4"
669669
},
670670
"definedIn": "prose"

ed/headings/dbsc.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@
228228
"number": "7.5"
229229
},
230230
{
231-
"id": "algo-identify-missing-session-credential",
232-
"href": "https://w3c.github.io/webappsec-dbsc/#algo-identify-missing-session-credential",
231+
"id": "algo-identify-if-missing-session-credential",
232+
"href": "https://w3c.github.io/webappsec-dbsc/#algo-identify-if-missing-session-credential",
233233
"level": 3,
234-
"title": "Identify missing session credential",
234+
"title": "Identify if missing session credential",
235235
"number": "7.6"
236236
},
237237
{
@@ -287,7 +287,7 @@
287287
"id": "header-secure-session-challenge",
288288
"href": "https://w3c.github.io/webappsec-dbsc/#header-secure-session-challenge",
289289
"level": 3,
290-
"title": "`Secure-Session-Challenge` HTTP Header Field",
290+
"title": "`Secure-Session-Challenge` HTTP header field",
291291
"number": "8.2"
292292
},
293293
{
@@ -301,14 +301,14 @@
301301
"id": "header-secure-session-response",
302302
"href": "https://w3c.github.io/webappsec-dbsc/#header-secure-session-response",
303303
"level": 3,
304-
"title": "`Secure-Session-Response` HTTP Header Field",
304+
"title": "`Secure-Session-Response` HTTP header field",
305305
"number": "8.3"
306306
},
307307
{
308308
"id": "header-sec-secure-session-id",
309309
"href": "https://w3c.github.io/webappsec-dbsc/#header-sec-secure-session-id",
310310
"level": 3,
311-
"title": "`Sec-Secure-Session-Id` HTTP Header Field",
311+
"title": "`Sec-Secure-Session-Id` HTTP header field",
312312
"number": "8.4"
313313
},
314314
{

ed/idl/crash-reporting.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ interface CrashReportBody : ReportBody {
88
[Default] object toJSON();
99
readonly attribute DOMString? reason;
1010
readonly attribute DOMString? stack;
11-
readonly attribute DOMString? is_top_level;
11+
readonly attribute boolean? is_top_level;
1212
readonly attribute DocumentVisibilityState? page_visibility;
1313
};

ed/ids/crash-reporting.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"https://wicg.github.io/crash-reporting/#dom-crashreportbody-reason",
4040
"https://wicg.github.io/crash-reporting/#ref-for-idl-DOMString%E2%91%A0",
4141
"https://wicg.github.io/crash-reporting/#dom-crashreportbody-stack",
42-
"https://wicg.github.io/crash-reporting/#ref-for-idl-DOMString%E2%91%A1",
42+
"https://wicg.github.io/crash-reporting/#ref-for-idl-boolean",
4343
"https://wicg.github.io/crash-reporting/#dom-crashreportbody-is_top_level",
4444
"https://wicg.github.io/crash-reporting/#ref-for-documentvisibilitystate",
4545
"https://wicg.github.io/crash-reporting/#dom-crashreportbody-page_visibility",
@@ -92,6 +92,7 @@
9292
"https://wicg.github.io/crash-reporting/#8855a9aa",
9393
"https://wicg.github.io/crash-reporting/#f4531911",
9494
"https://wicg.github.io/crash-reporting/#889e932f",
95+
"https://wicg.github.io/crash-reporting/#5372cca8",
9596
"https://wicg.github.io/crash-reporting/#efd1ec5d",
9697
"https://wicg.github.io/crash-reporting/#references",
9798
"https://wicg.github.io/crash-reporting/#normative",

ed/ids/dbsc.json

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"https://w3c.github.io/webappsec-dbsc/#session-store",
4242
"https://w3c.github.io/webappsec-dbsc/#ref-for-ordered-map",
4343
"https://w3c.github.io/webappsec-dbsc/#ref-for-host-registrable-domain",
44-
"https://w3c.github.io/webappsec-dbsc/#ref-for-session-by-id",
44+
"https://w3c.github.io/webappsec-dbsc/#ref-for-sessions-by-id-map",
4545
"https://w3c.github.io/webappsec-dbsc/#framework-sessions-id",
46-
"https://w3c.github.io/webappsec-dbsc/#session-by-id",
46+
"https://w3c.github.io/webappsec-dbsc/#sessions-by-id-map",
4747
"https://w3c.github.io/webappsec-dbsc/#ref-for-ordered-map%E2%91%A0",
4848
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session-session-identifier",
4949
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session",
@@ -109,8 +109,8 @@
109109
"https://w3c.github.io/webappsec-dbsc/#ref-for-host-registrable-domain%E2%91%A2",
110110
"https://w3c.github.io/webappsec-dbsc/#ref-for-concept-domain%E2%91%A0",
111111
"https://w3c.github.io/webappsec-dbsc/#ref-for-host-registrable-domain%E2%91%A3",
112-
"https://w3c.github.io/webappsec-dbsc/#ref-for-registrable-origin-label",
113112
"https://w3c.github.io/webappsec-dbsc/#ref-for-host-public-suffix",
113+
"https://w3c.github.io/webappsec-dbsc/#ref-for-registrable-origin-label",
114114
"https://w3c.github.io/webappsec-dbsc/#algorithms",
115115
"https://w3c.github.io/webappsec-dbsc/#algo-identify-session",
116116
"https://w3c.github.io/webappsec-dbsc/#algorithms-identify-a-session",
@@ -122,10 +122,10 @@
122122
"https://w3c.github.io/webappsec-dbsc/#ref-for-host-registrable-domain%E2%91%A5",
123123
"https://w3c.github.io/webappsec-dbsc/#ref-for-concept-url-host",
124124
"https://w3c.github.io/webappsec-dbsc/#ref-for-session-store",
125-
"https://w3c.github.io/webappsec-dbsc/#ref-for-session-by-id%E2%91%A0",
125+
"https://w3c.github.io/webappsec-dbsc/#ref-for-sessions-by-id-map%E2%91%A0",
126126
"https://w3c.github.io/webappsec-dbsc/#algo-url-in-scope",
127127
"https://w3c.github.io/webappsec-dbsc/#ref-for-concept-url%E2%91%A2",
128-
"https://w3c.github.io/webappsec-dbsc/#ref-for-modules-session",
128+
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session%E2%91%A1",
129129
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session-session-scope",
130130
"https://w3c.github.io/webappsec-dbsc/#ref-for-session-scope-include-site",
131131
"https://w3c.github.io/webappsec-dbsc/#ref-for-concept-origin%E2%91%A0",
@@ -148,7 +148,7 @@
148148
"https://w3c.github.io/webappsec-dbsc/#ref-for-concept-url-path%E2%91%A1",
149149
"https://w3c.github.io/webappsec-dbsc/#algo-request-allows-refresh",
150150
"https://w3c.github.io/webappsec-dbsc/#ref-for-concept-request",
151-
"https://w3c.github.io/webappsec-dbsc/#ref-for-modules-session%E2%91%A0",
151+
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session%E2%91%A2",
152152
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session-session-scope%E2%91%A0",
153153
"https://w3c.github.io/webappsec-dbsc/#ref-for-session-scope-include-site%E2%91%A1",
154154
"https://w3c.github.io/webappsec-dbsc/#ref-for-concept-request-origin",
@@ -174,7 +174,7 @@
174174
"https://w3c.github.io/webappsec-dbsc/#ref-for-concept-request-url",
175175
"https://w3c.github.io/webappsec-dbsc/#ref-for-concept-url-host%E2%91%A2",
176176
"https://w3c.github.io/webappsec-dbsc/#ref-for-session-store%E2%91%A0",
177-
"https://w3c.github.io/webappsec-dbsc/#ref-for-session-by-id%E2%91%A1",
177+
"https://w3c.github.io/webappsec-dbsc/#ref-for-sessions-by-id-map%E2%91%A1",
178178
"https://w3c.github.io/webappsec-dbsc/#ref-for-list-iterate%E2%91%A1",
179179
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session-expiration-timestamp",
180180
"https://w3c.github.io/webappsec-dbsc/#ref-for-iteration-continue%E2%91%A0",
@@ -189,7 +189,7 @@
189189
"https://w3c.github.io/webappsec-dbsc/#ref-for-iteration-continue%E2%91%A4",
190190
"https://w3c.github.io/webappsec-dbsc/#ref-for-request-deferred-device-bound-session-ids%E2%91%A0",
191191
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session-expiration-timestamp%E2%91%A0",
192-
"https://w3c.github.io/webappsec-dbsc/#algo-identify-missing-session-credential",
192+
"https://w3c.github.io/webappsec-dbsc/#algo-identify-if-missing-session-credential",
193193
"https://w3c.github.io/webappsec-dbsc/#ref-for-concept-request%E2%91%A1",
194194
"https://w3c.github.io/webappsec-dbsc/#ref-for-list%E2%91%A2",
195195
"https://w3c.github.io/webappsec-dbsc/#ref-for-session-credential%E2%91%A0",
@@ -205,7 +205,7 @@
205205
"https://w3c.github.io/webappsec-dbsc/#algorithms-process-a-challenge",
206206
"https://w3c.github.io/webappsec-dbsc/#ref-for-concept-response",
207207
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session-cached-challenge",
208-
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session%E2%91%A1",
208+
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session%E2%91%A3",
209209
"https://w3c.github.io/webappsec-dbsc/#ref-for-concept-header-list-get-structured-header",
210210
"https://w3c.github.io/webappsec-dbsc/#ref-for-concept-response-header-list",
211211
"https://w3c.github.io/webappsec-dbsc/#ref-for-list-iterate%E2%91%A3",
@@ -221,7 +221,7 @@
221221
"https://w3c.github.io/webappsec-dbsc/#ref-for-iteration-continue%E2%91%A0%E2%91%A0",
222222
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session-cached-challenge%E2%91%A0",
223223
"https://w3c.github.io/webappsec-dbsc/#ref-for-dbsc-proof",
224-
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session%E2%91%A2",
224+
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session%E2%91%A4",
225225
"https://w3c.github.io/webappsec-dbsc/#ref-for-iteration-break",
226226
"https://w3c.github.io/webappsec-dbsc/#algo-session-request",
227227
"https://w3c.github.io/webappsec-dbsc/#algorithms-send-a-request",
@@ -343,7 +343,7 @@
343343
"https://w3c.github.io/webappsec-dbsc/#header-secure-session-registration",
344344
"https://w3c.github.io/webappsec-dbsc/#secure-session-registration-header",
345345
"https://w3c.github.io/webappsec-dbsc/#ref-for-concept-response%E2%91%A1",
346-
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session%E2%91%A3",
346+
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session%E2%91%A5",
347347
"https://w3c.github.io/webappsec-dbsc/#ref-for-list%E2%91%A5",
348348
"https://w3c.github.io/webappsec-dbsc/#ref-for-token%E2%91%A2",
349349
"https://w3c.github.io/webappsec-dbsc/#ref-for-name-parameters%E2%91%A0",
@@ -407,7 +407,7 @@
407407
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session-session-identifier%E2%91%A6",
408408
"https://w3c.github.io/webappsec-dbsc/#ref-for-json-session-instructions%E2%91%A0",
409409
"https://w3c.github.io/webappsec-dbsc/#ref-for-host-registrable-domain%E2%91%A0%E2%91%A0",
410-
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session%E2%91%A4",
410+
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session%E2%91%A6",
411411
"https://w3c.github.io/webappsec-dbsc/#ref-for-host-registrable-domain%E2%91%A0%E2%91%A1",
412412
"https://w3c.github.io/webappsec-dbsc/#ref-for-string%E2%91%A1%E2%91%A4",
413413
"https://w3c.github.io/webappsec-dbsc/#ref-for-concept-url%E2%91%A7",
@@ -456,8 +456,8 @@
456456
"https://w3c.github.io/webappsec-dbsc/#ref-for-string%E2%91%A2%E2%91%A8",
457457
"https://w3c.github.io/webappsec-dbsc/#ref-for-string%E2%91%A3%E2%93%AA",
458458
"https://w3c.github.io/webappsec-dbsc/#ref-for-dbsc-proof%E2%91%A8",
459-
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session-session-identifier%E2%91%A7",
460459
"https://w3c.github.io/webappsec-dbsc/#ref-for-string%E2%91%A3%E2%91%A0",
460+
"https://w3c.github.io/webappsec-dbsc/#ref-for-device-bound-session-session-identifier%E2%91%A7",
461461
"https://w3c.github.io/webappsec-dbsc/#dbsc-proof-example",
462462
"https://w3c.github.io/webappsec-dbsc/#ref-for-dbsc-proof%E2%91%A0%E2%93%AA",
463463
"https://w3c.github.io/webappsec-dbsc/#changes-to-other-specifications",
@@ -538,7 +538,6 @@
538538
"https://w3c.github.io/webappsec-dbsc/#bd6b32a4",
539539
"https://w3c.github.io/webappsec-dbsc/#bc9d7803",
540540
"https://w3c.github.io/webappsec-dbsc/#dcffbccd",
541-
"https://w3c.github.io/webappsec-dbsc/#a3ba9024",
542541
"https://w3c.github.io/webappsec-dbsc/#references",
543542
"https://w3c.github.io/webappsec-dbsc/#normative",
544543
"https://w3c.github.io/webappsec-dbsc/#biblio-cookies",
@@ -553,7 +552,6 @@
553552
"https://w3c.github.io/webappsec-dbsc/#biblio-rfc7405",
554553
"https://w3c.github.io/webappsec-dbsc/#biblio-rfc9112",
555554
"https://w3c.github.io/webappsec-dbsc/#biblio-rfc9651",
556-
"https://w3c.github.io/webappsec-dbsc/#biblio-url",
557-
"https://w3c.github.io/webappsec-dbsc/#biblio-webdriver-bidi"
555+
"https://w3c.github.io/webappsec-dbsc/#biblio-url"
558556
]
559557
}

0 commit comments

Comments
 (0)