Skip to content

Commit fabfc45

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.4.0.
1 parent 2dcaa86 commit fabfc45

7 files changed

+875
-478
lines changed

tr/algorithms/webdriver-bidi.json

+332-177
Large diffs are not rendered by default.

tr/cddl/webdriver-bidi-all.cddl

+2-1
Original file line numberDiff line numberDiff line change
@@ -648,9 +648,10 @@ browsingContext.SetViewport = (
648648
)
649649

650650
browsingContext.SetViewportParameters = {
651-
context: browsingContext.BrowsingContext,
651+
? context: browsingContext.BrowsingContext,
652652
? viewport: browsingContext.Viewport / null,
653653
? devicePixelRatio: (float .gt 0.0) / null,
654+
? userContexts: [+browser.UserContext],
654655
}
655656

656657
browsingContext.Viewport = {

tr/cddl/webdriver-bidi-remote.cddl

+2-1
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,10 @@ browsingContext.SetViewport = (
456456
)
457457

458458
browsingContext.SetViewportParameters = {
459-
context: browsingContext.BrowsingContext,
459+
? context: browsingContext.BrowsingContext,
460460
? viewport: browsingContext.Viewport / null,
461461
? devicePixelRatio: (float .gt 0.0) / null,
462+
? userContexts: [+browser.UserContext],
462463
}
463464

464465
browsingContext.Viewport = {

tr/dfns/webdriver-bidi.json

+181
Original file line numberDiff line numberDiff line change
@@ -2630,6 +2630,149 @@
26302630
},
26312631
"definedIn": "prose"
26322632
},
2633+
{
2634+
"id": "viewport-configuration-viewport-dimensions",
2635+
"href": "https://www.w3.org/TR/webdriver-bidi/#viewport-configuration-viewport-dimensions",
2636+
"linkingText": [
2637+
"viewport dimensions"
2638+
],
2639+
"localLinkingText": [],
2640+
"type": "dfn",
2641+
"for": [
2642+
"viewport-configuration"
2643+
],
2644+
"access": "private",
2645+
"informative": false,
2646+
"heading": {
2647+
"id": "module-browsingContext-definition",
2648+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
2649+
"title": "Definition",
2650+
"number": "7.3.1"
2651+
},
2652+
"definedIn": "prose"
2653+
},
2654+
{
2655+
"id": "dom-viewport-dimensions-height",
2656+
"href": "https://www.w3.org/TR/webdriver-bidi/#dom-viewport-dimensions-height",
2657+
"linkingText": [
2658+
"height"
2659+
],
2660+
"localLinkingText": [],
2661+
"type": "attribute",
2662+
"for": [
2663+
"viewport-dimensions"
2664+
],
2665+
"access": "public",
2666+
"informative": false,
2667+
"heading": {
2668+
"id": "module-browsingContext-definition",
2669+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
2670+
"title": "Definition",
2671+
"number": "7.3.1"
2672+
},
2673+
"definedIn": "prose"
2674+
},
2675+
{
2676+
"id": "dom-viewport-dimensions-width",
2677+
"href": "https://www.w3.org/TR/webdriver-bidi/#dom-viewport-dimensions-width",
2678+
"linkingText": [
2679+
"width"
2680+
],
2681+
"localLinkingText": [],
2682+
"type": "attribute",
2683+
"for": [
2684+
"viewport-dimensions"
2685+
],
2686+
"access": "public",
2687+
"informative": false,
2688+
"heading": {
2689+
"id": "module-browsingContext-definition",
2690+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
2691+
"title": "Definition",
2692+
"number": "7.3.1"
2693+
},
2694+
"definedIn": "prose"
2695+
},
2696+
{
2697+
"id": "viewport-configuration",
2698+
"href": "https://www.w3.org/TR/webdriver-bidi/#viewport-configuration",
2699+
"linkingText": [
2700+
"viewport configuration"
2701+
],
2702+
"localLinkingText": [],
2703+
"type": "dfn",
2704+
"for": [],
2705+
"access": "private",
2706+
"informative": false,
2707+
"heading": {
2708+
"id": "module-browsingContext-definition",
2709+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
2710+
"title": "Definition",
2711+
"number": "7.3.1"
2712+
},
2713+
"definedIn": "prose"
2714+
},
2715+
{
2716+
"id": "dom-viewport-configuration-viewport",
2717+
"href": "https://www.w3.org/TR/webdriver-bidi/#dom-viewport-configuration-viewport",
2718+
"linkingText": [
2719+
"viewport"
2720+
],
2721+
"localLinkingText": [],
2722+
"type": "attribute",
2723+
"for": [
2724+
"viewport-configuration"
2725+
],
2726+
"access": "public",
2727+
"informative": false,
2728+
"heading": {
2729+
"id": "module-browsingContext-definition",
2730+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
2731+
"title": "Definition",
2732+
"number": "7.3.1"
2733+
},
2734+
"definedIn": "prose"
2735+
},
2736+
{
2737+
"id": "dom-viewport-configuration-devicepixelratio",
2738+
"href": "https://www.w3.org/TR/webdriver-bidi/#dom-viewport-configuration-devicepixelratio",
2739+
"linkingText": [
2740+
"devicePixelRatio"
2741+
],
2742+
"localLinkingText": [],
2743+
"type": "attribute",
2744+
"for": [
2745+
"viewport-configuration"
2746+
],
2747+
"access": "public",
2748+
"informative": false,
2749+
"heading": {
2750+
"id": "module-browsingContext-definition",
2751+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
2752+
"title": "Definition",
2753+
"number": "7.3.1"
2754+
},
2755+
"definedIn": "prose"
2756+
},
2757+
{
2758+
"id": "viewport-overrides-map",
2759+
"href": "https://www.w3.org/TR/webdriver-bidi/#viewport-overrides-map",
2760+
"linkingText": [
2761+
"viewport overrides map"
2762+
],
2763+
"localLinkingText": [],
2764+
"type": "dfn",
2765+
"for": [],
2766+
"access": "private",
2767+
"informative": false,
2768+
"heading": {
2769+
"id": "module-browsingContext-definition",
2770+
"href": "https://www.w3.org/TR/webdriver-bidi/#module-browsingContext-definition",
2771+
"title": "Definition",
2772+
"number": "7.3.1"
2773+
},
2774+
"definedIn": "prose"
2775+
},
26332776
{
26342777
"id": "navigable-id",
26352778
"href": "https://www.w3.org/TR/webdriver-bidi/#navigable-id",
@@ -3241,6 +3384,44 @@
32413384
},
32423385
"definedIn": "prose"
32433386
},
3387+
{
3388+
"id": "set-device-pixel-ratio-override",
3389+
"href": "https://www.w3.org/TR/webdriver-bidi/#set-device-pixel-ratio-override",
3390+
"linkingText": [
3391+
"set device pixel ratio override"
3392+
],
3393+
"localLinkingText": [],
3394+
"type": "dfn",
3395+
"for": [],
3396+
"access": "private",
3397+
"informative": false,
3398+
"heading": {
3399+
"id": "command-browsingContext-setViewport",
3400+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-setViewport",
3401+
"title": "The browsingContext.setViewport Command",
3402+
"number": "7.3.3.11"
3403+
},
3404+
"definedIn": "prose"
3405+
},
3406+
{
3407+
"id": "set-viewport",
3408+
"href": "https://www.w3.org/TR/webdriver-bidi/#set-viewport",
3409+
"linkingText": [
3410+
"set viewport"
3411+
],
3412+
"localLinkingText": [],
3413+
"type": "dfn",
3414+
"for": [],
3415+
"access": "private",
3416+
"informative": false,
3417+
"heading": {
3418+
"id": "command-browsingContext-setViewport",
3419+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browsingContext-setViewport",
3420+
"title": "The browsingContext.setViewport Command",
3421+
"number": "7.3.3.11"
3422+
},
3423+
"definedIn": "prose"
3424+
},
32443425
{
32453426
"id": "commands-browsingcontexttraversehistory",
32463427
"href": "https://www.w3.org/TR/webdriver-bidi/#commands-browsingcontexttraversehistory",

0 commit comments

Comments
 (0)