@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
|
@@ -529,13 +529,13 @@
|
|
|
529
529
|
"access": "private",
|
|
530
530
|
"informative": false,
|
|
531
531
|
"heading": {
|
|
532
|
-
"id": "dereferencing",
|
|
533
|
-
"href": "https://w3c.github.io/did-resolution/#dereferencing",
|
|
534
|
-
"title": "DID URL Dereferencing",
|
|
532
|
+
"id": "dereferencing-old",
|
|
533
|
+
"href": "https://w3c.github.io/did-resolution/#dereferencing-old",
|
|
534
|
+
"title": "DEPRECATED -- DID URL Dereferencing",
|
|
535
535
|
"alternateIds": [
|
|
536
|
-
"
|
|
536
|
+
"x6-deprecated-did-url-dereferencing"
|
|
537
537
|
],
|
|
538
|
-
"number": "
|
|
538
|
+
"number": "6"
|
|
539
539
|
},
|
|
540
540
|
"definedIn": "dt",
|
|
541
541
|
"links": []
|
|
@@ -552,13 +552,13 @@
|
|
|
552
552
|
"access": "private",
|
|
553
553
|
"informative": false,
|
|
554
554
|
"heading": {
|
|
555
|
-
"id": "dereferencing",
|
|
556
|
-
"href": "https://w3c.github.io/did-resolution/#dereferencing",
|
|
557
|
-
"title": "DID URL Dereferencing",
|
|
555
|
+
"id": "dereferencing-old",
|
|
556
|
+
"href": "https://w3c.github.io/did-resolution/#dereferencing-old",
|
|
557
|
+
"title": "DEPRECATED -- DID URL Dereferencing",
|
|
558
558
|
"alternateIds": [
|
|
559
|
-
"
|
|
559
|
+
"x6-deprecated-did-url-dereferencing"
|
|
560
560
|
],
|
|
561
|
-
"number": "
|
|
561
|
+
"number": "6"
|
|
562
562
|
},
|
|
563
563
|
"definedIn": "dt",
|
|
564
564
|
"links": []
|
|
@@ -575,13 +575,13 @@
|
|
|
575
575
|
"access": "private",
|
|
576
576
|
"informative": false,
|
|
577
577
|
"heading": {
|
|
578
|
-
"id": "dereferencing",
|
|
579
|
-
"href": "https://w3c.github.io/did-resolution/#dereferencing",
|
|
580
|
-
"title": "DID URL Dereferencing",
|
|
578
|
+
"id": "dereferencing-old",
|
|
579
|
+
"href": "https://w3c.github.io/did-resolution/#dereferencing-old",
|
|
580
|
+
"title": "DEPRECATED -- DID URL Dereferencing",
|
|
581
581
|
"alternateIds": [
|
|
582
|
-
"
|
|
582
|
+
"x6-deprecated-did-url-dereferencing"
|
|
583
583
|
],
|
|
584
|
-
"number": "
|
|
584
|
+
"number": "6"
|
|
585
585
|
},
|
|
586
586
|
"definedIn": "dt",
|
|
587
587
|
"links": []
|
|
@@ -602,9 +602,9 @@
|
|
|
602
602
|
"href": "https://w3c.github.io/did-resolution/#dereferencing-algorithm-resource",
|
|
603
603
|
"title": "Dereferencing the Resource",
|
|
604
604
|
"alternateIds": [
|
|
605
|
-
"
|
|
605
|
+
"x6-4-1-dereferencing-the-resource"
|
|
606
606
|
],
|
|
607
|
-
"number": "
|
|
607
|
+
"number": "6.4.1"
|
|
608
608
|
},
|
|
609
609
|
"definedIn": "note",
|
|
610
610
|
"links": []
|
package/ed/dfns/ecmascript.json
CHANGED
|
@@ -34619,7 +34619,7 @@
|
|
|
34619
34619
|
"href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-unicodeescape",
|
|
34620
34620
|
"linkingText": [
|
|
34621
34621
|
"UnicodeEscape",
|
|
34622
|
-
"UnicodeEscape(
|
|
34622
|
+
"UnicodeEscape(codeUnit)"
|
|
34623
34623
|
],
|
|
34624
34624
|
"localLinkingText": [],
|
|
34625
34625
|
"type": "abstract-op",
|
|
@@ -34629,7 +34629,7 @@
|
|
|
34629
34629
|
"heading": {
|
|
34630
34630
|
"id": "sec-unicodeescape",
|
|
34631
34631
|
"href": "https://tc39.es/ecma262/multipage/structured-data.html#sec-unicodeescape",
|
|
34632
|
-
"title": "UnicodeEscape (
|
|
34632
|
+
"title": "UnicodeEscape ( codeUnit )",
|
|
34633
34633
|
"number": "25.5.4.4"
|
|
34634
34634
|
},
|
|
34635
34635
|
"definedIn": "heading",
|
package/ed/dfns/encoding.json
CHANGED
|
@@ -2043,6 +2043,26 @@
|
|
|
2043
2043
|
}
|
|
2044
2044
|
]
|
|
2045
2045
|
},
|
|
2046
|
+
{
|
|
2047
|
+
"id": "set-up-a-text-decoder-stream",
|
|
2048
|
+
"href": "https://encoding.spec.whatwg.org/#set-up-a-text-decoder-stream",
|
|
2049
|
+
"linkingText": [
|
|
2050
|
+
"set up a text decoder stream"
|
|
2051
|
+
],
|
|
2052
|
+
"localLinkingText": [],
|
|
2053
|
+
"type": "dfn",
|
|
2054
|
+
"for": [],
|
|
2055
|
+
"access": "public",
|
|
2056
|
+
"informative": false,
|
|
2057
|
+
"heading": {
|
|
2058
|
+
"id": "interface-textdecoderstream",
|
|
2059
|
+
"href": "https://encoding.spec.whatwg.org/#interface-textdecoderstream",
|
|
2060
|
+
"title": "Interface TextDecoderStream",
|
|
2061
|
+
"number": "7.5"
|
|
2062
|
+
},
|
|
2063
|
+
"definedIn": "prose",
|
|
2064
|
+
"links": []
|
|
2065
|
+
},
|
|
2046
2066
|
{
|
|
2047
2067
|
"id": "decode-and-enqueue-a-chunk",
|
|
2048
2068
|
"href": "https://encoding.spec.whatwg.org/#decode-and-enqueue-a-chunk",
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
},
|
|
6
6
|
"dfns": [
|
|
7
7
|
{
|
|
8
|
-
"id": "
|
|
9
|
-
"href": "https://w3c.github.io/picture-in-picture/#
|
|
8
|
+
"id": "picture-in-picture-window",
|
|
9
|
+
"href": "https://w3c.github.io/picture-in-picture/#picture-in-picture-window",
|
|
10
10
|
"linkingText": [
|
|
11
|
-
"
|
|
11
|
+
"Picture-in-Picture window"
|
|
12
12
|
],
|
|
13
13
|
"localLinkingText": [],
|
|
14
14
|
"type": "dfn",
|
|
@@ -18,17 +18,17 @@
|
|
|
18
18
|
"heading": {
|
|
19
19
|
"id": "defines",
|
|
20
20
|
"href": "https://w3c.github.io/picture-in-picture/#defines",
|
|
21
|
-
"title": "
|
|
21
|
+
"title": "Definitions",
|
|
22
22
|
"number": "3.1"
|
|
23
23
|
},
|
|
24
24
|
"definedIn": "prose",
|
|
25
25
|
"links": []
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
|
-
"id": "
|
|
29
|
-
"href": "https://w3c.github.io/picture-in-picture/#
|
|
28
|
+
"id": "picture-in-picture-element",
|
|
29
|
+
"href": "https://w3c.github.io/picture-in-picture/#picture-in-picture-element",
|
|
30
30
|
"linkingText": [
|
|
31
|
-
"
|
|
31
|
+
"Picture-in-Picture element"
|
|
32
32
|
],
|
|
33
33
|
"localLinkingText": [],
|
|
34
34
|
"type": "dfn",
|
|
@@ -36,19 +36,19 @@
|
|
|
36
36
|
"access": "private",
|
|
37
37
|
"informative": false,
|
|
38
38
|
"heading": {
|
|
39
|
-
"id": "
|
|
40
|
-
"href": "https://w3c.github.io/picture-in-picture/#
|
|
41
|
-
"title": "
|
|
42
|
-
"number": "3.
|
|
39
|
+
"id": "defines",
|
|
40
|
+
"href": "https://w3c.github.io/picture-in-picture/#defines",
|
|
41
|
+
"title": "Definitions",
|
|
42
|
+
"number": "3.1"
|
|
43
43
|
},
|
|
44
44
|
"definedIn": "prose",
|
|
45
45
|
"links": []
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"id": "picture-in-picture-
|
|
49
|
-
"href": "https://w3c.github.io/picture-in-picture/#picture-in-picture-
|
|
48
|
+
"id": "picture-in-picture-parallel-queue",
|
|
49
|
+
"href": "https://w3c.github.io/picture-in-picture/#picture-in-picture-parallel-queue",
|
|
50
50
|
"linkingText": [
|
|
51
|
-
"
|
|
51
|
+
"picture-in-picture parallel queue"
|
|
52
52
|
],
|
|
53
53
|
"localLinkingText": [],
|
|
54
54
|
"type": "dfn",
|
|
@@ -56,10 +56,30 @@
|
|
|
56
56
|
"access": "private",
|
|
57
57
|
"informative": false,
|
|
58
58
|
"heading": {
|
|
59
|
-
"id": "
|
|
60
|
-
"href": "https://w3c.github.io/picture-in-picture/#
|
|
61
|
-
"title": "
|
|
62
|
-
"number": "3.
|
|
59
|
+
"id": "defines",
|
|
60
|
+
"href": "https://w3c.github.io/picture-in-picture/#defines",
|
|
61
|
+
"title": "Definitions",
|
|
62
|
+
"number": "3.1"
|
|
63
|
+
},
|
|
64
|
+
"definedIn": "prose",
|
|
65
|
+
"links": []
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"id": "initiators-of-active-picture-in-picture-sessions",
|
|
69
|
+
"href": "https://w3c.github.io/picture-in-picture/#initiators-of-active-picture-in-picture-sessions",
|
|
70
|
+
"linkingText": [
|
|
71
|
+
"initiators of active Picture-in-Picture sessions"
|
|
72
|
+
],
|
|
73
|
+
"localLinkingText": [],
|
|
74
|
+
"type": "dfn",
|
|
75
|
+
"for": [],
|
|
76
|
+
"access": "private",
|
|
77
|
+
"informative": false,
|
|
78
|
+
"heading": {
|
|
79
|
+
"id": "defines",
|
|
80
|
+
"href": "https://w3c.github.io/picture-in-picture/#defines",
|
|
81
|
+
"title": "Definitions",
|
|
82
|
+
"number": "3.1"
|
|
63
83
|
},
|
|
64
84
|
"definedIn": "prose",
|
|
65
85
|
"links": []
|
|
@@ -172,6 +192,26 @@
|
|
|
172
192
|
"definedIn": "pre",
|
|
173
193
|
"links": []
|
|
174
194
|
},
|
|
195
|
+
{
|
|
196
|
+
"id": "request-picture-in-picture",
|
|
197
|
+
"href": "https://w3c.github.io/picture-in-picture/#request-picture-in-picture",
|
|
198
|
+
"linkingText": [
|
|
199
|
+
"request Picture-in-Picture"
|
|
200
|
+
],
|
|
201
|
+
"localLinkingText": [],
|
|
202
|
+
"type": "dfn",
|
|
203
|
+
"for": [],
|
|
204
|
+
"access": "public",
|
|
205
|
+
"informative": false,
|
|
206
|
+
"heading": {
|
|
207
|
+
"id": "htmlvideoelement-extensions",
|
|
208
|
+
"href": "https://w3c.github.io/picture-in-picture/#htmlvideoelement-extensions",
|
|
209
|
+
"title": "Extensions to HTMLVideoElement",
|
|
210
|
+
"number": "4.1"
|
|
211
|
+
},
|
|
212
|
+
"definedIn": "prose",
|
|
213
|
+
"links": []
|
|
214
|
+
},
|
|
175
215
|
{
|
|
176
216
|
"id": "dom-document-pictureinpictureenabled",
|
|
177
217
|
"href": "https://w3c.github.io/picture-in-picture/#dom-document-pictureinpictureenabled",
|
|
@@ -3376,6 +3376,33 @@
|
|
|
3376
3376
|
"definedIn": "dt",
|
|
3377
3377
|
"links": []
|
|
3378
3378
|
},
|
|
3379
|
+
{
|
|
3380
|
+
"id": "dom-wheelevent-momentum",
|
|
3381
|
+
"href": "https://w3c.github.io/pointerevents/#dom-wheelevent-momentum",
|
|
3382
|
+
"linkingText": [
|
|
3383
|
+
"momentum"
|
|
3384
|
+
],
|
|
3385
|
+
"localLinkingText": [
|
|
3386
|
+
"WheelEvent.momentum"
|
|
3387
|
+
],
|
|
3388
|
+
"type": "attribute",
|
|
3389
|
+
"for": [
|
|
3390
|
+
"WheelEvent"
|
|
3391
|
+
],
|
|
3392
|
+
"access": "public",
|
|
3393
|
+
"informative": false,
|
|
3394
|
+
"heading": {
|
|
3395
|
+
"id": "wheelevent",
|
|
3396
|
+
"href": "https://w3c.github.io/pointerevents/#wheelevent",
|
|
3397
|
+
"title": "WheelEvent",
|
|
3398
|
+
"alternateIds": [
|
|
3399
|
+
"idl-wheelevent"
|
|
3400
|
+
],
|
|
3401
|
+
"number": "6.1.1"
|
|
3402
|
+
},
|
|
3403
|
+
"definedIn": "dt",
|
|
3404
|
+
"links": []
|
|
3405
|
+
},
|
|
3379
3406
|
{
|
|
3380
3407
|
"id": "dom-wheeleventinit",
|
|
3381
3408
|
"href": "https://w3c.github.io/pointerevents/#dom-wheeleventinit",
|
package/ed/dfns/rfc8610.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"spec": {
|
|
3
|
-
"title": "RFC 8610: Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures",
|
|
4
|
-
"url": "https://www.rfc-editor.org/
|
|
3
|
+
"title": "RFC 8610: Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures | RFC Editor",
|
|
4
|
+
"url": "https://www.rfc-editor.org/info/rfc8610/"
|
|
5
5
|
},
|
|
6
6
|
"dfns": [
|
|
7
7
|
{
|
|
8
8
|
"id": "appendix-D",
|
|
9
|
-
"href": "https://www.rfc-editor.org/
|
|
9
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#appendix-D",
|
|
10
10
|
"linkingText": [
|
|
11
11
|
"any",
|
|
12
12
|
"uint",
|
|
@@ -55,8 +55,9 @@
|
|
|
55
55
|
"access": "public",
|
|
56
56
|
"informative": false,
|
|
57
57
|
"heading": {
|
|
58
|
-
"
|
|
59
|
-
"
|
|
58
|
+
"id": "this-rfc-was-updated",
|
|
59
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#this-rfc-was-updated",
|
|
60
|
+
"title": "This RFC was updated"
|
|
60
61
|
},
|
|
61
62
|
"definedIn": "pre",
|
|
62
63
|
"links": []
|
|
@@ -1752,6 +1752,26 @@
|
|
|
1752
1752
|
"definedIn": "prose",
|
|
1753
1753
|
"links": []
|
|
1754
1754
|
},
|
|
1755
|
+
{
|
|
1756
|
+
"id": "is-attribute-allowed",
|
|
1757
|
+
"href": "https://wicg.github.io/sanitizer-api/#is-attribute-allowed",
|
|
1758
|
+
"linkingText": [
|
|
1759
|
+
"is attribute allowed"
|
|
1760
|
+
],
|
|
1761
|
+
"localLinkingText": [],
|
|
1762
|
+
"type": "dfn",
|
|
1763
|
+
"for": [],
|
|
1764
|
+
"access": "private",
|
|
1765
|
+
"informative": false,
|
|
1766
|
+
"heading": {
|
|
1767
|
+
"id": "sanitization",
|
|
1768
|
+
"href": "https://wicg.github.io/sanitizer-api/#sanitization",
|
|
1769
|
+
"title": "Sanitize",
|
|
1770
|
+
"number": "3.1"
|
|
1771
|
+
},
|
|
1772
|
+
"definedIn": "prose",
|
|
1773
|
+
"links": []
|
|
1774
|
+
},
|
|
1755
1775
|
{
|
|
1756
1776
|
"id": "contains-a-javascript-url",
|
|
1757
1777
|
"href": "https://wicg.github.io/sanitizer-api/#contains-a-javascript-url",
|