@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
|
@@ -4,6 +4,32 @@
|
|
|
4
4
|
"url": "https://w3c.github.io/data-shapes/shacl12-rules/"
|
|
5
5
|
},
|
|
6
6
|
"dfns": [
|
|
7
|
+
{
|
|
8
|
+
"id": "dfn-shapes-rules-language-document",
|
|
9
|
+
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#dfn-shapes-rules-language-document",
|
|
10
|
+
"linkingText": [
|
|
11
|
+
"shapes rules language document",
|
|
12
|
+
"shapes rules document",
|
|
13
|
+
"ruleset document",
|
|
14
|
+
"Shapes Rules Language Document"
|
|
15
|
+
],
|
|
16
|
+
"localLinkingText": [],
|
|
17
|
+
"type": "dfn",
|
|
18
|
+
"for": [],
|
|
19
|
+
"access": "private",
|
|
20
|
+
"informative": false,
|
|
21
|
+
"heading": {
|
|
22
|
+
"id": "conformance",
|
|
23
|
+
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#conformance",
|
|
24
|
+
"title": "Conformance",
|
|
25
|
+
"alternateIds": [
|
|
26
|
+
"x2-conformance"
|
|
27
|
+
],
|
|
28
|
+
"number": "2"
|
|
29
|
+
},
|
|
30
|
+
"definedIn": "prose",
|
|
31
|
+
"links": []
|
|
32
|
+
},
|
|
7
33
|
{
|
|
8
34
|
"id": "dfn-expression",
|
|
9
35
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#dfn-expression",
|
|
@@ -20,9 +46,9 @@
|
|
|
20
46
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
21
47
|
"title": "Elements of the Abstract Syntax",
|
|
22
48
|
"alternateIds": [
|
|
23
|
-
"
|
|
49
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
24
50
|
],
|
|
25
|
-
"number": "
|
|
51
|
+
"number": "4.1"
|
|
26
52
|
},
|
|
27
53
|
"definedIn": "dt",
|
|
28
54
|
"links": []
|
|
@@ -43,9 +69,9 @@
|
|
|
43
69
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
44
70
|
"title": "Elements of the Abstract Syntax",
|
|
45
71
|
"alternateIds": [
|
|
46
|
-
"
|
|
72
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
47
73
|
],
|
|
48
|
-
"number": "
|
|
74
|
+
"number": "4.1"
|
|
49
75
|
},
|
|
50
76
|
"definedIn": "dt",
|
|
51
77
|
"links": []
|
|
@@ -67,9 +93,9 @@
|
|
|
67
93
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
68
94
|
"title": "Elements of the Abstract Syntax",
|
|
69
95
|
"alternateIds": [
|
|
70
|
-
"
|
|
96
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
71
97
|
],
|
|
72
|
-
"number": "
|
|
98
|
+
"number": "4.1"
|
|
73
99
|
},
|
|
74
100
|
"definedIn": "dt",
|
|
75
101
|
"links": []
|
|
@@ -90,9 +116,9 @@
|
|
|
90
116
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
91
117
|
"title": "Elements of the Abstract Syntax",
|
|
92
118
|
"alternateIds": [
|
|
93
|
-
"
|
|
119
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
94
120
|
],
|
|
95
|
-
"number": "
|
|
121
|
+
"number": "4.1"
|
|
96
122
|
},
|
|
97
123
|
"definedIn": "dt",
|
|
98
124
|
"links": []
|
|
@@ -113,9 +139,9 @@
|
|
|
113
139
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
114
140
|
"title": "Elements of the Abstract Syntax",
|
|
115
141
|
"alternateIds": [
|
|
116
|
-
"
|
|
142
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
117
143
|
],
|
|
118
|
-
"number": "
|
|
144
|
+
"number": "4.1"
|
|
119
145
|
},
|
|
120
146
|
"definedIn": "dt",
|
|
121
147
|
"links": []
|
|
@@ -136,9 +162,9 @@
|
|
|
136
162
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
137
163
|
"title": "Elements of the Abstract Syntax",
|
|
138
164
|
"alternateIds": [
|
|
139
|
-
"
|
|
165
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
140
166
|
],
|
|
141
|
-
"number": "
|
|
167
|
+
"number": "4.1"
|
|
142
168
|
},
|
|
143
169
|
"definedIn": "dt",
|
|
144
170
|
"links": []
|
|
@@ -159,9 +185,9 @@
|
|
|
159
185
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
160
186
|
"title": "Elements of the Abstract Syntax",
|
|
161
187
|
"alternateIds": [
|
|
162
|
-
"
|
|
188
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
163
189
|
],
|
|
164
|
-
"number": "
|
|
190
|
+
"number": "4.1"
|
|
165
191
|
},
|
|
166
192
|
"definedIn": "dt",
|
|
167
193
|
"links": []
|
|
@@ -182,9 +208,9 @@
|
|
|
182
208
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
183
209
|
"title": "Elements of the Abstract Syntax",
|
|
184
210
|
"alternateIds": [
|
|
185
|
-
"
|
|
211
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
186
212
|
],
|
|
187
|
-
"number": "
|
|
213
|
+
"number": "4.1"
|
|
188
214
|
},
|
|
189
215
|
"definedIn": "dt",
|
|
190
216
|
"links": []
|
|
@@ -207,9 +233,9 @@
|
|
|
207
233
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
208
234
|
"title": "Elements of the Abstract Syntax",
|
|
209
235
|
"alternateIds": [
|
|
210
|
-
"
|
|
236
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
211
237
|
],
|
|
212
|
-
"number": "
|
|
238
|
+
"number": "4.1"
|
|
213
239
|
},
|
|
214
240
|
"definedIn": "dt",
|
|
215
241
|
"links": []
|
|
@@ -230,9 +256,9 @@
|
|
|
230
256
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
231
257
|
"title": "Elements of the Abstract Syntax",
|
|
232
258
|
"alternateIds": [
|
|
233
|
-
"
|
|
259
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
234
260
|
],
|
|
235
|
-
"number": "
|
|
261
|
+
"number": "4.1"
|
|
236
262
|
},
|
|
237
263
|
"definedIn": "prose",
|
|
238
264
|
"links": []
|
|
@@ -253,9 +279,9 @@
|
|
|
253
279
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
254
280
|
"title": "Elements of the Abstract Syntax",
|
|
255
281
|
"alternateIds": [
|
|
256
|
-
"
|
|
282
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
257
283
|
],
|
|
258
|
-
"number": "
|
|
284
|
+
"number": "4.1"
|
|
259
285
|
},
|
|
260
286
|
"definedIn": "prose",
|
|
261
287
|
"links": []
|
|
@@ -278,9 +304,9 @@
|
|
|
278
304
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
279
305
|
"title": "Elements of the Abstract Syntax",
|
|
280
306
|
"alternateIds": [
|
|
281
|
-
"
|
|
307
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
282
308
|
],
|
|
283
|
-
"number": "
|
|
309
|
+
"number": "4.1"
|
|
284
310
|
},
|
|
285
311
|
"definedIn": "dt",
|
|
286
312
|
"links": []
|
|
@@ -303,9 +329,9 @@
|
|
|
303
329
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
304
330
|
"title": "Elements of the Abstract Syntax",
|
|
305
331
|
"alternateIds": [
|
|
306
|
-
"
|
|
332
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
307
333
|
],
|
|
308
|
-
"number": "
|
|
334
|
+
"number": "4.1"
|
|
309
335
|
},
|
|
310
336
|
"definedIn": "dt",
|
|
311
337
|
"links": []
|
|
@@ -328,9 +354,9 @@
|
|
|
328
354
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
329
355
|
"title": "Elements of the Abstract Syntax",
|
|
330
356
|
"alternateIds": [
|
|
331
|
-
"
|
|
357
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
332
358
|
],
|
|
333
|
-
"number": "
|
|
359
|
+
"number": "4.1"
|
|
334
360
|
},
|
|
335
361
|
"definedIn": "dt",
|
|
336
362
|
"links": []
|
|
@@ -353,9 +379,9 @@
|
|
|
353
379
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
354
380
|
"title": "Elements of the Abstract Syntax",
|
|
355
381
|
"alternateIds": [
|
|
356
|
-
"
|
|
382
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
357
383
|
],
|
|
358
|
-
"number": "
|
|
384
|
+
"number": "4.1"
|
|
359
385
|
},
|
|
360
386
|
"definedIn": "dt",
|
|
361
387
|
"links": []
|
|
@@ -376,9 +402,9 @@
|
|
|
376
402
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
377
403
|
"title": "Elements of the Abstract Syntax",
|
|
378
404
|
"alternateIds": [
|
|
379
|
-
"
|
|
405
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
380
406
|
],
|
|
381
|
-
"number": "
|
|
407
|
+
"number": "4.1"
|
|
382
408
|
},
|
|
383
409
|
"definedIn": "dt",
|
|
384
410
|
"links": []
|
|
@@ -399,9 +425,9 @@
|
|
|
399
425
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
400
426
|
"title": "Elements of the Abstract Syntax",
|
|
401
427
|
"alternateIds": [
|
|
402
|
-
"
|
|
428
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
403
429
|
],
|
|
404
|
-
"number": "
|
|
430
|
+
"number": "4.1"
|
|
405
431
|
},
|
|
406
432
|
"definedIn": "dt",
|
|
407
433
|
"links": []
|
|
@@ -422,9 +448,9 @@
|
|
|
422
448
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
423
449
|
"title": "Elements of the Abstract Syntax",
|
|
424
450
|
"alternateIds": [
|
|
425
|
-
"
|
|
451
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
426
452
|
],
|
|
427
|
-
"number": "
|
|
453
|
+
"number": "4.1"
|
|
428
454
|
},
|
|
429
455
|
"definedIn": "dt",
|
|
430
456
|
"links": []
|
|
@@ -445,9 +471,9 @@
|
|
|
445
471
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
446
472
|
"title": "Elements of the Abstract Syntax",
|
|
447
473
|
"alternateIds": [
|
|
448
|
-
"
|
|
474
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
449
475
|
],
|
|
450
|
-
"number": "
|
|
476
|
+
"number": "4.1"
|
|
451
477
|
},
|
|
452
478
|
"definedIn": "dt",
|
|
453
479
|
"links": []
|
|
@@ -468,9 +494,9 @@
|
|
|
468
494
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
469
495
|
"title": "Elements of the Abstract Syntax",
|
|
470
496
|
"alternateIds": [
|
|
471
|
-
"
|
|
497
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
472
498
|
],
|
|
473
|
-
"number": "
|
|
499
|
+
"number": "4.1"
|
|
474
500
|
},
|
|
475
501
|
"definedIn": "dt",
|
|
476
502
|
"links": []
|
|
@@ -491,9 +517,9 @@
|
|
|
491
517
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
492
518
|
"title": "Elements of the Abstract Syntax",
|
|
493
519
|
"alternateIds": [
|
|
494
|
-
"
|
|
520
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
495
521
|
],
|
|
496
|
-
"number": "
|
|
522
|
+
"number": "4.1"
|
|
497
523
|
},
|
|
498
524
|
"definedIn": "dt",
|
|
499
525
|
"links": []
|
|
@@ -514,9 +540,9 @@
|
|
|
514
540
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rules-defns",
|
|
515
541
|
"title": "Elements of the Abstract Syntax",
|
|
516
542
|
"alternateIds": [
|
|
517
|
-
"
|
|
543
|
+
"x4-1-elements-of-the-abstract-syntax"
|
|
518
544
|
],
|
|
519
|
-
"number": "
|
|
545
|
+
"number": "4.1"
|
|
520
546
|
},
|
|
521
547
|
"definedIn": "dt",
|
|
522
548
|
"links": []
|
|
@@ -537,9 +563,9 @@
|
|
|
537
563
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#wellformed",
|
|
538
564
|
"title": "Well-formedness Conditions",
|
|
539
565
|
"alternateIds": [
|
|
540
|
-
"
|
|
566
|
+
"x4-2-well-formedness-conditions"
|
|
541
567
|
],
|
|
542
|
-
"number": "
|
|
568
|
+
"number": "4.2"
|
|
543
569
|
},
|
|
544
570
|
"definedIn": "prose",
|
|
545
571
|
"links": []
|
|
@@ -561,9 +587,9 @@
|
|
|
561
587
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rule-dependency",
|
|
562
588
|
"title": "Rule Dependency",
|
|
563
589
|
"alternateIds": [
|
|
564
|
-
"
|
|
590
|
+
"x4-3-rule-dependency"
|
|
565
591
|
],
|
|
566
|
-
"number": "
|
|
592
|
+
"number": "4.3"
|
|
567
593
|
},
|
|
568
594
|
"definedIn": "prose",
|
|
569
595
|
"links": []
|
|
@@ -585,9 +611,9 @@
|
|
|
585
611
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rule-dependency",
|
|
586
612
|
"title": "Rule Dependency",
|
|
587
613
|
"alternateIds": [
|
|
588
|
-
"
|
|
614
|
+
"x4-3-rule-dependency"
|
|
589
615
|
],
|
|
590
|
-
"number": "
|
|
616
|
+
"number": "4.3"
|
|
591
617
|
},
|
|
592
618
|
"definedIn": "prose",
|
|
593
619
|
"links": []
|
|
@@ -608,9 +634,9 @@
|
|
|
608
634
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rule-dependency",
|
|
609
635
|
"title": "Rule Dependency",
|
|
610
636
|
"alternateIds": [
|
|
611
|
-
"
|
|
637
|
+
"x4-3-rule-dependency"
|
|
612
638
|
],
|
|
613
|
-
"number": "
|
|
639
|
+
"number": "4.3"
|
|
614
640
|
},
|
|
615
641
|
"definedIn": "dt",
|
|
616
642
|
"links": []
|
|
@@ -631,9 +657,9 @@
|
|
|
631
657
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rule-dependency",
|
|
632
658
|
"title": "Rule Dependency",
|
|
633
659
|
"alternateIds": [
|
|
634
|
-
"
|
|
660
|
+
"x4-3-rule-dependency"
|
|
635
661
|
],
|
|
636
|
-
"number": "
|
|
662
|
+
"number": "4.3"
|
|
637
663
|
},
|
|
638
664
|
"definedIn": "dt",
|
|
639
665
|
"links": []
|
|
@@ -656,9 +682,9 @@
|
|
|
656
682
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rule-dependency",
|
|
657
683
|
"title": "Rule Dependency",
|
|
658
684
|
"alternateIds": [
|
|
659
|
-
"
|
|
685
|
+
"x4-3-rule-dependency"
|
|
660
686
|
],
|
|
661
|
-
"number": "
|
|
687
|
+
"number": "4.3"
|
|
662
688
|
},
|
|
663
689
|
"definedIn": "prose",
|
|
664
690
|
"links": []
|
|
@@ -681,9 +707,9 @@
|
|
|
681
707
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rule-dependency",
|
|
682
708
|
"title": "Rule Dependency",
|
|
683
709
|
"alternateIds": [
|
|
684
|
-
"
|
|
710
|
+
"x4-3-rule-dependency"
|
|
685
711
|
],
|
|
686
|
-
"number": "
|
|
712
|
+
"number": "4.3"
|
|
687
713
|
},
|
|
688
714
|
"definedIn": "prose",
|
|
689
715
|
"links": []
|
|
@@ -704,9 +730,9 @@
|
|
|
704
730
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rule-dependency",
|
|
705
731
|
"title": "Rule Dependency",
|
|
706
732
|
"alternateIds": [
|
|
707
|
-
"
|
|
733
|
+
"x4-3-rule-dependency"
|
|
708
734
|
],
|
|
709
|
-
"number": "
|
|
735
|
+
"number": "4.3"
|
|
710
736
|
},
|
|
711
737
|
"definedIn": "dt",
|
|
712
738
|
"links": []
|
|
@@ -727,9 +753,9 @@
|
|
|
727
753
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#dependency-graph",
|
|
728
754
|
"title": "Dependency Graph",
|
|
729
755
|
"alternateIds": [
|
|
730
|
-
"
|
|
756
|
+
"x4-3-1-dependency-graph"
|
|
731
757
|
],
|
|
732
|
-
"number": "
|
|
758
|
+
"number": "4.3.1"
|
|
733
759
|
},
|
|
734
760
|
"definedIn": "dt",
|
|
735
761
|
"links": []
|
|
@@ -752,9 +778,9 @@
|
|
|
752
778
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#dependency-graph",
|
|
753
779
|
"title": "Dependency Graph",
|
|
754
780
|
"alternateIds": [
|
|
755
|
-
"
|
|
781
|
+
"x4-3-1-dependency-graph"
|
|
756
782
|
],
|
|
757
|
-
"number": "
|
|
783
|
+
"number": "4.3.1"
|
|
758
784
|
},
|
|
759
785
|
"definedIn": "dt",
|
|
760
786
|
"links": []
|
|
@@ -777,9 +803,9 @@
|
|
|
777
803
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#dependency-graph",
|
|
778
804
|
"title": "Dependency Graph",
|
|
779
805
|
"alternateIds": [
|
|
780
|
-
"
|
|
806
|
+
"x4-3-1-dependency-graph"
|
|
781
807
|
],
|
|
782
|
-
"number": "
|
|
808
|
+
"number": "4.3.1"
|
|
783
809
|
},
|
|
784
810
|
"definedIn": "dt",
|
|
785
811
|
"links": []
|
|
@@ -803,9 +829,9 @@
|
|
|
803
829
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#stratification",
|
|
804
830
|
"title": "Stratification",
|
|
805
831
|
"alternateIds": [
|
|
806
|
-
"
|
|
832
|
+
"x4-4-stratification"
|
|
807
833
|
],
|
|
808
|
-
"number": "
|
|
834
|
+
"number": "4.4"
|
|
809
835
|
},
|
|
810
836
|
"definedIn": "dt",
|
|
811
837
|
"links": []
|
|
@@ -826,9 +852,9 @@
|
|
|
826
852
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#stratification",
|
|
827
853
|
"title": "Stratification",
|
|
828
854
|
"alternateIds": [
|
|
829
|
-
"
|
|
855
|
+
"x4-4-stratification"
|
|
830
856
|
],
|
|
831
|
-
"number": "
|
|
857
|
+
"number": "4.4"
|
|
832
858
|
},
|
|
833
859
|
"definedIn": "dt",
|
|
834
860
|
"links": []
|
|
@@ -849,9 +875,9 @@
|
|
|
849
875
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#stratification-condition",
|
|
850
876
|
"title": "Stratification Condition",
|
|
851
877
|
"alternateIds": [
|
|
852
|
-
"
|
|
878
|
+
"x4-4-1-stratification-condition"
|
|
853
879
|
],
|
|
854
|
-
"number": "
|
|
880
|
+
"number": "4.4.1"
|
|
855
881
|
},
|
|
856
882
|
"definedIn": "dt",
|
|
857
883
|
"links": []
|
|
@@ -873,9 +899,9 @@
|
|
|
873
899
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rule-eval-definitions",
|
|
874
900
|
"title": "Evaluation Definitions",
|
|
875
901
|
"alternateIds": [
|
|
876
|
-
"
|
|
902
|
+
"x6-1-evaluation-definitions"
|
|
877
903
|
],
|
|
878
|
-
"number": "
|
|
904
|
+
"number": "6.1"
|
|
879
905
|
},
|
|
880
906
|
"definedIn": "dt",
|
|
881
907
|
"links": []
|
|
@@ -896,9 +922,9 @@
|
|
|
896
922
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rule-eval-definitions",
|
|
897
923
|
"title": "Evaluation Definitions",
|
|
898
924
|
"alternateIds": [
|
|
899
|
-
"
|
|
925
|
+
"x6-1-evaluation-definitions"
|
|
900
926
|
],
|
|
901
|
-
"number": "
|
|
927
|
+
"number": "6.1"
|
|
902
928
|
},
|
|
903
929
|
"definedIn": "dt",
|
|
904
930
|
"links": []
|
|
@@ -919,9 +945,9 @@
|
|
|
919
945
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rule-eval-definitions",
|
|
920
946
|
"title": "Evaluation Definitions",
|
|
921
947
|
"alternateIds": [
|
|
922
|
-
"
|
|
948
|
+
"x6-1-evaluation-definitions"
|
|
923
949
|
],
|
|
924
|
-
"number": "
|
|
950
|
+
"number": "6.1"
|
|
925
951
|
},
|
|
926
952
|
"definedIn": "dt",
|
|
927
953
|
"links": []
|
|
@@ -943,9 +969,9 @@
|
|
|
943
969
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rule-eval-definitions",
|
|
944
970
|
"title": "Evaluation Definitions",
|
|
945
971
|
"alternateIds": [
|
|
946
|
-
"
|
|
972
|
+
"x6-1-evaluation-definitions"
|
|
947
973
|
],
|
|
948
|
-
"number": "
|
|
974
|
+
"number": "6.1"
|
|
949
975
|
},
|
|
950
976
|
"definedIn": "dt",
|
|
951
977
|
"links": []
|
|
@@ -966,9 +992,9 @@
|
|
|
966
992
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rule-eval-definitions",
|
|
967
993
|
"title": "Evaluation Definitions",
|
|
968
994
|
"alternateIds": [
|
|
969
|
-
"
|
|
995
|
+
"x6-1-evaluation-definitions"
|
|
970
996
|
],
|
|
971
|
-
"number": "
|
|
997
|
+
"number": "6.1"
|
|
972
998
|
},
|
|
973
999
|
"definedIn": "dt",
|
|
974
1000
|
"links": []
|
|
@@ -990,9 +1016,9 @@
|
|
|
990
1016
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#rule-eval-definitions",
|
|
991
1017
|
"title": "Evaluation Definitions",
|
|
992
1018
|
"alternateIds": [
|
|
993
|
-
"
|
|
1019
|
+
"x6-1-evaluation-definitions"
|
|
994
1020
|
],
|
|
995
|
-
"number": "
|
|
1021
|
+
"number": "6.1"
|
|
996
1022
|
},
|
|
997
1023
|
"definedIn": "dt",
|
|
998
1024
|
"links": []
|
|
@@ -1013,9 +1039,78 @@
|
|
|
1013
1039
|
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#process-imports",
|
|
1014
1040
|
"title": "Process Imports",
|
|
1015
1041
|
"alternateIds": [
|
|
1016
|
-
"
|
|
1042
|
+
"x6-2-1-process-imports"
|
|
1043
|
+
],
|
|
1044
|
+
"number": "6.2.1"
|
|
1045
|
+
},
|
|
1046
|
+
"definedIn": "prose",
|
|
1047
|
+
"links": []
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"id": "dfn-numeric-escape-sequence",
|
|
1051
|
+
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#dfn-numeric-escape-sequence",
|
|
1052
|
+
"linkingText": [
|
|
1053
|
+
"numeric escape sequence"
|
|
1054
|
+
],
|
|
1055
|
+
"localLinkingText": [],
|
|
1056
|
+
"type": "dfn",
|
|
1057
|
+
"for": [],
|
|
1058
|
+
"access": "private",
|
|
1059
|
+
"informative": false,
|
|
1060
|
+
"heading": {
|
|
1061
|
+
"id": "escapes",
|
|
1062
|
+
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#escapes",
|
|
1063
|
+
"title": "Escape Sequences",
|
|
1064
|
+
"alternateIds": [
|
|
1065
|
+
"x7-4-escape-sequences"
|
|
1066
|
+
],
|
|
1067
|
+
"number": "7.4"
|
|
1068
|
+
},
|
|
1069
|
+
"definedIn": "prose",
|
|
1070
|
+
"links": []
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"id": "dfn-string-escape-sequence",
|
|
1074
|
+
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#dfn-string-escape-sequence",
|
|
1075
|
+
"linkingText": [
|
|
1076
|
+
"string escape sequence"
|
|
1077
|
+
],
|
|
1078
|
+
"localLinkingText": [],
|
|
1079
|
+
"type": "dfn",
|
|
1080
|
+
"for": [],
|
|
1081
|
+
"access": "private",
|
|
1082
|
+
"informative": false,
|
|
1083
|
+
"heading": {
|
|
1084
|
+
"id": "escapes",
|
|
1085
|
+
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#escapes",
|
|
1086
|
+
"title": "Escape Sequences",
|
|
1087
|
+
"alternateIds": [
|
|
1088
|
+
"x7-4-escape-sequences"
|
|
1089
|
+
],
|
|
1090
|
+
"number": "7.4"
|
|
1091
|
+
},
|
|
1092
|
+
"definedIn": "prose",
|
|
1093
|
+
"links": []
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"id": "dfn-reserved-character-escape-sequence",
|
|
1097
|
+
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#dfn-reserved-character-escape-sequence",
|
|
1098
|
+
"linkingText": [
|
|
1099
|
+
"reserved character escape sequence"
|
|
1100
|
+
],
|
|
1101
|
+
"localLinkingText": [],
|
|
1102
|
+
"type": "dfn",
|
|
1103
|
+
"for": [],
|
|
1104
|
+
"access": "private",
|
|
1105
|
+
"informative": false,
|
|
1106
|
+
"heading": {
|
|
1107
|
+
"id": "escapes",
|
|
1108
|
+
"href": "https://w3c.github.io/data-shapes/shacl12-rules/#escapes",
|
|
1109
|
+
"title": "Escape Sequences",
|
|
1110
|
+
"alternateIds": [
|
|
1111
|
+
"x7-4-escape-sequences"
|
|
1017
1112
|
],
|
|
1018
|
-
"number": "
|
|
1113
|
+
"number": "7.4"
|
|
1019
1114
|
},
|
|
1020
1115
|
"definedIn": "prose",
|
|
1021
1116
|
"links": []
|
package/ed/dfns/speech-api.json
CHANGED
|
@@ -1312,6 +1312,28 @@
|
|
|
1312
1312
|
"definedIn": "dt",
|
|
1313
1313
|
"links": []
|
|
1314
1314
|
},
|
|
1315
|
+
{
|
|
1316
|
+
"id": "dom-speechrecognition-unspokenpunctuation",
|
|
1317
|
+
"href": "https://webaudio.github.io/web-speech-api/#dom-speechrecognition-unspokenpunctuation",
|
|
1318
|
+
"linkingText": [
|
|
1319
|
+
"unspokenPunctuation"
|
|
1320
|
+
],
|
|
1321
|
+
"localLinkingText": [],
|
|
1322
|
+
"type": "attribute",
|
|
1323
|
+
"for": [
|
|
1324
|
+
"SpeechRecognition"
|
|
1325
|
+
],
|
|
1326
|
+
"access": "public",
|
|
1327
|
+
"informative": false,
|
|
1328
|
+
"heading": {
|
|
1329
|
+
"id": "speechreco-attributes",
|
|
1330
|
+
"href": "https://webaudio.github.io/web-speech-api/#speechreco-attributes",
|
|
1331
|
+
"title": "SpeechRecognition Attributes",
|
|
1332
|
+
"number": "4.1.1"
|
|
1333
|
+
},
|
|
1334
|
+
"definedIn": "dt",
|
|
1335
|
+
"links": []
|
|
1336
|
+
},
|
|
1315
1337
|
{
|
|
1316
1338
|
"id": "dom-speechrecognition-maxalternatives",
|
|
1317
1339
|
"href": "https://webaudio.github.io/web-speech-api/#dom-speechrecognition-maxalternatives",
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"href": "https://w3c.github.io/vc-recognized-entities/#recognizedentity",
|
|
67
67
|
"title": "RecognizedEntity",
|
|
68
68
|
"alternateIds": [
|
|
69
|
-
"
|
|
69
|
+
"x3-2-recognizedentity"
|
|
70
70
|
],
|
|
71
|
-
"number": "
|
|
71
|
+
"number": "3.2"
|
|
72
72
|
},
|
|
73
73
|
"definedIn": "prose",
|
|
74
74
|
"links": []
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
"href": "https://w3c.github.io/vc-recognized-entities/#recognizedaction",
|
|
90
90
|
"title": "RecognizedAction",
|
|
91
91
|
"alternateIds": [
|
|
92
|
-
"
|
|
92
|
+
"x3-3-recognizedaction"
|
|
93
93
|
],
|
|
94
|
-
"number": "
|
|
94
|
+
"number": "3.3"
|
|
95
95
|
},
|
|
96
96
|
"definedIn": "prose",
|
|
97
97
|
"links": []
|
|
@@ -112,9 +112,9 @@
|
|
|
112
112
|
"href": "https://w3c.github.io/vc-recognized-entities/#recognizedentitycredential",
|
|
113
113
|
"title": "RecognizedEntityCredential",
|
|
114
114
|
"alternateIds": [
|
|
115
|
-
"
|
|
115
|
+
"x3-4-recognizedentitycredential"
|
|
116
116
|
],
|
|
117
|
-
"number": "
|
|
117
|
+
"number": "3.4"
|
|
118
118
|
},
|
|
119
119
|
"definedIn": "prose",
|
|
120
120
|
"links": []
|