@webref/xref 1.2.0 → 1.2.2
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/ed/dfns/attribution.json +27 -27
- package/ed/dfns/connection-allowlists.json +780 -0
- package/ed/dfns/css-anchor-position-1.json +30 -30
- package/ed/dfns/css-conditional-5.json +40 -0
- package/ed/dfns/css-env-1.json +20 -0
- package/ed/dfns/css-navigation-1.json +186 -72
- package/ed/dfns/did-resolution.json +17 -17
- package/ed/dfns/ecmascript.json +548 -440
- package/ed/dfns/html.json +2328 -516
- package/ed/dfns/manifest-incubations.json +193 -28
- package/ed/dfns/mathml4.json +2 -2
- package/ed/dfns/pointerevents4.json +27 -0
- package/ed/dfns/rdf12-semantics.json +23 -0
- package/ed/dfns/rfc8610.json +6 -5
- package/ed/dfns/sanitizer-api.json +20 -0
- package/ed/dfns/selectors-4.json +1 -1
- package/ed/dfns/soft-navigations.json +93 -137
- 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 +932 -17
- package/ed/dfns/webmcp.json +16 -38
- 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/dfns/webxrlayers-1.json +63 -50
- package/ed/headings/SVG2.json +1 -1
- package/ed/headings/attribution.json +65 -43
- package/ed/headings/connection-allowlists.json +228 -0
- package/ed/headings/css-navigation-1.json +14 -7
- package/ed/headings/design-principles.json +12 -5
- package/ed/headings/did-resolution.json +161 -92
- package/ed/headings/digital-credentials.json +3 -3
- package/ed/headings/dom.json +1 -1
- package/ed/headings/ecmascript.json +291 -249
- package/ed/headings/geolocation-element.json +1 -1
- package/ed/headings/html-aam-1.0.json +6 -6
- package/ed/headings/html-ruby-extensions.json +13 -0
- package/ed/headings/html.json +123 -32
- package/ed/headings/largest-contentful-paint.json +1 -1
- package/ed/headings/manifest-incubations.json +68 -8
- package/ed/headings/mathml4.json +50 -50
- package/ed/headings/rfc8610.json +0 -7
- package/ed/headings/secure-payment-confirmation.json +1 -1
- package/ed/headings/selectors-4.json +57 -8
- package/ed/headings/service-workers.json +1 -1
- package/ed/headings/shacl12-rules.json +4 -14
- package/ed/headings/soft-navigations.json +2 -2
- package/ed/headings/storage-access.json +2 -2
- package/ed/headings/tc39-atomics-microwait.json +1 -1
- package/ed/headings/url.json +1 -1
- 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/webaudio-1.0.json +1 -1
- package/ed/headings/webaudio-1.1.json +1 -1
- package/ed/headings/webdriver-bidi.json +15 -1
- package/ed/headings/webidl.json +1 -1
- package/ed/headings/webmcp.json +157 -4
- package/ed/headings/webnn.json +1 -1
- package/ed/headings/webrtc-encoded-transform.json +1 -1
- package/ed/headings/webxrlayers-1.json +1 -1
- package/package.json +1 -1
- package/specs.json +151 -116
- package/tr/dfns/attribution.json +27 -27
- package/tr/dfns/did-resolution.json +17 -17
- package/tr/dfns/mathml4.json +2 -2
- package/tr/dfns/picture-in-picture.json +58 -18
- package/tr/dfns/pointerevents4.json +27 -0
- package/tr/dfns/webdriver-bidi.json +932 -17
- package/tr/dfns/webnn.json +20 -0
- package/tr/dfns/webrtc-encoded-transform.json +28 -28
- package/tr/dfns/webxrlayers-1.json +63 -50
- package/tr/headings/attribution.json +65 -43
- package/tr/headings/did-resolution.json +161 -92
- package/tr/headings/digital-credentials.json +3 -3
- package/tr/headings/html-aam-1.0.json +6 -6
- package/tr/headings/mathml4.json +50 -50
- 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 +4 -14
- package/tr/headings/webauthn-3.json +9 -2
- package/tr/headings/webdriver-bidi.json +15 -1
- package/tr/headings/webnn.json +1 -1
- package/tr/headings/webrtc-encoded-transform.json +1 -1
- package/tr/headings/webxrlayers-1.json +1 -1
|
@@ -90,6 +90,28 @@
|
|
|
90
90
|
"definedIn": "prose",
|
|
91
91
|
"links": []
|
|
92
92
|
},
|
|
93
|
+
{
|
|
94
|
+
"id": "interactioncontext-context-document",
|
|
95
|
+
"href": "https://wicg.github.io/soft-navigations/#interactioncontext-context-document",
|
|
96
|
+
"linkingText": [
|
|
97
|
+
"context document"
|
|
98
|
+
],
|
|
99
|
+
"localLinkingText": [],
|
|
100
|
+
"type": "dfn",
|
|
101
|
+
"for": [
|
|
102
|
+
"InteractionContext"
|
|
103
|
+
],
|
|
104
|
+
"access": "private",
|
|
105
|
+
"informative": false,
|
|
106
|
+
"heading": {
|
|
107
|
+
"id": "sec-interaction",
|
|
108
|
+
"href": "https://wicg.github.io/soft-navigations/#sec-interaction",
|
|
109
|
+
"title": "The InteractionContext struct",
|
|
110
|
+
"number": "2.3"
|
|
111
|
+
},
|
|
112
|
+
"definedIn": "prose",
|
|
113
|
+
"links": []
|
|
114
|
+
},
|
|
93
115
|
{
|
|
94
116
|
"id": "interactioncontext-start-time",
|
|
95
117
|
"href": "https://wicg.github.io/soft-navigations/#interactioncontext-start-time",
|
|
@@ -266,28 +288,6 @@
|
|
|
266
288
|
"definedIn": "prose",
|
|
267
289
|
"links": []
|
|
268
290
|
},
|
|
269
|
-
{
|
|
270
|
-
"id": "interactioncontext-total-painted-area",
|
|
271
|
-
"href": "https://wicg.github.io/soft-navigations/#interactioncontext-total-painted-area",
|
|
272
|
-
"linkingText": [
|
|
273
|
-
"total painted area"
|
|
274
|
-
],
|
|
275
|
-
"localLinkingText": [],
|
|
276
|
-
"type": "dfn",
|
|
277
|
-
"for": [
|
|
278
|
-
"InteractionContext"
|
|
279
|
-
],
|
|
280
|
-
"access": "private",
|
|
281
|
-
"informative": false,
|
|
282
|
-
"heading": {
|
|
283
|
-
"id": "sec-interaction",
|
|
284
|
-
"href": "https://wicg.github.io/soft-navigations/#sec-interaction",
|
|
285
|
-
"title": "The InteractionContext struct",
|
|
286
|
-
"number": "2.3"
|
|
287
|
-
},
|
|
288
|
-
"definedIn": "prose",
|
|
289
|
-
"links": []
|
|
290
|
-
},
|
|
291
291
|
{
|
|
292
292
|
"id": "interactioncontext-last-url-value",
|
|
293
293
|
"href": "https://wicg.github.io/soft-navigations/#interactioncontext-last-url-value",
|
|
@@ -393,10 +393,10 @@
|
|
|
393
393
|
"links": []
|
|
394
394
|
},
|
|
395
395
|
{
|
|
396
|
-
"id": "interaction-event-
|
|
397
|
-
"href": "https://wicg.github.io/soft-navigations/#interaction-event-
|
|
396
|
+
"id": "set-current-interaction-context-for-event-dispatch",
|
|
397
|
+
"href": "https://wicg.github.io/soft-navigations/#set-current-interaction-context-for-event-dispatch",
|
|
398
398
|
"linkingText": [
|
|
399
|
-
"interaction event
|
|
399
|
+
"set current interaction context for event dispatch"
|
|
400
400
|
],
|
|
401
401
|
"localLinkingText": [],
|
|
402
402
|
"type": "dfn",
|
|
@@ -413,10 +413,10 @@
|
|
|
413
413
|
"links": []
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
|
-
"id": "interaction-
|
|
417
|
-
"href": "https://wicg.github.io/soft-navigations/#interaction-
|
|
416
|
+
"id": "unset-current-interaction-context-after-event-dispatch",
|
|
417
|
+
"href": "https://wicg.github.io/soft-navigations/#unset-current-interaction-context-after-event-dispatch",
|
|
418
418
|
"linkingText": [
|
|
419
|
-
"interaction
|
|
419
|
+
"unset current interaction context after event dispatch"
|
|
420
420
|
],
|
|
421
421
|
"localLinkingText": [],
|
|
422
422
|
"type": "dfn",
|
|
@@ -453,76 +453,10 @@
|
|
|
453
453
|
"links": []
|
|
454
454
|
},
|
|
455
455
|
{
|
|
456
|
-
"id": "dom-interactioncontentfulpaint-
|
|
457
|
-
"href": "https://wicg.github.io/soft-navigations/#dom-interactioncontentfulpaint-
|
|
458
|
-
"linkingText": [
|
|
459
|
-
"renderTime"
|
|
460
|
-
],
|
|
461
|
-
"localLinkingText": [],
|
|
462
|
-
"type": "attribute",
|
|
463
|
-
"for": [
|
|
464
|
-
"InteractionContentfulPaint"
|
|
465
|
-
],
|
|
466
|
-
"access": "public",
|
|
467
|
-
"informative": false,
|
|
468
|
-
"heading": {
|
|
469
|
-
"id": "sec-interaction-contentful-paint-interface",
|
|
470
|
-
"href": "https://wicg.github.io/soft-navigations/#sec-interaction-contentful-paint-interface",
|
|
471
|
-
"title": "The InteractionContentfulPaint interface",
|
|
472
|
-
"number": "3.1"
|
|
473
|
-
},
|
|
474
|
-
"definedIn": "pre",
|
|
475
|
-
"links": []
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"id": "dom-interactioncontentfulpaint-loadtime",
|
|
479
|
-
"href": "https://wicg.github.io/soft-navigations/#dom-interactioncontentfulpaint-loadtime",
|
|
480
|
-
"linkingText": [
|
|
481
|
-
"loadTime"
|
|
482
|
-
],
|
|
483
|
-
"localLinkingText": [],
|
|
484
|
-
"type": "attribute",
|
|
485
|
-
"for": [
|
|
486
|
-
"InteractionContentfulPaint"
|
|
487
|
-
],
|
|
488
|
-
"access": "public",
|
|
489
|
-
"informative": false,
|
|
490
|
-
"heading": {
|
|
491
|
-
"id": "sec-interaction-contentful-paint-interface",
|
|
492
|
-
"href": "https://wicg.github.io/soft-navigations/#sec-interaction-contentful-paint-interface",
|
|
493
|
-
"title": "The InteractionContentfulPaint interface",
|
|
494
|
-
"number": "3.1"
|
|
495
|
-
},
|
|
496
|
-
"definedIn": "pre",
|
|
497
|
-
"links": []
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
"id": "dom-interactioncontentfulpaint-size",
|
|
501
|
-
"href": "https://wicg.github.io/soft-navigations/#dom-interactioncontentfulpaint-size",
|
|
502
|
-
"linkingText": [
|
|
503
|
-
"size"
|
|
504
|
-
],
|
|
505
|
-
"localLinkingText": [],
|
|
506
|
-
"type": "attribute",
|
|
507
|
-
"for": [
|
|
508
|
-
"InteractionContentfulPaint"
|
|
509
|
-
],
|
|
510
|
-
"access": "public",
|
|
511
|
-
"informative": false,
|
|
512
|
-
"heading": {
|
|
513
|
-
"id": "sec-interaction-contentful-paint-interface",
|
|
514
|
-
"href": "https://wicg.github.io/soft-navigations/#sec-interaction-contentful-paint-interface",
|
|
515
|
-
"title": "The InteractionContentfulPaint interface",
|
|
516
|
-
"number": "3.1"
|
|
517
|
-
},
|
|
518
|
-
"definedIn": "pre",
|
|
519
|
-
"links": []
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
"id": "dom-interactioncontentfulpaint-id",
|
|
523
|
-
"href": "https://wicg.github.io/soft-navigations/#dom-interactioncontentfulpaint-id",
|
|
456
|
+
"id": "dom-interactioncontentfulpaint-largestcontentfulpaint",
|
|
457
|
+
"href": "https://wicg.github.io/soft-navigations/#dom-interactioncontentfulpaint-largestcontentfulpaint",
|
|
524
458
|
"linkingText": [
|
|
525
|
-
"
|
|
459
|
+
"largestContentfulPaint"
|
|
526
460
|
],
|
|
527
461
|
"localLinkingText": [],
|
|
528
462
|
"type": "attribute",
|
|
@@ -541,10 +475,10 @@
|
|
|
541
475
|
"links": []
|
|
542
476
|
},
|
|
543
477
|
{
|
|
544
|
-
"id": "dom-interactioncontentfulpaint-
|
|
545
|
-
"href": "https://wicg.github.io/soft-navigations/#dom-interactioncontentfulpaint-
|
|
478
|
+
"id": "dom-interactioncontentfulpaint-interactionid",
|
|
479
|
+
"href": "https://wicg.github.io/soft-navigations/#dom-interactioncontentfulpaint-interactionid",
|
|
546
480
|
"linkingText": [
|
|
547
|
-
"
|
|
481
|
+
"interactionId"
|
|
548
482
|
],
|
|
549
483
|
"localLinkingText": [],
|
|
550
484
|
"type": "attribute",
|
|
@@ -563,13 +497,13 @@
|
|
|
563
497
|
"links": []
|
|
564
498
|
},
|
|
565
499
|
{
|
|
566
|
-
"id": "dom-interactioncontentfulpaint-
|
|
567
|
-
"href": "https://wicg.github.io/soft-navigations/#dom-interactioncontentfulpaint-
|
|
500
|
+
"id": "dom-interactioncontentfulpaint-tojson",
|
|
501
|
+
"href": "https://wicg.github.io/soft-navigations/#dom-interactioncontentfulpaint-tojson",
|
|
568
502
|
"linkingText": [
|
|
569
|
-
"
|
|
503
|
+
"toJSON()"
|
|
570
504
|
],
|
|
571
505
|
"localLinkingText": [],
|
|
572
|
-
"type": "
|
|
506
|
+
"type": "method",
|
|
573
507
|
"for": [
|
|
574
508
|
"InteractionContentfulPaint"
|
|
575
509
|
],
|
|
@@ -585,17 +519,17 @@
|
|
|
585
519
|
"links": []
|
|
586
520
|
},
|
|
587
521
|
{
|
|
588
|
-
"id": "
|
|
589
|
-
"href": "https://wicg.github.io/soft-navigations/#
|
|
522
|
+
"id": "interactioncontentfulpaint-context",
|
|
523
|
+
"href": "https://wicg.github.io/soft-navigations/#interactioncontentfulpaint-context",
|
|
590
524
|
"linkingText": [
|
|
591
|
-
"
|
|
525
|
+
"context"
|
|
592
526
|
],
|
|
593
527
|
"localLinkingText": [],
|
|
594
|
-
"type": "
|
|
528
|
+
"type": "dfn",
|
|
595
529
|
"for": [
|
|
596
530
|
"InteractionContentfulPaint"
|
|
597
531
|
],
|
|
598
|
-
"access": "
|
|
532
|
+
"access": "private",
|
|
599
533
|
"informative": false,
|
|
600
534
|
"heading": {
|
|
601
535
|
"id": "sec-interaction-contentful-paint-interface",
|
|
@@ -603,21 +537,21 @@
|
|
|
603
537
|
"title": "The InteractionContentfulPaint interface",
|
|
604
538
|
"number": "3.1"
|
|
605
539
|
},
|
|
606
|
-
"definedIn": "
|
|
540
|
+
"definedIn": "prose",
|
|
607
541
|
"links": []
|
|
608
542
|
},
|
|
609
543
|
{
|
|
610
|
-
"id": "
|
|
611
|
-
"href": "https://wicg.github.io/soft-navigations/#
|
|
544
|
+
"id": "interactioncontentfulpaint-largest-contentful-paint",
|
|
545
|
+
"href": "https://wicg.github.io/soft-navigations/#interactioncontentfulpaint-largest-contentful-paint",
|
|
612
546
|
"linkingText": [
|
|
613
|
-
"
|
|
547
|
+
"largest contentful paint"
|
|
614
548
|
],
|
|
615
549
|
"localLinkingText": [],
|
|
616
|
-
"type": "
|
|
550
|
+
"type": "dfn",
|
|
617
551
|
"for": [
|
|
618
552
|
"InteractionContentfulPaint"
|
|
619
553
|
],
|
|
620
|
-
"access": "
|
|
554
|
+
"access": "private",
|
|
621
555
|
"informative": false,
|
|
622
556
|
"heading": {
|
|
623
557
|
"id": "sec-interaction-contentful-paint-interface",
|
|
@@ -625,7 +559,7 @@
|
|
|
625
559
|
"title": "The InteractionContentfulPaint interface",
|
|
626
560
|
"number": "3.1"
|
|
627
561
|
},
|
|
628
|
-
"definedIn": "
|
|
562
|
+
"definedIn": "prose",
|
|
629
563
|
"links": []
|
|
630
564
|
},
|
|
631
565
|
{
|
|
@@ -649,10 +583,10 @@
|
|
|
649
583
|
"links": []
|
|
650
584
|
},
|
|
651
585
|
{
|
|
652
|
-
"id": "
|
|
653
|
-
"href": "https://wicg.github.io/soft-navigations/#
|
|
586
|
+
"id": "process-a-new-attributed-contentful-paint-candidate",
|
|
587
|
+
"href": "https://wicg.github.io/soft-navigations/#process-a-new-attributed-contentful-paint-candidate",
|
|
654
588
|
"linkingText": [
|
|
655
|
-
"
|
|
589
|
+
"process a new attributed contentful paint candidate"
|
|
656
590
|
],
|
|
657
591
|
"localLinkingText": [],
|
|
658
592
|
"type": "dfn",
|
|
@@ -669,10 +603,10 @@
|
|
|
669
603
|
"links": []
|
|
670
604
|
},
|
|
671
605
|
{
|
|
672
|
-
"id": "
|
|
673
|
-
"href": "https://wicg.github.io/soft-navigations/#
|
|
606
|
+
"id": "performancesoftnavigation",
|
|
607
|
+
"href": "https://wicg.github.io/soft-navigations/#performancesoftnavigation",
|
|
674
608
|
"linkingText": [
|
|
675
|
-
"
|
|
609
|
+
"PerformanceSoftNavigation"
|
|
676
610
|
],
|
|
677
611
|
"localLinkingText": [],
|
|
678
612
|
"type": "interface",
|
|
@@ -682,78 +616,100 @@
|
|
|
682
616
|
"heading": {
|
|
683
617
|
"id": "sec-interface",
|
|
684
618
|
"href": "https://wicg.github.io/soft-navigations/#sec-interface",
|
|
685
|
-
"title": "The
|
|
619
|
+
"title": "The PerformanceSoftNavigation interface",
|
|
686
620
|
"number": "4.1"
|
|
687
621
|
},
|
|
688
622
|
"definedIn": "pre",
|
|
689
623
|
"links": []
|
|
690
624
|
},
|
|
691
625
|
{
|
|
692
|
-
"id": "dom-
|
|
693
|
-
"href": "https://wicg.github.io/soft-navigations/#dom-
|
|
626
|
+
"id": "dom-performancesoftnavigation-navigationtype",
|
|
627
|
+
"href": "https://wicg.github.io/soft-navigations/#dom-performancesoftnavigation-navigationtype",
|
|
694
628
|
"linkingText": [
|
|
695
629
|
"navigationType"
|
|
696
630
|
],
|
|
697
631
|
"localLinkingText": [],
|
|
698
632
|
"type": "attribute",
|
|
699
633
|
"for": [
|
|
700
|
-
"
|
|
634
|
+
"PerformanceSoftNavigation"
|
|
701
635
|
],
|
|
702
636
|
"access": "public",
|
|
703
637
|
"informative": false,
|
|
704
638
|
"heading": {
|
|
705
639
|
"id": "sec-interface",
|
|
706
640
|
"href": "https://wicg.github.io/soft-navigations/#sec-interface",
|
|
707
|
-
"title": "The
|
|
641
|
+
"title": "The PerformanceSoftNavigation interface",
|
|
708
642
|
"number": "4.1"
|
|
709
643
|
},
|
|
710
644
|
"definedIn": "pre",
|
|
711
645
|
"links": []
|
|
712
646
|
},
|
|
713
647
|
{
|
|
714
|
-
"id": "dom-
|
|
715
|
-
"href": "https://wicg.github.io/soft-navigations/#dom-
|
|
648
|
+
"id": "dom-performancesoftnavigation-interactionid",
|
|
649
|
+
"href": "https://wicg.github.io/soft-navigations/#dom-performancesoftnavigation-interactionid",
|
|
716
650
|
"linkingText": [
|
|
717
651
|
"interactionId"
|
|
718
652
|
],
|
|
719
653
|
"localLinkingText": [],
|
|
720
654
|
"type": "attribute",
|
|
721
655
|
"for": [
|
|
722
|
-
"
|
|
656
|
+
"PerformanceSoftNavigation"
|
|
723
657
|
],
|
|
724
658
|
"access": "public",
|
|
725
659
|
"informative": false,
|
|
726
660
|
"heading": {
|
|
727
661
|
"id": "sec-interface",
|
|
728
662
|
"href": "https://wicg.github.io/soft-navigations/#sec-interface",
|
|
729
|
-
"title": "The
|
|
663
|
+
"title": "The PerformanceSoftNavigation interface",
|
|
730
664
|
"number": "4.1"
|
|
731
665
|
},
|
|
732
666
|
"definedIn": "pre",
|
|
733
667
|
"links": []
|
|
734
668
|
},
|
|
735
669
|
{
|
|
736
|
-
"id": "dom-
|
|
737
|
-
"href": "https://wicg.github.io/soft-navigations/#dom-
|
|
670
|
+
"id": "dom-performancesoftnavigation-getlargestinteractioncontentfulpaint",
|
|
671
|
+
"href": "https://wicg.github.io/soft-navigations/#dom-performancesoftnavigation-getlargestinteractioncontentfulpaint",
|
|
738
672
|
"linkingText": [
|
|
739
|
-
"
|
|
673
|
+
"getLargestInteractionContentfulPaint()"
|
|
740
674
|
],
|
|
741
675
|
"localLinkingText": [],
|
|
742
|
-
"type": "
|
|
676
|
+
"type": "method",
|
|
743
677
|
"for": [
|
|
744
|
-
"
|
|
678
|
+
"PerformanceSoftNavigation"
|
|
745
679
|
],
|
|
746
680
|
"access": "public",
|
|
747
681
|
"informative": false,
|
|
748
682
|
"heading": {
|
|
749
683
|
"id": "sec-interface",
|
|
750
684
|
"href": "https://wicg.github.io/soft-navigations/#sec-interface",
|
|
751
|
-
"title": "The
|
|
685
|
+
"title": "The PerformanceSoftNavigation interface",
|
|
752
686
|
"number": "4.1"
|
|
753
687
|
},
|
|
754
688
|
"definedIn": "pre",
|
|
755
689
|
"links": []
|
|
756
690
|
},
|
|
691
|
+
{
|
|
692
|
+
"id": "performancesoftnavigation-context",
|
|
693
|
+
"href": "https://wicg.github.io/soft-navigations/#performancesoftnavigation-context",
|
|
694
|
+
"linkingText": [
|
|
695
|
+
"context"
|
|
696
|
+
],
|
|
697
|
+
"localLinkingText": [],
|
|
698
|
+
"type": "dfn",
|
|
699
|
+
"for": [
|
|
700
|
+
"PerformanceSoftNavigation"
|
|
701
|
+
],
|
|
702
|
+
"access": "private",
|
|
703
|
+
"informative": false,
|
|
704
|
+
"heading": {
|
|
705
|
+
"id": "sec-interface",
|
|
706
|
+
"href": "https://wicg.github.io/soft-navigations/#sec-interface",
|
|
707
|
+
"title": "The PerformanceSoftNavigation interface",
|
|
708
|
+
"number": "4.1"
|
|
709
|
+
},
|
|
710
|
+
"definedIn": "prose",
|
|
711
|
+
"links": []
|
|
712
|
+
},
|
|
757
713
|
{
|
|
758
714
|
"id": "soft-navigation",
|
|
759
715
|
"href": "https://wicg.github.io/soft-navigations/#soft-navigation",
|
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": []
|