@webref/xref 1.2.0 → 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/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/pointerevents4.json +27 -0
- package/ed/dfns/rfc8610.json +6 -5
- package/ed/dfns/sanitizer-api.json +20 -0
- 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 +971 -33
- 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/rfc8610.json +0 -7
- package/ed/headings/secure-payment-confirmation.json +1 -1
- package/ed/headings/service-workers.json +1 -1
- package/ed/headings/shacl12-rules.json +4 -14
- 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 +15 -1
- package/ed/headings/webidl.json +1 -1
- package/ed/headings/webnn.json +1 -1
- package/ed/headings/webrtc-encoded-transform.json +1 -1
- package/package.json +1 -1
- package/specs.json +103 -68
- 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/webdriver-bidi.json +971 -33
- package/tr/dfns/webnn.json +20 -0
- package/tr/dfns/webrtc-encoded-transform.json +28 -28
- 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 +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
|
@@ -1122,8 +1122,8 @@
|
|
|
1122
1122
|
"number": "12.4"
|
|
1123
1123
|
},
|
|
1124
1124
|
{
|
|
1125
|
-
"id": "well-known-uri-
|
|
1126
|
-
"href": "https://www.w3.org/TR/webauthn-3/#well-known-uri-
|
|
1125
|
+
"id": "sctn-well-known-uri-reg",
|
|
1126
|
+
"href": "https://www.w3.org/TR/webauthn-3/#sctn-well-known-uri-reg",
|
|
1127
1127
|
"level": 3,
|
|
1128
1128
|
"title": "Well-Known URI Registration",
|
|
1129
1129
|
"number": "12.5"
|
|
@@ -1322,6 +1322,13 @@
|
|
|
1322
1322
|
"title": "Disclosing Client Capabilities",
|
|
1323
1323
|
"number": "14.5.4"
|
|
1324
1324
|
},
|
|
1325
|
+
{
|
|
1326
|
+
"id": "sctn-cross-origin-use",
|
|
1327
|
+
"href": "https://www.w3.org/TR/webauthn-3/#sctn-cross-origin-use",
|
|
1328
|
+
"level": 4,
|
|
1329
|
+
"title": "Cross-Origin Usage of WebAuthn Credentials",
|
|
1330
|
+
"number": "14.5.5"
|
|
1331
|
+
},
|
|
1325
1332
|
{
|
|
1326
1333
|
"id": "sctn-privacy-considerations-rp",
|
|
1327
1334
|
"href": "https://www.w3.org/TR/webauthn-3/#sctn-privacy-considerations-rp",
|
|
@@ -556,12 +556,26 @@
|
|
|
556
556
|
"title": "The browsingContext.setViewport Command",
|
|
557
557
|
"number": "7.3.3.12"
|
|
558
558
|
},
|
|
559
|
+
{
|
|
560
|
+
"id": "command-browsingContext-startScreencast",
|
|
561
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
|
|
562
|
+
"level": 5,
|
|
563
|
+
"title": "The browsingContext.startScreencast Command",
|
|
564
|
+
"number": "7.3.3.13"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"id": "command-browsingContext-stopScreencast",
|
|
568
|
+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
|
|
569
|
+
"level": 5,
|
|
570
|
+
"title": "The browsingContext.stopScreencast Command",
|
|
571
|
+
"number": "7.3.3.14"
|
|
572
|
+
},
|
|
559
573
|
{
|
|
560
574
|
"id": "command-browsingContext-traverseHistory",
|
|
561
575
|
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
|
|
562
576
|
"level": 5,
|
|
563
577
|
"title": "The browsingContext.traverseHistory Command",
|
|
564
|
-
"number": "7.3.3.
|
|
578
|
+
"number": "7.3.3.15"
|
|
565
579
|
},
|
|
566
580
|
{
|
|
567
581
|
"id": "module-contexts-events",
|
package/tr/headings/webnn.json
CHANGED