@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.
Files changed (50) hide show
  1. package/ed/dfns/attribution.json +17 -17
  2. package/ed/dfns/connection-allowlists.json +780 -0
  3. package/ed/dfns/did-resolution.json +17 -17
  4. package/ed/dfns/pointerevents4.json +27 -0
  5. package/ed/dfns/rfc8610.json +6 -5
  6. package/ed/dfns/sanitizer-api.json +20 -0
  7. package/ed/dfns/speech-api.json +22 -0
  8. package/ed/dfns/vc-recognized-entities.json +6 -6
  9. package/ed/dfns/web-smart-card.json +1065 -1151
  10. package/ed/dfns/webdriver-bidi.json +971 -33
  11. package/ed/dfns/webnn.json +20 -0
  12. package/ed/dfns/webrtc-encoded-transform.json +28 -28
  13. package/ed/dfns/webrtc-ice.json +2 -2
  14. package/ed/headings/attribution.json +21 -0
  15. package/ed/headings/connection-allowlists.json +228 -0
  16. package/ed/headings/did-resolution.json +161 -92
  17. package/ed/headings/dom.json +1 -1
  18. package/ed/headings/rfc8610.json +0 -7
  19. package/ed/headings/secure-payment-confirmation.json +1 -1
  20. package/ed/headings/service-workers.json +1 -1
  21. package/ed/headings/shacl12-rules.json +4 -14
  22. package/ed/headings/soft-navigations.json +1 -1
  23. package/ed/headings/storage-access.json +2 -2
  24. package/ed/headings/vc-data-model-2.1.json +72 -72
  25. package/ed/headings/vc-jose-cose.json +70 -70
  26. package/ed/headings/vc-recognized-entities.json +62 -32
  27. package/ed/headings/web-smart-card.json +106 -217
  28. package/ed/headings/webdriver-bidi.json +15 -1
  29. package/ed/headings/webidl.json +1 -1
  30. package/ed/headings/webnn.json +1 -1
  31. package/ed/headings/webrtc-encoded-transform.json +1 -1
  32. package/package.json +1 -1
  33. package/specs.json +103 -68
  34. package/tr/dfns/attribution.json +17 -17
  35. package/tr/dfns/did-resolution.json +17 -17
  36. package/tr/dfns/picture-in-picture.json +58 -18
  37. package/tr/dfns/pointerevents4.json +27 -0
  38. package/tr/dfns/webdriver-bidi.json +971 -33
  39. package/tr/dfns/webnn.json +20 -0
  40. package/tr/dfns/webrtc-encoded-transform.json +28 -28
  41. package/tr/headings/attribution.json +21 -0
  42. package/tr/headings/did-resolution.json +161 -92
  43. package/tr/headings/picture-in-picture.json +5 -5
  44. package/tr/headings/secure-payment-confirmation.json +1 -1
  45. package/tr/headings/service-workers.json +1 -1
  46. package/tr/headings/shacl12-rules.json +4 -14
  47. package/tr/headings/webauthn-3.json +9 -2
  48. package/tr/headings/webdriver-bidi.json +15 -1
  49. package/tr/headings/webnn.json +1 -1
  50. 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-registration",
1126
- "href": "https://www.w3.org/TR/webauthn-3/#well-known-uri-registration",
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.13"
578
+ "number": "7.3.3.15"
565
579
  },
566
580
  {
567
581
  "id": "module-contexts-events",
@@ -1107,7 +1107,7 @@
1107
1107
  "id": "informative",
1108
1108
  "href": "https://www.w3.org/TR/webnn/#informative",
1109
1109
  "level": 3,
1110
- "title": "Informative References"
1110
+ "title": "Non-Normative References"
1111
1111
  },
1112
1112
  {
1113
1113
  "id": "idl-index",
@@ -349,7 +349,7 @@
349
349
  "id": "informative",
350
350
  "href": "https://www.w3.org/TR/webrtc-encoded-transform/#informative",
351
351
  "level": 3,
352
- "title": "Informative References"
352
+ "title": "Non-Normative References"
353
353
  },
354
354
  {
355
355
  "id": "idl-index",