@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
@@ -1349,6 +1349,28 @@
1349
1349
  "definedIn": "dt",
1350
1350
  "links": []
1351
1351
  },
1352
+ {
1353
+ "id": "errors-no-such-screencast",
1354
+ "href": "https://www.w3.org/TR/webdriver-bidi/#errors-no-such-screencast",
1355
+ "linkingText": [
1356
+ "no such screencast"
1357
+ ],
1358
+ "localLinkingText": [],
1359
+ "type": "dfn",
1360
+ "for": [
1361
+ "errors"
1362
+ ],
1363
+ "access": "public",
1364
+ "informative": false,
1365
+ "heading": {
1366
+ "id": "errors",
1367
+ "href": "https://www.w3.org/TR/webdriver-bidi/#errors",
1368
+ "title": "Errors",
1369
+ "number": "3.5"
1370
+ },
1371
+ "definedIn": "dt",
1372
+ "links": []
1373
+ },
1352
1374
  {
1353
1375
  "id": "errors-no-such-script",
1354
1376
  "href": "https://www.w3.org/TR/webdriver-bidi/#errors-no-such-script",
@@ -1912,6 +1934,29 @@
1912
1934
  "definedIn": "pre",
1913
1935
  "links": []
1914
1936
  },
1937
+ {
1938
+ "id": "cddl-value-errorcode-no-such-screencast",
1939
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-value-errorcode-no-such-screencast",
1940
+ "linkingText": [
1941
+ "no such screencast",
1942
+ "\"no such screencast\""
1943
+ ],
1944
+ "localLinkingText": [],
1945
+ "type": "cddl-value",
1946
+ "for": [
1947
+ "ErrorCode"
1948
+ ],
1949
+ "access": "private",
1950
+ "informative": false,
1951
+ "heading": {
1952
+ "id": "errors",
1953
+ "href": "https://www.w3.org/TR/webdriver-bidi/#errors",
1954
+ "title": "Errors",
1955
+ "number": "3.5"
1956
+ },
1957
+ "definedIn": "pre",
1958
+ "links": []
1959
+ },
1915
1960
  {
1916
1961
  "id": "cddl-value-errorcode-no-such-script",
1917
1962
  "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-value-errorcode-no-such-script",
@@ -9403,6 +9448,238 @@
9403
9448
  "definedIn": "prose",
9404
9449
  "links": []
9405
9450
  },
9451
+ {
9452
+ "id": "screencast-stream",
9453
+ "href": "https://www.w3.org/TR/webdriver-bidi/#screencast-stream",
9454
+ "linkingText": [
9455
+ "screencast stream"
9456
+ ],
9457
+ "localLinkingText": [],
9458
+ "type": "dfn",
9459
+ "for": [],
9460
+ "access": "private",
9461
+ "informative": false,
9462
+ "heading": {
9463
+ "id": "module-browsingContext-definition",
9464
+ "href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
9465
+ "title": "Definition",
9466
+ "number": "7.3.1"
9467
+ },
9468
+ "definedIn": "prose",
9469
+ "links": []
9470
+ },
9471
+ {
9472
+ "id": "screencast-stream-video-track",
9473
+ "href": "https://www.w3.org/TR/webdriver-bidi/#screencast-stream-video-track",
9474
+ "linkingText": [
9475
+ "video track"
9476
+ ],
9477
+ "localLinkingText": [],
9478
+ "type": "dfn",
9479
+ "for": [
9480
+ "screencast stream"
9481
+ ],
9482
+ "access": "private",
9483
+ "informative": false,
9484
+ "heading": {
9485
+ "id": "module-browsingContext-definition",
9486
+ "href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
9487
+ "title": "Definition",
9488
+ "number": "7.3.1"
9489
+ },
9490
+ "definedIn": "prose",
9491
+ "links": []
9492
+ },
9493
+ {
9494
+ "id": "screencast-stream-audio-track",
9495
+ "href": "https://www.w3.org/TR/webdriver-bidi/#screencast-stream-audio-track",
9496
+ "linkingText": [
9497
+ "audio track"
9498
+ ],
9499
+ "localLinkingText": [],
9500
+ "type": "dfn",
9501
+ "for": [
9502
+ "screencast stream"
9503
+ ],
9504
+ "access": "private",
9505
+ "informative": false,
9506
+ "heading": {
9507
+ "id": "module-browsingContext-definition",
9508
+ "href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
9509
+ "title": "Definition",
9510
+ "number": "7.3.1"
9511
+ },
9512
+ "definedIn": "prose",
9513
+ "links": []
9514
+ },
9515
+ {
9516
+ "id": "screencast-recordings-map",
9517
+ "href": "https://www.w3.org/TR/webdriver-bidi/#screencast-recordings-map",
9518
+ "linkingText": [
9519
+ "screencast recordings map"
9520
+ ],
9521
+ "localLinkingText": [],
9522
+ "type": "dfn",
9523
+ "for": [],
9524
+ "access": "private",
9525
+ "informative": false,
9526
+ "heading": {
9527
+ "id": "module-browsingContext-definition",
9528
+ "href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
9529
+ "title": "Definition",
9530
+ "number": "7.3.1"
9531
+ },
9532
+ "definedIn": "prose",
9533
+ "links": []
9534
+ },
9535
+ {
9536
+ "id": "screencast-recording",
9537
+ "href": "https://www.w3.org/TR/webdriver-bidi/#screencast-recording",
9538
+ "linkingText": [
9539
+ "screencast recording"
9540
+ ],
9541
+ "localLinkingText": [],
9542
+ "type": "dfn",
9543
+ "for": [],
9544
+ "access": "private",
9545
+ "informative": false,
9546
+ "heading": {
9547
+ "id": "module-browsingContext-definition",
9548
+ "href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
9549
+ "title": "Definition",
9550
+ "number": "7.3.1"
9551
+ },
9552
+ "definedIn": "prose",
9553
+ "links": []
9554
+ },
9555
+ {
9556
+ "id": "screencast-recording-stream",
9557
+ "href": "https://www.w3.org/TR/webdriver-bidi/#screencast-recording-stream",
9558
+ "linkingText": [
9559
+ "stream"
9560
+ ],
9561
+ "localLinkingText": [],
9562
+ "type": "dfn",
9563
+ "for": [
9564
+ "screencast recording"
9565
+ ],
9566
+ "access": "private",
9567
+ "informative": false,
9568
+ "heading": {
9569
+ "id": "module-browsingContext-definition",
9570
+ "href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
9571
+ "title": "Definition",
9572
+ "number": "7.3.1"
9573
+ },
9574
+ "definedIn": "prose",
9575
+ "links": []
9576
+ },
9577
+ {
9578
+ "id": "screencast-recording-path",
9579
+ "href": "https://www.w3.org/TR/webdriver-bidi/#screencast-recording-path",
9580
+ "linkingText": [
9581
+ "path"
9582
+ ],
9583
+ "localLinkingText": [],
9584
+ "type": "dfn",
9585
+ "for": [
9586
+ "screencast recording"
9587
+ ],
9588
+ "access": "private",
9589
+ "informative": false,
9590
+ "heading": {
9591
+ "id": "module-browsingContext-definition",
9592
+ "href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
9593
+ "title": "Definition",
9594
+ "number": "7.3.1"
9595
+ },
9596
+ "definedIn": "prose",
9597
+ "links": []
9598
+ },
9599
+ {
9600
+ "id": "screencast-recording-state",
9601
+ "href": "https://www.w3.org/TR/webdriver-bidi/#screencast-recording-state",
9602
+ "linkingText": [
9603
+ "state"
9604
+ ],
9605
+ "localLinkingText": [],
9606
+ "type": "dfn",
9607
+ "for": [
9608
+ "screencast recording"
9609
+ ],
9610
+ "access": "private",
9611
+ "informative": false,
9612
+ "heading": {
9613
+ "id": "module-browsingContext-definition",
9614
+ "href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
9615
+ "title": "Definition",
9616
+ "number": "7.3.1"
9617
+ },
9618
+ "definedIn": "prose",
9619
+ "links": []
9620
+ },
9621
+ {
9622
+ "id": "screencast-recording-writeerror",
9623
+ "href": "https://www.w3.org/TR/webdriver-bidi/#screencast-recording-writeerror",
9624
+ "linkingText": [
9625
+ "writeError"
9626
+ ],
9627
+ "localLinkingText": [],
9628
+ "type": "dfn",
9629
+ "for": [
9630
+ "screencast recording"
9631
+ ],
9632
+ "access": "private",
9633
+ "informative": false,
9634
+ "heading": {
9635
+ "id": "module-browsingContext-definition",
9636
+ "href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
9637
+ "title": "Definition",
9638
+ "number": "7.3.1"
9639
+ },
9640
+ "definedIn": "prose",
9641
+ "links": []
9642
+ },
9643
+ {
9644
+ "id": "start-a-screencast-recording",
9645
+ "href": "https://www.w3.org/TR/webdriver-bidi/#start-a-screencast-recording",
9646
+ "linkingText": [
9647
+ "start a screencast recording"
9648
+ ],
9649
+ "localLinkingText": [],
9650
+ "type": "dfn",
9651
+ "for": [],
9652
+ "access": "private",
9653
+ "informative": false,
9654
+ "heading": {
9655
+ "id": "module-browsingContext-definition",
9656
+ "href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
9657
+ "title": "Definition",
9658
+ "number": "7.3.1"
9659
+ },
9660
+ "definedIn": "prose",
9661
+ "links": []
9662
+ },
9663
+ {
9664
+ "id": "stop-a-screencast-recording",
9665
+ "href": "https://www.w3.org/TR/webdriver-bidi/#stop-a-screencast-recording",
9666
+ "linkingText": [
9667
+ "stop a screencast recording"
9668
+ ],
9669
+ "localLinkingText": [],
9670
+ "type": "dfn",
9671
+ "for": [],
9672
+ "access": "private",
9673
+ "informative": false,
9674
+ "heading": {
9675
+ "id": "module-browsingContext-definition",
9676
+ "href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
9677
+ "title": "Definition",
9678
+ "number": "7.3.1"
9679
+ },
9680
+ "definedIn": "prose",
9681
+ "links": []
9682
+ },
9406
9683
  {
9407
9684
  "id": "cddl-type-browsingcontextbrowsingcontext",
9408
9685
  "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextbrowsingcontext",
@@ -14847,10 +15124,10 @@
14847
15124
  "links": []
14848
15125
  },
14849
15126
  {
14850
- "id": "commands-browsingcontexttraversehistory",
14851
- "href": "https://www.w3.org/TR/webdriver-bidi/#commands-browsingcontexttraversehistory",
15127
+ "id": "commands-browsingcontextstartscreencast",
15128
+ "href": "https://www.w3.org/TR/webdriver-bidi/#commands-browsingcontextstartscreencast",
14852
15129
  "linkingText": [
14853
- "browsingContext.traverseHistory"
15130
+ "browsingContext.startScreencast"
14854
15131
  ],
14855
15132
  "localLinkingText": [],
14856
15133
  "type": "dfn",
@@ -14860,19 +15137,19 @@
14860
15137
  "access": "public",
14861
15138
  "informative": false,
14862
15139
  "heading": {
14863
- "id": "command-browsingContext-traverseHistory",
14864
- "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
14865
- "title": "The browsingContext.traverseHistory Command",
15140
+ "id": "command-browsingContext-startScreencast",
15141
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15142
+ "title": "The browsingContext.startScreencast Command",
14866
15143
  "number": "7.3.3.13"
14867
15144
  },
14868
15145
  "definedIn": "prose",
14869
15146
  "links": []
14870
15147
  },
14871
15148
  {
14872
- "id": "cddl-type-browsingcontexttraversehistory",
14873
- "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontexttraversehistory",
15149
+ "id": "cddl-type-browsingcontextstartscreencast",
15150
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextstartscreencast",
14874
15151
  "linkingText": [
14875
- "browsingContext.TraverseHistory"
15152
+ "browsingContext.StartScreencast"
14876
15153
  ],
14877
15154
  "localLinkingText": [],
14878
15155
  "type": "cddl-type",
@@ -14880,17 +15157,17 @@
14880
15157
  "access": "private",
14881
15158
  "informative": false,
14882
15159
  "heading": {
14883
- "id": "command-browsingContext-traverseHistory",
14884
- "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
14885
- "title": "The browsingContext.traverseHistory Command",
15160
+ "id": "command-browsingContext-startScreencast",
15161
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15162
+ "title": "The browsingContext.startScreencast Command",
14886
15163
  "number": "7.3.3.13"
14887
15164
  },
14888
15165
  "definedIn": "pre",
14889
15166
  "links": []
14890
15167
  },
14891
15168
  {
14892
- "id": "cddl-key-browsingcontexttraversehistory-method",
14893
- "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontexttraversehistory-method",
15169
+ "id": "cddl-key-browsingcontextstartscreencast-method",
15170
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstartscreencast-method",
14894
15171
  "linkingText": [
14895
15172
  "method",
14896
15173
  "\"method\""
@@ -14898,42 +15175,703 @@
14898
15175
  "localLinkingText": [],
14899
15176
  "type": "cddl-key",
14900
15177
  "for": [
14901
- "browsingContext.TraverseHistory"
15178
+ "browsingContext.StartScreencast"
14902
15179
  ],
14903
15180
  "access": "private",
14904
15181
  "informative": false,
14905
15182
  "heading": {
14906
- "id": "command-browsingContext-traverseHistory",
14907
- "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
14908
- "title": "The browsingContext.traverseHistory Command",
15183
+ "id": "command-browsingContext-startScreencast",
15184
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15185
+ "title": "The browsingContext.startScreencast Command",
14909
15186
  "number": "7.3.3.13"
14910
15187
  },
14911
15188
  "definedIn": "pre",
14912
15189
  "links": []
14913
15190
  },
14914
15191
  {
14915
- "id": "cddl-value-browsingcontexttraversehistory-method-browsingcontexttraversehistory",
14916
- "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-value-browsingcontexttraversehistory-method-browsingcontexttraversehistory",
15192
+ "id": "cddl-value-browsingcontextstartscreencast-method-browsingcontextstartscreencast",
15193
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-value-browsingcontextstartscreencast-method-browsingcontextstartscreencast",
14917
15194
  "linkingText": [
14918
- "browsingContext.traverseHistory",
14919
- "\"browsingContext.traverseHistory\""
15195
+ "browsingContext.startScreencast",
15196
+ "\"browsingContext.startScreencast\""
14920
15197
  ],
14921
15198
  "localLinkingText": [],
14922
15199
  "type": "cddl-value",
14923
15200
  "for": [
14924
- "browsingContext.TraverseHistory/method"
15201
+ "browsingContext.StartScreencast/method"
14925
15202
  ],
14926
15203
  "access": "private",
14927
15204
  "informative": false,
14928
15205
  "heading": {
14929
- "id": "command-browsingContext-traverseHistory",
14930
- "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
14931
- "title": "The browsingContext.traverseHistory Command",
15206
+ "id": "command-browsingContext-startScreencast",
15207
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15208
+ "title": "The browsingContext.startScreencast Command",
15209
+ "number": "7.3.3.13"
15210
+ },
15211
+ "definedIn": "pre",
15212
+ "links": []
15213
+ },
15214
+ {
15215
+ "id": "cddl-key-browsingcontextstartscreencast-params",
15216
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstartscreencast-params",
15217
+ "linkingText": [
15218
+ "params",
15219
+ "\"params\""
15220
+ ],
15221
+ "localLinkingText": [],
15222
+ "type": "cddl-key",
15223
+ "for": [
15224
+ "browsingContext.StartScreencast"
15225
+ ],
15226
+ "access": "private",
15227
+ "informative": false,
15228
+ "heading": {
15229
+ "id": "command-browsingContext-startScreencast",
15230
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15231
+ "title": "The browsingContext.startScreencast Command",
15232
+ "number": "7.3.3.13"
15233
+ },
15234
+ "definedIn": "pre",
15235
+ "links": []
15236
+ },
15237
+ {
15238
+ "id": "cddl-type-browsingcontextstartscreencastparameters",
15239
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextstartscreencastparameters",
15240
+ "linkingText": [
15241
+ "browsingContext.StartScreencastParameters"
15242
+ ],
15243
+ "localLinkingText": [],
15244
+ "type": "cddl-type",
15245
+ "for": [],
15246
+ "access": "private",
15247
+ "informative": false,
15248
+ "heading": {
15249
+ "id": "command-browsingContext-startScreencast",
15250
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15251
+ "title": "The browsingContext.startScreencast Command",
15252
+ "number": "7.3.3.13"
15253
+ },
15254
+ "definedIn": "pre",
15255
+ "links": []
15256
+ },
15257
+ {
15258
+ "id": "cddl-key-browsingcontextstartscreencastparameters-context",
15259
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstartscreencastparameters-context",
15260
+ "linkingText": [
15261
+ "context",
15262
+ "\"context\""
15263
+ ],
15264
+ "localLinkingText": [],
15265
+ "type": "cddl-key",
15266
+ "for": [
15267
+ "browsingContext.StartScreencastParameters"
15268
+ ],
15269
+ "access": "private",
15270
+ "informative": false,
15271
+ "heading": {
15272
+ "id": "command-browsingContext-startScreencast",
15273
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15274
+ "title": "The browsingContext.startScreencast Command",
15275
+ "number": "7.3.3.13"
15276
+ },
15277
+ "definedIn": "pre",
15278
+ "links": []
15279
+ },
15280
+ {
15281
+ "id": "cddl-key-browsingcontextstartscreencastparameters-mimetype",
15282
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstartscreencastparameters-mimetype",
15283
+ "linkingText": [
15284
+ "mimeType",
15285
+ "\"mimeType\""
15286
+ ],
15287
+ "localLinkingText": [],
15288
+ "type": "cddl-key",
15289
+ "for": [
15290
+ "browsingContext.StartScreencastParameters"
15291
+ ],
15292
+ "access": "private",
15293
+ "informative": false,
15294
+ "heading": {
15295
+ "id": "command-browsingContext-startScreencast",
15296
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15297
+ "title": "The browsingContext.startScreencast Command",
14932
15298
  "number": "7.3.3.13"
14933
15299
  },
14934
15300
  "definedIn": "pre",
14935
15301
  "links": []
14936
15302
  },
15303
+ {
15304
+ "id": "cddl-key-browsingcontextstartscreencastparameters-streamoptions",
15305
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstartscreencastparameters-streamoptions",
15306
+ "linkingText": [
15307
+ "streamOptions",
15308
+ "\"streamOptions\""
15309
+ ],
15310
+ "localLinkingText": [],
15311
+ "type": "cddl-key",
15312
+ "for": [
15313
+ "browsingContext.StartScreencastParameters"
15314
+ ],
15315
+ "access": "private",
15316
+ "informative": false,
15317
+ "heading": {
15318
+ "id": "command-browsingContext-startScreencast",
15319
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15320
+ "title": "The browsingContext.startScreencast Command",
15321
+ "number": "7.3.3.13"
15322
+ },
15323
+ "definedIn": "pre",
15324
+ "links": []
15325
+ },
15326
+ {
15327
+ "id": "cddl-type-browsingcontextmediastreamoptions",
15328
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextmediastreamoptions",
15329
+ "linkingText": [
15330
+ "browsingContext.MediaStreamOptions"
15331
+ ],
15332
+ "localLinkingText": [],
15333
+ "type": "cddl-type",
15334
+ "for": [],
15335
+ "access": "private",
15336
+ "informative": false,
15337
+ "heading": {
15338
+ "id": "command-browsingContext-startScreencast",
15339
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15340
+ "title": "The browsingContext.startScreencast Command",
15341
+ "number": "7.3.3.13"
15342
+ },
15343
+ "definedIn": "pre",
15344
+ "links": []
15345
+ },
15346
+ {
15347
+ "id": "cddl-key-browsingcontextmediastreamoptions-video",
15348
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextmediastreamoptions-video",
15349
+ "linkingText": [
15350
+ "video",
15351
+ "\"video\""
15352
+ ],
15353
+ "localLinkingText": [],
15354
+ "type": "cddl-key",
15355
+ "for": [
15356
+ "browsingContext.MediaStreamOptions"
15357
+ ],
15358
+ "access": "private",
15359
+ "informative": false,
15360
+ "heading": {
15361
+ "id": "command-browsingContext-startScreencast",
15362
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15363
+ "title": "The browsingContext.startScreencast Command",
15364
+ "number": "7.3.3.13"
15365
+ },
15366
+ "definedIn": "pre",
15367
+ "links": []
15368
+ },
15369
+ {
15370
+ "id": "cddl-key-browsingcontextmediastreamoptions-audio",
15371
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextmediastreamoptions-audio",
15372
+ "linkingText": [
15373
+ "audio",
15374
+ "\"audio\""
15375
+ ],
15376
+ "localLinkingText": [],
15377
+ "type": "cddl-key",
15378
+ "for": [
15379
+ "browsingContext.MediaStreamOptions"
15380
+ ],
15381
+ "access": "private",
15382
+ "informative": false,
15383
+ "heading": {
15384
+ "id": "command-browsingContext-startScreencast",
15385
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15386
+ "title": "The browsingContext.startScreencast Command",
15387
+ "number": "7.3.3.13"
15388
+ },
15389
+ "definedIn": "pre",
15390
+ "links": []
15391
+ },
15392
+ {
15393
+ "id": "cddl-type-browsingcontextmediatrackconstraints",
15394
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextmediatrackconstraints",
15395
+ "linkingText": [
15396
+ "browsingContext.MediaTrackConstraints"
15397
+ ],
15398
+ "localLinkingText": [],
15399
+ "type": "cddl-type",
15400
+ "for": [],
15401
+ "access": "private",
15402
+ "informative": false,
15403
+ "heading": {
15404
+ "id": "command-browsingContext-startScreencast",
15405
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15406
+ "title": "The browsingContext.startScreencast Command",
15407
+ "number": "7.3.3.13"
15408
+ },
15409
+ "definedIn": "pre",
15410
+ "links": []
15411
+ },
15412
+ {
15413
+ "id": "cddl-key-browsingcontextmediatrackconstraints-width",
15414
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextmediatrackconstraints-width",
15415
+ "linkingText": [
15416
+ "width",
15417
+ "\"width\""
15418
+ ],
15419
+ "localLinkingText": [],
15420
+ "type": "cddl-key",
15421
+ "for": [
15422
+ "browsingContext.MediaTrackConstraints"
15423
+ ],
15424
+ "access": "private",
15425
+ "informative": false,
15426
+ "heading": {
15427
+ "id": "command-browsingContext-startScreencast",
15428
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15429
+ "title": "The browsingContext.startScreencast Command",
15430
+ "number": "7.3.3.13"
15431
+ },
15432
+ "definedIn": "pre",
15433
+ "links": []
15434
+ },
15435
+ {
15436
+ "id": "cddl-key-browsingcontextmediatrackconstraints-height",
15437
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextmediatrackconstraints-height",
15438
+ "linkingText": [
15439
+ "height",
15440
+ "\"height\""
15441
+ ],
15442
+ "localLinkingText": [],
15443
+ "type": "cddl-key",
15444
+ "for": [
15445
+ "browsingContext.MediaTrackConstraints"
15446
+ ],
15447
+ "access": "private",
15448
+ "informative": false,
15449
+ "heading": {
15450
+ "id": "command-browsingContext-startScreencast",
15451
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15452
+ "title": "The browsingContext.startScreencast Command",
15453
+ "number": "7.3.3.13"
15454
+ },
15455
+ "definedIn": "pre",
15456
+ "links": []
15457
+ },
15458
+ {
15459
+ "id": "cddl-key-browsingcontextmediatrackconstraints-framerate",
15460
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextmediatrackconstraints-framerate",
15461
+ "linkingText": [
15462
+ "frameRate",
15463
+ "\"frameRate\""
15464
+ ],
15465
+ "localLinkingText": [],
15466
+ "type": "cddl-key",
15467
+ "for": [
15468
+ "browsingContext.MediaTrackConstraints"
15469
+ ],
15470
+ "access": "private",
15471
+ "informative": false,
15472
+ "heading": {
15473
+ "id": "command-browsingContext-startScreencast",
15474
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15475
+ "title": "The browsingContext.startScreencast Command",
15476
+ "number": "7.3.3.13"
15477
+ },
15478
+ "definedIn": "pre",
15479
+ "links": []
15480
+ },
15481
+ {
15482
+ "id": "cddl-type-browsingcontextstartscreencastresult",
15483
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextstartscreencastresult",
15484
+ "linkingText": [
15485
+ "browsingContext.StartScreencastResult"
15486
+ ],
15487
+ "localLinkingText": [],
15488
+ "type": "cddl-type",
15489
+ "for": [],
15490
+ "access": "private",
15491
+ "informative": false,
15492
+ "heading": {
15493
+ "id": "command-browsingContext-startScreencast",
15494
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15495
+ "title": "The browsingContext.startScreencast Command",
15496
+ "number": "7.3.3.13"
15497
+ },
15498
+ "definedIn": "pre",
15499
+ "links": []
15500
+ },
15501
+ {
15502
+ "id": "cddl-key-browsingcontextstartscreencastresult-screencast",
15503
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstartscreencastresult-screencast",
15504
+ "linkingText": [
15505
+ "screencast",
15506
+ "\"screencast\""
15507
+ ],
15508
+ "localLinkingText": [],
15509
+ "type": "cddl-key",
15510
+ "for": [
15511
+ "browsingContext.StartScreencastResult"
15512
+ ],
15513
+ "access": "private",
15514
+ "informative": false,
15515
+ "heading": {
15516
+ "id": "command-browsingContext-startScreencast",
15517
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15518
+ "title": "The browsingContext.startScreencast Command",
15519
+ "number": "7.3.3.13"
15520
+ },
15521
+ "definedIn": "pre",
15522
+ "links": []
15523
+ },
15524
+ {
15525
+ "id": "cddl-key-browsingcontextstartscreencastresult-path",
15526
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstartscreencastresult-path",
15527
+ "linkingText": [
15528
+ "path",
15529
+ "\"path\""
15530
+ ],
15531
+ "localLinkingText": [],
15532
+ "type": "cddl-key",
15533
+ "for": [
15534
+ "browsingContext.StartScreencastResult"
15535
+ ],
15536
+ "access": "private",
15537
+ "informative": false,
15538
+ "heading": {
15539
+ "id": "command-browsingContext-startScreencast",
15540
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15541
+ "title": "The browsingContext.startScreencast Command",
15542
+ "number": "7.3.3.13"
15543
+ },
15544
+ "definedIn": "pre",
15545
+ "links": []
15546
+ },
15547
+ {
15548
+ "id": "cddl-type-browsingcontextscreencast",
15549
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextscreencast",
15550
+ "linkingText": [
15551
+ "browsingContext.Screencast"
15552
+ ],
15553
+ "localLinkingText": [],
15554
+ "type": "cddl-type",
15555
+ "for": [],
15556
+ "access": "private",
15557
+ "informative": false,
15558
+ "heading": {
15559
+ "id": "command-browsingContext-startScreencast",
15560
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-startScreencast",
15561
+ "title": "The browsingContext.startScreencast Command",
15562
+ "number": "7.3.3.13"
15563
+ },
15564
+ "definedIn": "pre",
15565
+ "links": []
15566
+ },
15567
+ {
15568
+ "id": "commands-browsingcontextstopscreencast",
15569
+ "href": "https://www.w3.org/TR/webdriver-bidi/#commands-browsingcontextstopscreencast",
15570
+ "linkingText": [
15571
+ "browsingContext.stopScreencast"
15572
+ ],
15573
+ "localLinkingText": [],
15574
+ "type": "dfn",
15575
+ "for": [
15576
+ "commands"
15577
+ ],
15578
+ "access": "public",
15579
+ "informative": false,
15580
+ "heading": {
15581
+ "id": "command-browsingContext-stopScreencast",
15582
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
15583
+ "title": "The browsingContext.stopScreencast Command",
15584
+ "number": "7.3.3.14"
15585
+ },
15586
+ "definedIn": "prose",
15587
+ "links": []
15588
+ },
15589
+ {
15590
+ "id": "cddl-type-browsingcontextstopscreencast",
15591
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextstopscreencast",
15592
+ "linkingText": [
15593
+ "browsingContext.StopScreencast"
15594
+ ],
15595
+ "localLinkingText": [],
15596
+ "type": "cddl-type",
15597
+ "for": [],
15598
+ "access": "private",
15599
+ "informative": false,
15600
+ "heading": {
15601
+ "id": "command-browsingContext-stopScreencast",
15602
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
15603
+ "title": "The browsingContext.stopScreencast Command",
15604
+ "number": "7.3.3.14"
15605
+ },
15606
+ "definedIn": "pre",
15607
+ "links": []
15608
+ },
15609
+ {
15610
+ "id": "cddl-key-browsingcontextstopscreencast-method",
15611
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstopscreencast-method",
15612
+ "linkingText": [
15613
+ "method",
15614
+ "\"method\""
15615
+ ],
15616
+ "localLinkingText": [],
15617
+ "type": "cddl-key",
15618
+ "for": [
15619
+ "browsingContext.StopScreencast"
15620
+ ],
15621
+ "access": "private",
15622
+ "informative": false,
15623
+ "heading": {
15624
+ "id": "command-browsingContext-stopScreencast",
15625
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
15626
+ "title": "The browsingContext.stopScreencast Command",
15627
+ "number": "7.3.3.14"
15628
+ },
15629
+ "definedIn": "pre",
15630
+ "links": []
15631
+ },
15632
+ {
15633
+ "id": "cddl-value-browsingcontextstopscreencast-method-browsingcontextstopscreencast",
15634
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-value-browsingcontextstopscreencast-method-browsingcontextstopscreencast",
15635
+ "linkingText": [
15636
+ "browsingContext.stopScreencast",
15637
+ "\"browsingContext.stopScreencast\""
15638
+ ],
15639
+ "localLinkingText": [],
15640
+ "type": "cddl-value",
15641
+ "for": [
15642
+ "browsingContext.StopScreencast/method"
15643
+ ],
15644
+ "access": "private",
15645
+ "informative": false,
15646
+ "heading": {
15647
+ "id": "command-browsingContext-stopScreencast",
15648
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
15649
+ "title": "The browsingContext.stopScreencast Command",
15650
+ "number": "7.3.3.14"
15651
+ },
15652
+ "definedIn": "pre",
15653
+ "links": []
15654
+ },
15655
+ {
15656
+ "id": "cddl-key-browsingcontextstopscreencast-params",
15657
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstopscreencast-params",
15658
+ "linkingText": [
15659
+ "params",
15660
+ "\"params\""
15661
+ ],
15662
+ "localLinkingText": [],
15663
+ "type": "cddl-key",
15664
+ "for": [
15665
+ "browsingContext.StopScreencast"
15666
+ ],
15667
+ "access": "private",
15668
+ "informative": false,
15669
+ "heading": {
15670
+ "id": "command-browsingContext-stopScreencast",
15671
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
15672
+ "title": "The browsingContext.stopScreencast Command",
15673
+ "number": "7.3.3.14"
15674
+ },
15675
+ "definedIn": "pre",
15676
+ "links": []
15677
+ },
15678
+ {
15679
+ "id": "cddl-type-browsingcontextstopscreencastparameters",
15680
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextstopscreencastparameters",
15681
+ "linkingText": [
15682
+ "browsingContext.StopScreencastParameters"
15683
+ ],
15684
+ "localLinkingText": [],
15685
+ "type": "cddl-type",
15686
+ "for": [],
15687
+ "access": "private",
15688
+ "informative": false,
15689
+ "heading": {
15690
+ "id": "command-browsingContext-stopScreencast",
15691
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
15692
+ "title": "The browsingContext.stopScreencast Command",
15693
+ "number": "7.3.3.14"
15694
+ },
15695
+ "definedIn": "pre",
15696
+ "links": []
15697
+ },
15698
+ {
15699
+ "id": "cddl-key-browsingcontextstopscreencastparameters-screencast",
15700
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstopscreencastparameters-screencast",
15701
+ "linkingText": [
15702
+ "screencast",
15703
+ "\"screencast\""
15704
+ ],
15705
+ "localLinkingText": [],
15706
+ "type": "cddl-key",
15707
+ "for": [
15708
+ "browsingContext.StopScreencastParameters"
15709
+ ],
15710
+ "access": "private",
15711
+ "informative": false,
15712
+ "heading": {
15713
+ "id": "command-browsingContext-stopScreencast",
15714
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
15715
+ "title": "The browsingContext.stopScreencast Command",
15716
+ "number": "7.3.3.14"
15717
+ },
15718
+ "definedIn": "pre",
15719
+ "links": []
15720
+ },
15721
+ {
15722
+ "id": "cddl-type-browsingcontextstopscreencastresult",
15723
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontextstopscreencastresult",
15724
+ "linkingText": [
15725
+ "browsingContext.StopScreencastResult"
15726
+ ],
15727
+ "localLinkingText": [],
15728
+ "type": "cddl-type",
15729
+ "for": [],
15730
+ "access": "private",
15731
+ "informative": false,
15732
+ "heading": {
15733
+ "id": "command-browsingContext-stopScreencast",
15734
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
15735
+ "title": "The browsingContext.stopScreencast Command",
15736
+ "number": "7.3.3.14"
15737
+ },
15738
+ "definedIn": "pre",
15739
+ "links": []
15740
+ },
15741
+ {
15742
+ "id": "cddl-key-browsingcontextstopscreencastresult-path",
15743
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstopscreencastresult-path",
15744
+ "linkingText": [
15745
+ "path",
15746
+ "\"path\""
15747
+ ],
15748
+ "localLinkingText": [],
15749
+ "type": "cddl-key",
15750
+ "for": [
15751
+ "browsingContext.StopScreencastResult"
15752
+ ],
15753
+ "access": "private",
15754
+ "informative": false,
15755
+ "heading": {
15756
+ "id": "command-browsingContext-stopScreencast",
15757
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
15758
+ "title": "The browsingContext.stopScreencast Command",
15759
+ "number": "7.3.3.14"
15760
+ },
15761
+ "definedIn": "pre",
15762
+ "links": []
15763
+ },
15764
+ {
15765
+ "id": "cddl-key-browsingcontextstopscreencastresult-error",
15766
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontextstopscreencastresult-error",
15767
+ "linkingText": [
15768
+ "error",
15769
+ "\"error\""
15770
+ ],
15771
+ "localLinkingText": [],
15772
+ "type": "cddl-key",
15773
+ "for": [
15774
+ "browsingContext.StopScreencastResult"
15775
+ ],
15776
+ "access": "private",
15777
+ "informative": false,
15778
+ "heading": {
15779
+ "id": "command-browsingContext-stopScreencast",
15780
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-stopScreencast",
15781
+ "title": "The browsingContext.stopScreencast Command",
15782
+ "number": "7.3.3.14"
15783
+ },
15784
+ "definedIn": "pre",
15785
+ "links": []
15786
+ },
15787
+ {
15788
+ "id": "commands-browsingcontexttraversehistory",
15789
+ "href": "https://www.w3.org/TR/webdriver-bidi/#commands-browsingcontexttraversehistory",
15790
+ "linkingText": [
15791
+ "browsingContext.traverseHistory"
15792
+ ],
15793
+ "localLinkingText": [],
15794
+ "type": "dfn",
15795
+ "for": [
15796
+ "commands"
15797
+ ],
15798
+ "access": "public",
15799
+ "informative": false,
15800
+ "heading": {
15801
+ "id": "command-browsingContext-traverseHistory",
15802
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
15803
+ "title": "The browsingContext.traverseHistory Command",
15804
+ "number": "7.3.3.15"
15805
+ },
15806
+ "definedIn": "prose",
15807
+ "links": []
15808
+ },
15809
+ {
15810
+ "id": "cddl-type-browsingcontexttraversehistory",
15811
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-type-browsingcontexttraversehistory",
15812
+ "linkingText": [
15813
+ "browsingContext.TraverseHistory"
15814
+ ],
15815
+ "localLinkingText": [],
15816
+ "type": "cddl-type",
15817
+ "for": [],
15818
+ "access": "private",
15819
+ "informative": false,
15820
+ "heading": {
15821
+ "id": "command-browsingContext-traverseHistory",
15822
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
15823
+ "title": "The browsingContext.traverseHistory Command",
15824
+ "number": "7.3.3.15"
15825
+ },
15826
+ "definedIn": "pre",
15827
+ "links": []
15828
+ },
15829
+ {
15830
+ "id": "cddl-key-browsingcontexttraversehistory-method",
15831
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontexttraversehistory-method",
15832
+ "linkingText": [
15833
+ "method",
15834
+ "\"method\""
15835
+ ],
15836
+ "localLinkingText": [],
15837
+ "type": "cddl-key",
15838
+ "for": [
15839
+ "browsingContext.TraverseHistory"
15840
+ ],
15841
+ "access": "private",
15842
+ "informative": false,
15843
+ "heading": {
15844
+ "id": "command-browsingContext-traverseHistory",
15845
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
15846
+ "title": "The browsingContext.traverseHistory Command",
15847
+ "number": "7.3.3.15"
15848
+ },
15849
+ "definedIn": "pre",
15850
+ "links": []
15851
+ },
15852
+ {
15853
+ "id": "cddl-value-browsingcontexttraversehistory-method-browsingcontexttraversehistory",
15854
+ "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-value-browsingcontexttraversehistory-method-browsingcontexttraversehistory",
15855
+ "linkingText": [
15856
+ "browsingContext.traverseHistory",
15857
+ "\"browsingContext.traverseHistory\""
15858
+ ],
15859
+ "localLinkingText": [],
15860
+ "type": "cddl-value",
15861
+ "for": [
15862
+ "browsingContext.TraverseHistory/method"
15863
+ ],
15864
+ "access": "private",
15865
+ "informative": false,
15866
+ "heading": {
15867
+ "id": "command-browsingContext-traverseHistory",
15868
+ "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
15869
+ "title": "The browsingContext.traverseHistory Command",
15870
+ "number": "7.3.3.15"
15871
+ },
15872
+ "definedIn": "pre",
15873
+ "links": []
15874
+ },
14937
15875
  {
14938
15876
  "id": "cddl-key-browsingcontexttraversehistory-params",
14939
15877
  "href": "https://www.w3.org/TR/webdriver-bidi/#cddl-key-browsingcontexttraversehistory-params",
@@ -14952,7 +15890,7 @@
14952
15890
  "id": "command-browsingContext-traverseHistory",
14953
15891
  "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
14954
15892
  "title": "The browsingContext.traverseHistory Command",
14955
- "number": "7.3.3.13"
15893
+ "number": "7.3.3.15"
14956
15894
  },
14957
15895
  "definedIn": "pre",
14958
15896
  "links": []
@@ -14972,7 +15910,7 @@
14972
15910
  "id": "command-browsingContext-traverseHistory",
14973
15911
  "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
14974
15912
  "title": "The browsingContext.traverseHistory Command",
14975
- "number": "7.3.3.13"
15913
+ "number": "7.3.3.15"
14976
15914
  },
14977
15915
  "definedIn": "pre",
14978
15916
  "links": []
@@ -14995,7 +15933,7 @@
14995
15933
  "id": "command-browsingContext-traverseHistory",
14996
15934
  "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
14997
15935
  "title": "The browsingContext.traverseHistory Command",
14998
- "number": "7.3.3.13"
15936
+ "number": "7.3.3.15"
14999
15937
  },
15000
15938
  "definedIn": "pre",
15001
15939
  "links": []
@@ -15018,7 +15956,7 @@
15018
15956
  "id": "command-browsingContext-traverseHistory",
15019
15957
  "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
15020
15958
  "title": "The browsingContext.traverseHistory Command",
15021
- "number": "7.3.3.13"
15959
+ "number": "7.3.3.15"
15022
15960
  },
15023
15961
  "definedIn": "pre",
15024
15962
  "links": []
@@ -15038,7 +15976,7 @@
15038
15976
  "id": "command-browsingContext-traverseHistory",
15039
15977
  "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
15040
15978
  "title": "The browsingContext.traverseHistory Command",
15041
- "number": "7.3.3.13"
15979
+ "number": "7.3.3.15"
15042
15980
  },
15043
15981
  "definedIn": "pre",
15044
15982
  "links": []
@@ -15058,7 +15996,7 @@
15058
15996
  "id": "command-browsingContext-traverseHistory",
15059
15997
  "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
15060
15998
  "title": "The browsingContext.traverseHistory Command",
15061
- "number": "7.3.3.13"
15999
+ "number": "7.3.3.15"
15062
16000
  },
15063
16001
  "definedIn": "prose",
15064
16002
  "links": []
@@ -15078,7 +16016,7 @@
15078
16016
  "id": "command-browsingContext-traverseHistory",
15079
16017
  "href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-traverseHistory",
15080
16018
  "title": "The browsingContext.traverseHistory Command",
15081
- "number": "7.3.3.13"
16019
+ "number": "7.3.3.15"
15082
16020
  },
15083
16021
  "definedIn": "prose",
15084
16022
  "links": []