You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: json/browser_protocol.json
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4364,6 +4364,12 @@
4364
4364
"description": "true if the query contains scroll-state() queries.",
4365
4365
"optional": true,
4366
4366
"type": "boolean"
4367
+
},
4368
+
{
4369
+
"name": "queriesAnchored",
4370
+
"description": "true if the query contains anchored() queries.",
4371
+
"optional": true,
4372
+
"type": "boolean"
4367
4373
}
4368
4374
]
4369
4375
},
@@ -7820,7 +7826,7 @@
7820
7826
},
7821
7827
{
7822
7828
"name": "getContainerForNode",
7823
-
"description": "Returns the query container of the given node based on container query\nconditions: containerName, physical and logical axes, and whether it queries\nscroll-state. If no axes are provided and queriesScrollState is false, the\nstyle container is returned, which is the direct parent or the closest\nelement with a matching container-name.",
7829
+
"description": "Returns the query container of the given node based on container query\nconditions: containerName, physical and logical axes, and whether it queries\nscroll-state or anchored elements. If no axes are provided and\nqueriesScrollState is false, the style container is returned, which is the\ndirect parent or the closest element with a matching container-name.",
0 commit comments