@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.
- package/README.md +77 -0
- package/ed/dfns/attribution.json +17 -17
- package/ed/dfns/connection-allowlists.json +780 -0
- package/ed/dfns/did-resolution.json +17 -17
- package/ed/dfns/ecmascript.json +2 -2
- package/ed/dfns/encoding.json +20 -0
- package/ed/dfns/picture-in-picture.json +58 -18
- package/ed/dfns/pointerevents4.json +27 -0
- package/ed/dfns/rfc8610.json +6 -5
- package/ed/dfns/sanitizer-api.json +20 -0
- package/ed/dfns/shacl12-rules.json +181 -86
- package/ed/dfns/speech-api.json +22 -0
- package/ed/dfns/vc-recognized-entities.json +6 -6
- package/ed/dfns/web-smart-card.json +1065 -1151
- package/ed/dfns/webdriver-bidi.json +1748 -679
- package/ed/dfns/webmcp.json +164 -3
- package/ed/dfns/webnn.json +20 -0
- package/ed/dfns/webrtc-encoded-transform.json +28 -28
- package/ed/dfns/webrtc-ice.json +2 -2
- package/ed/headings/attribution.json +21 -0
- package/ed/headings/connection-allowlists.json +228 -0
- package/ed/headings/did-resolution.json +161 -92
- package/ed/headings/dom.json +1 -1
- package/ed/headings/ecmascript.json +1 -1
- package/ed/headings/encoding.json +1 -1
- package/ed/headings/picture-in-picture.json +5 -5
- package/ed/headings/rfc2397.json +33 -9
- package/ed/headings/rfc4120.json +164 -134
- package/ed/headings/rfc6386.json +128 -104
- package/ed/headings/rfc6454.json +62 -38
- package/ed/headings/rfc6455.json +120 -90
- package/ed/headings/rfc6797.json +104 -80
- package/ed/headings/rfc7034.json +52 -28
- package/ed/headings/rfc7239.json +55 -31
- package/ed/headings/rfc7469.json +63 -39
- package/ed/headings/rfc7578.json +54 -30
- package/ed/headings/rfc7932.json +70 -40
- package/ed/headings/rfc8610.json +93 -63
- package/ed/headings/rfc8878.json +97 -88
- package/ed/headings/rfc9163.json +62 -59
- package/ed/headings/rfc9649.json +82 -79
- package/ed/headings/rfc9659.json +33 -30
- package/ed/headings/secure-payment-confirmation.json +1 -1
- package/ed/headings/selectors-5.json +8 -1
- package/ed/headings/service-workers.json +1 -1
- package/ed/headings/shacl12-rules.json +125 -85
- package/ed/headings/soft-navigations.json +1 -1
- package/ed/headings/storage-access.json +2 -2
- package/ed/headings/vc-data-model-2.1.json +72 -72
- package/ed/headings/vc-jose-cose.json +70 -70
- package/ed/headings/vc-recognized-entities.json +62 -32
- package/ed/headings/web-smart-card.json +106 -217
- package/ed/headings/webdriver-bidi.json +25 -4
- package/ed/headings/webidl.json +1 -1
- package/ed/headings/webmcp.json +14 -0
- package/ed/headings/webnn.json +1 -1
- package/ed/headings/webrtc-encoded-transform.json +1 -1
- package/ed/headings/webusb.json +1 -1
- package/ed/headings/webvtt1.json +2 -2
- package/index.js +56 -8
- package/package.json +1 -1
- package/specs.json +28925 -0
- package/tr/dfns/attribution.json +17 -17
- package/tr/dfns/did-resolution.json +17 -17
- package/tr/dfns/picture-in-picture.json +58 -18
- package/tr/dfns/pointerevents4.json +27 -0
- package/tr/dfns/shacl12-rules.json +181 -86
- package/tr/dfns/webdriver-bidi.json +1748 -679
- package/tr/dfns/webnn.json +20 -0
- package/tr/dfns/webrtc-encoded-transform.json +28 -28
- package/tr/dfns/webvtt1.json +82 -95
- package/tr/headings/attribution.json +21 -0
- package/tr/headings/did-resolution.json +161 -92
- package/tr/headings/picture-in-picture.json +5 -5
- package/tr/headings/secure-payment-confirmation.json +1 -1
- package/tr/headings/service-workers.json +1 -1
- package/tr/headings/shacl12-rules.json +125 -85
- package/tr/headings/webauthn-3.json +9 -2
- package/tr/headings/webdriver-bidi.json +25 -4
- package/tr/headings/webnn.json +1 -1
- package/tr/headings/webrtc-encoded-transform.json +1 -1
- package/tr/headings/webvtt1.json +3 -9
package/ed/headings/rfc2397.json
CHANGED
|
@@ -1,57 +1,81 @@
|
|
|
1
1
|
{
|
|
2
2
|
"spec": {
|
|
3
|
-
"title": "RFC 2397: The \"data\" URL scheme",
|
|
4
|
-
"url": "https://www.rfc-editor.org/
|
|
3
|
+
"title": "RFC 2397: The \"data\" URL scheme | RFC Editor",
|
|
4
|
+
"url": "https://www.rfc-editor.org/info/rfc2397/"
|
|
5
5
|
},
|
|
6
6
|
"headings": [
|
|
7
7
|
{
|
|
8
8
|
"id": "section-1",
|
|
9
|
-
"href": "https://www.rfc-editor.org/
|
|
9
|
+
"href": "https://www.rfc-editor.org/info/rfc2397/#section-1",
|
|
10
10
|
"title": "Abstract",
|
|
11
11
|
"level": 1,
|
|
12
12
|
"number": "1"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"id": "section-2",
|
|
16
|
-
"href": "https://www.rfc-editor.org/
|
|
16
|
+
"href": "https://www.rfc-editor.org/info/rfc2397/#section-2",
|
|
17
17
|
"title": "Description",
|
|
18
18
|
"level": 1,
|
|
19
19
|
"number": "2"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"id": "section-3",
|
|
23
|
-
"href": "https://www.rfc-editor.org/
|
|
23
|
+
"href": "https://www.rfc-editor.org/info/rfc2397/#section-3",
|
|
24
24
|
"title": "Syntax",
|
|
25
25
|
"level": 1,
|
|
26
26
|
"number": "3"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"id": "section-4",
|
|
30
|
-
"href": "https://www.rfc-editor.org/
|
|
30
|
+
"href": "https://www.rfc-editor.org/info/rfc2397/#section-4",
|
|
31
31
|
"title": "Examples",
|
|
32
32
|
"level": 1,
|
|
33
33
|
"number": "4"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"id": "section-5",
|
|
37
|
-
"href": "https://www.rfc-editor.org/
|
|
37
|
+
"href": "https://www.rfc-editor.org/info/rfc2397/#section-5",
|
|
38
38
|
"title": "History",
|
|
39
39
|
"level": 1,
|
|
40
40
|
"number": "5"
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"id": "section-6",
|
|
44
|
-
"href": "https://www.rfc-editor.org/
|
|
44
|
+
"href": "https://www.rfc-editor.org/info/rfc2397/#section-6",
|
|
45
45
|
"title": "Security",
|
|
46
46
|
"level": 1,
|
|
47
47
|
"number": "6"
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
"id": "section-7",
|
|
51
|
-
"href": "https://www.rfc-editor.org/
|
|
51
|
+
"href": "https://www.rfc-editor.org/info/rfc2397/#section-7",
|
|
52
52
|
"title": "References",
|
|
53
53
|
"level": 1,
|
|
54
54
|
"number": "7"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"id": "in-this-section",
|
|
58
|
+
"href": "https://www.rfc-editor.org/info/rfc2397/#in-this-section",
|
|
59
|
+
"level": 2,
|
|
60
|
+
"title": "In this section"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": "the-data-url-scheme",
|
|
64
|
+
"href": "https://www.rfc-editor.org/info/rfc2397/#the-data-url-scheme",
|
|
65
|
+
"level": 1,
|
|
66
|
+
"title": "RFC 2397: The \"data\" URL scheme"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"id": "useful-links",
|
|
70
|
+
"href": "https://www.rfc-editor.org/info/rfc2397/#useful-links",
|
|
71
|
+
"level": 2,
|
|
72
|
+
"title": "Useful links"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "contact-us",
|
|
76
|
+
"href": "https://www.rfc-editor.org/info/rfc2397/#contact-us",
|
|
77
|
+
"level": 2,
|
|
78
|
+
"title": "Contact Us"
|
|
55
79
|
}
|
|
56
80
|
]
|
|
57
81
|
}
|