@webref/xref 1.1.1 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/README.md +77 -0
  2. package/ed/dfns/attribution.json +17 -17
  3. package/ed/dfns/connection-allowlists.json +780 -0
  4. package/ed/dfns/did-resolution.json +17 -17
  5. package/ed/dfns/ecmascript.json +2 -2
  6. package/ed/dfns/encoding.json +20 -0
  7. package/ed/dfns/picture-in-picture.json +58 -18
  8. package/ed/dfns/pointerevents4.json +27 -0
  9. package/ed/dfns/rfc8610.json +6 -5
  10. package/ed/dfns/sanitizer-api.json +20 -0
  11. package/ed/dfns/shacl12-rules.json +181 -86
  12. package/ed/dfns/speech-api.json +22 -0
  13. package/ed/dfns/vc-recognized-entities.json +6 -6
  14. package/ed/dfns/web-smart-card.json +1065 -1151
  15. package/ed/dfns/webdriver-bidi.json +1748 -679
  16. package/ed/dfns/webmcp.json +164 -3
  17. package/ed/dfns/webnn.json +20 -0
  18. package/ed/dfns/webrtc-encoded-transform.json +28 -28
  19. package/ed/dfns/webrtc-ice.json +2 -2
  20. package/ed/headings/attribution.json +21 -0
  21. package/ed/headings/connection-allowlists.json +228 -0
  22. package/ed/headings/did-resolution.json +161 -92
  23. package/ed/headings/dom.json +1 -1
  24. package/ed/headings/ecmascript.json +1 -1
  25. package/ed/headings/encoding.json +1 -1
  26. package/ed/headings/picture-in-picture.json +5 -5
  27. package/ed/headings/rfc2397.json +33 -9
  28. package/ed/headings/rfc4120.json +164 -134
  29. package/ed/headings/rfc6386.json +128 -104
  30. package/ed/headings/rfc6454.json +62 -38
  31. package/ed/headings/rfc6455.json +120 -90
  32. package/ed/headings/rfc6797.json +104 -80
  33. package/ed/headings/rfc7034.json +52 -28
  34. package/ed/headings/rfc7239.json +55 -31
  35. package/ed/headings/rfc7469.json +63 -39
  36. package/ed/headings/rfc7578.json +54 -30
  37. package/ed/headings/rfc7932.json +70 -40
  38. package/ed/headings/rfc8610.json +93 -63
  39. package/ed/headings/rfc8878.json +97 -88
  40. package/ed/headings/rfc9163.json +62 -59
  41. package/ed/headings/rfc9649.json +82 -79
  42. package/ed/headings/rfc9659.json +33 -30
  43. package/ed/headings/secure-payment-confirmation.json +1 -1
  44. package/ed/headings/selectors-5.json +8 -1
  45. package/ed/headings/service-workers.json +1 -1
  46. package/ed/headings/shacl12-rules.json +125 -85
  47. package/ed/headings/soft-navigations.json +1 -1
  48. package/ed/headings/storage-access.json +2 -2
  49. package/ed/headings/vc-data-model-2.1.json +72 -72
  50. package/ed/headings/vc-jose-cose.json +70 -70
  51. package/ed/headings/vc-recognized-entities.json +62 -32
  52. package/ed/headings/web-smart-card.json +106 -217
  53. package/ed/headings/webdriver-bidi.json +25 -4
  54. package/ed/headings/webidl.json +1 -1
  55. package/ed/headings/webmcp.json +14 -0
  56. package/ed/headings/webnn.json +1 -1
  57. package/ed/headings/webrtc-encoded-transform.json +1 -1
  58. package/ed/headings/webusb.json +1 -1
  59. package/ed/headings/webvtt1.json +2 -2
  60. package/index.js +56 -8
  61. package/package.json +1 -1
  62. package/specs.json +28925 -0
  63. package/tr/dfns/attribution.json +17 -17
  64. package/tr/dfns/did-resolution.json +17 -17
  65. package/tr/dfns/picture-in-picture.json +58 -18
  66. package/tr/dfns/pointerevents4.json +27 -0
  67. package/tr/dfns/shacl12-rules.json +181 -86
  68. package/tr/dfns/webdriver-bidi.json +1748 -679
  69. package/tr/dfns/webnn.json +20 -0
  70. package/tr/dfns/webrtc-encoded-transform.json +28 -28
  71. package/tr/dfns/webvtt1.json +82 -95
  72. package/tr/headings/attribution.json +21 -0
  73. package/tr/headings/did-resolution.json +161 -92
  74. package/tr/headings/picture-in-picture.json +5 -5
  75. package/tr/headings/secure-payment-confirmation.json +1 -1
  76. package/tr/headings/service-workers.json +1 -1
  77. package/tr/headings/shacl12-rules.json +125 -85
  78. package/tr/headings/webauthn-3.json +9 -2
  79. package/tr/headings/webdriver-bidi.json +25 -4
  80. package/tr/headings/webnn.json +1 -1
  81. package/tr/headings/webrtc-encoded-transform.json +1 -1
  82. package/tr/headings/webvtt1.json +3 -9
@@ -280,6 +280,68 @@
280
280
  "definedIn": "dt",
281
281
  "links": []
282
282
  },
283
+ {
284
+ "id": "tool-definition-exposed-origins",
285
+ "href": "https://webmachinelearning.github.io/webmcp/#tool-definition-exposed-origins",
286
+ "linkingText": [
287
+ "exposed origins"
288
+ ],
289
+ "localLinkingText": [],
290
+ "type": "dfn",
291
+ "for": [
292
+ "tool definition"
293
+ ],
294
+ "access": "private",
295
+ "informative": false,
296
+ "heading": {
297
+ "id": "supporting-concepts",
298
+ "href": "https://webmachinelearning.github.io/webmcp/#supporting-concepts",
299
+ "title": "Supporting concepts",
300
+ "number": "3"
301
+ },
302
+ "definedIn": "dt",
303
+ "links": []
304
+ },
305
+ {
306
+ "id": "notify-documents-of-a-tool-change",
307
+ "href": "https://webmachinelearning.github.io/webmcp/#notify-documents-of-a-tool-change",
308
+ "linkingText": [
309
+ "notify documents of a tool change"
310
+ ],
311
+ "localLinkingText": [],
312
+ "type": "dfn",
313
+ "for": [],
314
+ "access": "private",
315
+ "informative": false,
316
+ "heading": {
317
+ "id": "supporting-concepts",
318
+ "href": "https://webmachinelearning.github.io/webmcp/#supporting-concepts",
319
+ "title": "Supporting concepts",
320
+ "number": "3"
321
+ },
322
+ "definedIn": "prose",
323
+ "links": []
324
+ },
325
+ {
326
+ "id": "tool-is-visible-to-an-origin",
327
+ "href": "https://webmachinelearning.github.io/webmcp/#tool-is-visible-to-an-origin",
328
+ "linkingText": [
329
+ "tool is visible to an origin"
330
+ ],
331
+ "localLinkingText": [],
332
+ "type": "dfn",
333
+ "for": [],
334
+ "access": "private",
335
+ "informative": false,
336
+ "heading": {
337
+ "id": "supporting-concepts",
338
+ "href": "https://webmachinelearning.github.io/webmcp/#supporting-concepts",
339
+ "title": "Supporting concepts",
340
+ "number": "3"
341
+ },
342
+ "definedIn": "prose",
343
+ "links": []
344
+ },
283
345
  {
284
346
  "id": "model-context-unregister-a-tool",
285
347
  "href": "https://webmachinelearning.github.io/webmcp/#model-context-unregister-a-tool",
@@ -918,6 +980,41 @@
918
980
  }
919
981
  ]
920
982
  },
983
+ {
984
+ "id": "dom-modelcontextregistertooloptions-exposedto",
985
+ "href": "https://webmachinelearning.github.io/webmcp/#dom-modelcontextregistertooloptions-exposedto",
986
+ "linkingText": [
987
+ "exposedTo"
988
+ ],
989
+ "localLinkingText": [],
990
+ "type": "dict-member",
991
+ "for": [
992
+ "ModelContextRegisterToolOptions"
993
+ ],
994
+ "access": "public",
995
+ "informative": false,
996
+ "heading": {
997
+ "id": "model-context-register-tool-options",
998
+ "href": "https://webmachinelearning.github.io/webmcp/#model-context-register-tool-options",
999
+ "title": "ModelContextRegisterToolOptions Dictionary",
1000
+ "number": "4.2.2"
1001
+ },
1002
+ "definedIn": "pre",
1003
+ "links": [
1004
+ {
1005
+ "type": "dev",
1006
+ "id": "ref-for-dom-modelcontextregistertooloptions-exposedto②",
1007
+ "name": "exposedTo[\"exposedTo\"]",
1008
+ "href": "https://webmachinelearning.github.io/webmcp/#ref-for-dom-modelcontextregistertooloptions-exposedto%E2%91%A1",
1009
+ "heading": {
1010
+ "id": "model-context-register-tool-options",
1011
+ "href": "https://webmachinelearning.github.io/webmcp/#model-context-register-tool-options",
1012
+ "title": "ModelContextRegisterToolOptions Dictionary",
1013
+ "number": "4.2.2"
1014
+ }
1015
+ }
1016
+ ]
1017
+ },
921
1018
  {
922
1019
  "id": "modelcontextclient",
923
1020
  "href": "https://webmachinelearning.github.io/webmcp/#modelcontextclient",
@@ -1035,6 +1132,70 @@
1035
1132
  "definedIn": "prose",
1036
1133
  "links": []
1037
1134
  },
1135
+ {
1136
+ "id": "dom-modelcontext-ontoolchange",
1137
+ "href": "https://webmachinelearning.github.io/webmcp/#dom-modelcontext-ontoolchange",
1138
+ "linkingText": [
1139
+ "ontoolchange"
1140
+ ],
1141
+ "localLinkingText": [],
1142
+ "type": "attribute",
1143
+ "for": [
1144
+ "ModelContext"
1145
+ ],
1146
+ "access": "public",
1147
+ "informative": false,
1148
+ "heading": {
1149
+ "id": "events",
1150
+ "href": "https://webmachinelearning.github.io/webmcp/#events",
1151
+ "title": "Events",
1152
+ "number": "4.4"
1153
+ },
1154
+ "definedIn": "table",
1155
+ "links": []
1156
+ },
1157
+ {
1158
+ "id": "eventdef-modelcontext-toolchange",
1159
+ "href": "https://webmachinelearning.github.io/webmcp/#eventdef-modelcontext-toolchange",
1160
+ "linkingText": [
1161
+ "toolchange"
1162
+ ],
1163
+ "localLinkingText": [],
1164
+ "type": "event",
1165
+ "for": [
1166
+ "ModelContext"
1167
+ ],
1168
+ "access": "public",
1169
+ "informative": false,
1170
+ "heading": {
1171
+ "id": "events",
1172
+ "href": "https://webmachinelearning.github.io/webmcp/#events",
1173
+ "title": "Events",
1174
+ "number": "4.4"
1175
+ },
1176
+ "definedIn": "table",
1177
+ "links": []
1178
+ },
1179
+ {
1180
+ "id": "permissiondef-tools",
1181
+ "href": "https://webmachinelearning.github.io/webmcp/#permissiondef-tools",
1182
+ "linkingText": [
1183
+ "tools"
1184
+ ],
1185
+ "localLinkingText": [],
1186
+ "type": "permission",
1187
+ "for": [],
1188
+ "access": "public",
1189
+ "informative": false,
1190
+ "heading": {
1191
+ "id": "permissions-policy",
1192
+ "href": "https://webmachinelearning.github.io/webmcp/#permissions-policy",
1193
+ "title": "Permissions policy integration",
1194
+ "number": "4.5"
1195
+ },
1196
+ "definedIn": "prose",
1197
+ "links": []
1198
+ },
1038
1199
  {
1039
1200
  "id": "ai-agent-queue",
1040
1201
  "href": "https://webmachinelearning.github.io/webmcp/#ai-agent-queue",
@@ -1056,10 +1217,10 @@
1056
1217
  "links": []
1057
1218
  },
1058
1219
  {
1059
- "id": "tool-calling-task-source",
1060
- "href": "https://webmachinelearning.github.io/webmcp/#tool-calling-task-source",
1220
+ "id": "webmcp-task-source",
1221
+ "href": "https://webmachinelearning.github.io/webmcp/#webmcp-task-source",
1061
1222
  "linkingText": [
1062
- "tool calling task source"
1223
+ "webmcp task source"
1063
1224
  ],
1064
1225
  "localLinkingText": [],
1065
1226
  "type": "dfn",
@@ -2418,6 +2418,26 @@
2418
2418
  "definedIn": "prose",
2419
2419
  "links": []
2420
2420
  },
2421
+ {
2422
+ "id": "valid-tensor-count",
2423
+ "href": "https://webmachinelearning.github.io/webnn/#valid-tensor-count",
2424
+ "linkingText": [
2425
+ "valid tensor count"
2426
+ ],
2427
+ "localLinkingText": [],
2428
+ "type": "dfn",
2429
+ "for": [],
2430
+ "access": "private",
2431
+ "informative": false,
2432
+ "heading": {
2433
+ "id": "api-mloperanddescriptor",
2434
+ "href": "https://webmachinelearning.github.io/webnn/#api-mloperanddescriptor",
2435
+ "title": "MLOperandDescriptor dictionary",
2436
+ "number": "8.5"
2437
+ },
2438
+ "definedIn": "prose",
2439
+ "links": []
2440
+ },
2421
2441
  {
2422
2442
  "id": "mloperanddescriptor-check-dimensions",
2423
2443
  "href": "https://webmachinelearning.github.io/webnn/#mloperanddescriptor-check-dimensions",
@@ -614,10 +614,10 @@
614
614
  "links": []
615
615
  },
616
616
  {
617
- "id": "dictdef-rtcsframesendertransformoptions",
618
- "href": "https://w3c.github.io/webrtc-encoded-transform/#dictdef-rtcsframesendertransformoptions",
617
+ "id": "dictdef-rtcrtpsframeencrypteroptions",
618
+ "href": "https://w3c.github.io/webrtc-encoded-transform/#dictdef-rtcrtpsframeencrypteroptions",
619
619
  "linkingText": [
620
- "RTCSFrameSenderTransformOptions"
620
+ "RTCRtpSFrameEncrypterOptions"
621
621
  ],
622
622
  "localLinkingText": [],
623
623
  "type": "dictionary",
@@ -634,15 +634,15 @@
634
634
  "links": []
635
635
  },
636
636
  {
637
- "id": "dom-rtcsframesendertransformoptions-type",
638
- "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcsframesendertransformoptions-type",
637
+ "id": "dom-rtcrtpsframeencrypteroptions-type",
638
+ "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpsframeencrypteroptions-type",
639
639
  "linkingText": [
640
640
  "type"
641
641
  ],
642
642
  "localLinkingText": [],
643
643
  "type": "dict-member",
644
644
  "for": [
645
- "RTCSFrameSenderTransformOptions"
645
+ "RTCRtpSFrameEncrypterOptions"
646
646
  ],
647
647
  "access": "public",
648
648
  "informative": false,
@@ -868,10 +868,10 @@
868
868
  "links": []
869
869
  },
870
870
  {
871
- "id": "rtcsframesendertransform",
872
- "href": "https://w3c.github.io/webrtc-encoded-transform/#rtcsframesendertransform",
871
+ "id": "rtcrtpsframeencrypter",
872
+ "href": "https://w3c.github.io/webrtc-encoded-transform/#rtcrtpsframeencrypter",
873
873
  "linkingText": [
874
- "RTCSFrameSenderTransform"
874
+ "RTCRtpSFrameEncrypter"
875
875
  ],
876
876
  "localLinkingText": [],
877
877
  "type": "interface",
@@ -888,16 +888,16 @@
888
888
  "links": []
889
889
  },
890
890
  {
891
- "id": "dom-rtcsframesendertransform-rtcsframesendertransform-options-options",
892
- "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcsframesendertransform-rtcsframesendertransform-options-options",
891
+ "id": "dom-rtcrtpsframeencrypter-rtcrtpsframeencrypter-options-options",
892
+ "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpsframeencrypter-rtcrtpsframeencrypter-options-options",
893
893
  "linkingText": [
894
894
  "options"
895
895
  ],
896
896
  "localLinkingText": [],
897
897
  "type": "argument",
898
898
  "for": [
899
- "RTCSFrameSenderTransform/RTCSFrameSenderTransform(options)",
900
- "RTCSFrameSenderTransform/constructor(options)"
899
+ "RTCRtpSFrameEncrypter/RTCRtpSFrameEncrypter(options)",
900
+ "RTCRtpSFrameEncrypter/constructor(options)"
901
901
  ],
902
902
  "access": "public",
903
903
  "informative": false,
@@ -911,10 +911,10 @@
911
911
  "links": []
912
912
  },
913
913
  {
914
- "id": "rtcsframereceivertransform",
915
- "href": "https://w3c.github.io/webrtc-encoded-transform/#rtcsframereceivertransform",
914
+ "id": "rtcrtpsframedecrypter",
915
+ "href": "https://w3c.github.io/webrtc-encoded-transform/#rtcrtpsframedecrypter",
916
916
  "linkingText": [
917
- "RTCSFrameReceiverTransform"
917
+ "RTCRtpSFrameDecrypter"
918
918
  ],
919
919
  "localLinkingText": [],
920
920
  "type": "interface",
@@ -931,16 +931,16 @@
931
931
  "links": []
932
932
  },
933
933
  {
934
- "id": "dom-rtcsframereceivertransform-rtcsframereceivertransform-options-options",
935
- "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcsframereceivertransform-rtcsframereceivertransform-options-options",
934
+ "id": "dom-rtcrtpsframedecrypter-rtcrtpsframedecrypter-options-options",
935
+ "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpsframedecrypter-rtcrtpsframedecrypter-options-options",
936
936
  "linkingText": [
937
937
  "options"
938
938
  ],
939
939
  "localLinkingText": [],
940
940
  "type": "argument",
941
941
  "for": [
942
- "RTCSFrameReceiverTransform/RTCSFrameReceiverTransform(options)",
943
- "RTCSFrameReceiverTransform/constructor(options)"
942
+ "RTCRtpSFrameDecrypter/RTCRtpSFrameDecrypter(options)",
943
+ "RTCRtpSFrameDecrypter/constructor(options)"
944
944
  ],
945
945
  "access": "public",
946
946
  "informative": false,
@@ -1367,16 +1367,16 @@
1367
1367
  "links": []
1368
1368
  },
1369
1369
  {
1370
- "id": "dom-rtcsframesendertransform-rtcsframesendertransform",
1371
- "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcsframesendertransform-rtcsframesendertransform",
1370
+ "id": "dom-rtcrtpsframeencrypter-rtcrtpsframeencrypter",
1371
+ "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpsframeencrypter-rtcrtpsframeencrypter",
1372
1372
  "linkingText": [
1373
- "RTCSFrameSenderTransform(options)",
1373
+ "RTCRtpSFrameEncrypter(options)",
1374
1374
  "constructor(options)"
1375
1375
  ],
1376
1376
  "localLinkingText": [],
1377
1377
  "type": "constructor",
1378
1378
  "for": [
1379
- "RTCSFrameSenderTransform"
1379
+ "RTCRtpSFrameEncrypter"
1380
1380
  ],
1381
1381
  "access": "public",
1382
1382
  "informative": false,
@@ -1390,16 +1390,16 @@
1390
1390
  "links": []
1391
1391
  },
1392
1392
  {
1393
- "id": "dom-rtcsframereceivertransform-rtcsframereceivertransform",
1394
- "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcsframereceivertransform-rtcsframereceivertransform",
1393
+ "id": "dom-rtcrtpsframedecrypter-rtcrtpsframedecrypter",
1394
+ "href": "https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpsframedecrypter-rtcrtpsframedecrypter",
1395
1395
  "linkingText": [
1396
- "RTCSFrameReceiverTransform(options)",
1396
+ "RTCRtpSFrameDecrypter(options)",
1397
1397
  "constructor(options)"
1398
1398
  ],
1399
1399
  "localLinkingText": [],
1400
1400
  "type": "constructor",
1401
1401
  "for": [
1402
- "RTCSFrameReceiverTransform"
1402
+ "RTCRtpSFrameDecrypter"
1403
1403
  ],
1404
1404
  "access": "public",
1405
1405
  "informative": false,
@@ -318,7 +318,7 @@
318
318
  "for": [
319
319
  "RTCIceTransport"
320
320
  ],
321
- "access": "public",
321
+ "access": "private",
322
322
  "informative": true,
323
323
  "heading": {
324
324
  "id": "event-summary",
@@ -343,7 +343,7 @@
343
343
  "for": [
344
344
  "RTCIceTransport"
345
345
  ],
346
- "access": "public",
346
+ "access": "private",
347
347
  "informative": true,
348
348
  "heading": {
349
349
  "id": "event-summary",
@@ -87,6 +87,27 @@
87
87
  "title": "Overview of Operation",
88
88
  "number": "2"
89
89
  },
90
+ {
91
+ "id": "overview-impression",
92
+ "href": "https://w3c.github.io/attribution/#overview-impression",
93
+ "level": 3,
94
+ "title": "Recording Impressions",
95
+ "number": "2.1"
96
+ },
97
+ {
98
+ "id": "overview-conversion",
99
+ "href": "https://w3c.github.io/attribution/#overview-conversion",
100
+ "level": 3,
101
+ "title": "Conversions or Querying Impressions",
102
+ "number": "2.2"
103
+ },
104
+ {
105
+ "id": "overview-aggregation",
106
+ "href": "https://w3c.github.io/attribution/#overview-aggregation",
107
+ "level": 3,
108
+ "title": "Aggregation",
109
+ "number": "2.3"
110
+ },
90
111
  {
91
112
  "id": "api",
92
113
  "href": "https://w3c.github.io/attribution/#api",
@@ -0,0 +1,228 @@
1
+ {
2
+ "spec": {
3
+ "title": "Connection Allowlists",
4
+ "url": "https://wicg.github.io/connection-allowlists/"
5
+ },
6
+ "headings": [
7
+ {
8
+ "id": "title",
9
+ "href": "https://wicg.github.io/connection-allowlists/#title",
10
+ "level": 1,
11
+ "title": "Connection Allowlists"
12
+ },
13
+ {
14
+ "id": "abstract",
15
+ "href": "https://wicg.github.io/connection-allowlists/#abstract",
16
+ "level": 2,
17
+ "title": "Abstract"
18
+ },
19
+ {
20
+ "id": "status",
21
+ "href": "https://wicg.github.io/connection-allowlists/#status",
22
+ "level": 2,
23
+ "title": "Status of this document"
24
+ },
25
+ {
26
+ "id": "toc",
27
+ "href": "https://wicg.github.io/connection-allowlists/#toc",
28
+ "level": 2,
29
+ "title": "Table of Contents",
30
+ "alternateIds": [
31
+ "contents"
32
+ ]
33
+ },
34
+ {
35
+ "id": "intro",
36
+ "href": "https://wicg.github.io/connection-allowlists/#intro",
37
+ "level": 2,
38
+ "title": "Introduction",
39
+ "number": "1"
40
+ },
41
+ {
42
+ "id": "threat-model",
43
+ "href": "https://wicg.github.io/connection-allowlists/#threat-model",
44
+ "level": 3,
45
+ "title": "Threat Model",
46
+ "number": "1.1"
47
+ },
48
+ {
49
+ "id": "overlap-with-csp",
50
+ "href": "https://wicg.github.io/connection-allowlists/#overlap-with-csp",
51
+ "level": 3,
52
+ "title": "Overlap with Content Security Policy",
53
+ "number": "1.2"
54
+ },
55
+ {
56
+ "id": "allowlists",
57
+ "href": "https://wicg.github.io/connection-allowlists/#allowlists",
58
+ "level": 2,
59
+ "title": "Connection Allowlists",
60
+ "number": "2"
61
+ },
62
+ {
63
+ "id": "headers",
64
+ "href": "https://wicg.github.io/connection-allowlists/#headers",
65
+ "level": 2,
66
+ "title": "Connection Allowlist Headers",
67
+ "number": "3"
68
+ },
69
+ {
70
+ "id": "parsing",
71
+ "href": "https://wicg.github.io/connection-allowlists/#parsing",
72
+ "level": 3,
73
+ "title": "Parsing",
74
+ "number": "3.1"
75
+ },
76
+ {
77
+ "id": "matching",
78
+ "href": "https://wicg.github.io/connection-allowlists/#matching",
79
+ "level": 3,
80
+ "title": "Matching",
81
+ "number": "3.2"
82
+ },
83
+ {
84
+ "id": "reporting",
85
+ "href": "https://wicg.github.io/connection-allowlists/#reporting",
86
+ "level": 3,
87
+ "title": "Reporting",
88
+ "number": "3.3"
89
+ },
90
+ {
91
+ "id": "monkey-patching",
92
+ "href": "https://wicg.github.io/connection-allowlists/#monkey-patching",
93
+ "level": 2,
94
+ "title": "Monkey-Patches",
95
+ "number": "4"
96
+ },
97
+ {
98
+ "id": "fetch",
99
+ "href": "https://wicg.github.io/connection-allowlists/#fetch",
100
+ "level": 3,
101
+ "title": "Integration with Fetch",
102
+ "number": "4.1"
103
+ },
104
+ {
105
+ "id": "html",
106
+ "href": "https://wicg.github.io/connection-allowlists/#html",
107
+ "level": 3,
108
+ "title": "Integration with HTML",
109
+ "number": "4.2"
110
+ },
111
+ {
112
+ "id": "rtc",
113
+ "href": "https://wicg.github.io/connection-allowlists/#rtc",
114
+ "level": 3,
115
+ "title": "Integration with WebRTC",
116
+ "number": "4.3"
117
+ },
118
+ {
119
+ "id": "security",
120
+ "href": "https://wicg.github.io/connection-allowlists/#security",
121
+ "level": 2,
122
+ "title": "Security and Privacy Considerations",
123
+ "number": "5"
124
+ },
125
+ {
126
+ "id": "security-same-origin",
127
+ "href": "https://wicg.github.io/connection-allowlists/#security-same-origin",
128
+ "level": 3,
129
+ "title": "Same-Origin Contexts",
130
+ "number": "5.1"
131
+ },
132
+ {
133
+ "id": "security-service-worker",
134
+ "href": "https://wicg.github.io/connection-allowlists/#security-service-worker",
135
+ "level": 3,
136
+ "title": "Service Workers",
137
+ "number": "5.2"
138
+ },
139
+ {
140
+ "id": "security-dns",
141
+ "href": "https://wicg.github.io/connection-allowlists/#security-dns",
142
+ "level": 3,
143
+ "title": "DNS",
144
+ "number": "5.3"
145
+ },
146
+ {
147
+ "id": "security-postmessage",
148
+ "href": "https://wicg.github.io/connection-allowlists/#security-postmessage",
149
+ "level": 3,
150
+ "title": "postMessage(...)",
151
+ "number": "5.4"
152
+ },
153
+ {
154
+ "id": "redirects",
155
+ "href": "https://wicg.github.io/connection-allowlists/#redirects",
156
+ "level": 3,
157
+ "title": "Redirects",
158
+ "number": "5.5"
159
+ },
160
+ {
161
+ "id": "webrtc",
162
+ "href": "https://wicg.github.io/connection-allowlists/#webrtc",
163
+ "level": 3,
164
+ "title": "WebRTC",
165
+ "number": "5.6"
166
+ },
167
+ {
168
+ "id": "w3c-conformance",
169
+ "href": "https://wicg.github.io/connection-allowlists/#w3c-conformance",
170
+ "level": 2,
171
+ "title": "Conformance"
172
+ },
173
+ {
174
+ "id": "w3c-conventions",
175
+ "href": "https://wicg.github.io/connection-allowlists/#w3c-conventions",
176
+ "level": 3,
177
+ "title": "Document conventions"
178
+ },
179
+ {
180
+ "id": "index",
181
+ "href": "https://wicg.github.io/connection-allowlists/#index",
182
+ "level": 2,
183
+ "title": "Index"
184
+ },
185
+ {
186
+ "id": "index-defined-here",
187
+ "href": "https://wicg.github.io/connection-allowlists/#index-defined-here",
188
+ "level": 3,
189
+ "title": "Terms defined by this specification"
190
+ },
191
+ {
192
+ "id": "index-defined-elsewhere",
193
+ "href": "https://wicg.github.io/connection-allowlists/#index-defined-elsewhere",
194
+ "level": 3,
195
+ "title": "Terms defined by reference"
196
+ },
197
+ {
198
+ "id": "references",
199
+ "href": "https://wicg.github.io/connection-allowlists/#references",
200
+ "level": 2,
201
+ "title": "References"
202
+ },
203
+ {
204
+ "id": "normative",
205
+ "href": "https://wicg.github.io/connection-allowlists/#normative",
206
+ "level": 3,
207
+ "title": "Normative References"
208
+ },
209
+ {
210
+ "id": "informative",
211
+ "href": "https://wicg.github.io/connection-allowlists/#informative",
212
+ "level": 3,
213
+ "title": "Non-Normative References"
214
+ },
215
+ {
216
+ "id": "idl-index",
217
+ "href": "https://wicg.github.io/connection-allowlists/#idl-index",
218
+ "level": 2,
219
+ "title": "IDL Index"
220
+ },
221
+ {
222
+ "id": "issues-index",
223
+ "href": "https://wicg.github.io/connection-allowlists/#issues-index",
224
+ "level": 2,
225
+ "title": "Issues Index"
226
+ }
227
+ ]
228
+ }