Skip to content

Commit f8cc738

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.1.2.
1 parent f8a268f commit f8cc738

File tree

8 files changed

+482
-380
lines changed

8 files changed

+482
-380
lines changed

ed/algorithms/webdriver-bidi.json

Lines changed: 192 additions & 148 deletions
Large diffs are not rendered by default.

ed/cddl/webdriver-bidi-all.cddl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ browsingContext.Info = {
408408
browsingContext.Locator = (
409409
browsingContext.AccessibilityLocator /
410410
browsingContext.CssLocator /
411+
browsingContext.ContextLocator /
411412
browsingContext.InnerTextLocator /
412413
browsingContext.XPathLocator
413414
)
@@ -425,6 +426,13 @@ browsingContext.CssLocator = {
425426
value: text
426427
}
427428

429+
browsingContext.ContextLocator = {
430+
type: "context",
431+
value: {
432+
context: browsingContext.BrowsingContext,
433+
}
434+
}
435+
428436
browsingContext.InnerTextLocator = {
429437
type: "innerText",
430438
value: text,

ed/cddl/webdriver-bidi-local.cddl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ browsingContext.Info = {
261261
browsingContext.Locator = (
262262
browsingContext.AccessibilityLocator /
263263
browsingContext.CssLocator /
264+
browsingContext.ContextLocator /
264265
browsingContext.InnerTextLocator /
265266
browsingContext.XPathLocator
266267
)
@@ -278,6 +279,13 @@ browsingContext.CssLocator = {
278279
value: text
279280
}
280281

282+
browsingContext.ContextLocator = {
283+
type: "context",
284+
value: {
285+
context: browsingContext.BrowsingContext,
286+
}
287+
}
288+
281289
browsingContext.InnerTextLocator = {
282290
type: "innerText",
283291
value: text,

ed/cddl/webdriver-bidi-remote.cddl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ browsingContext.BrowsingContext = text;
249249
browsingContext.Locator = (
250250
browsingContext.AccessibilityLocator /
251251
browsingContext.CssLocator /
252+
browsingContext.ContextLocator /
252253
browsingContext.InnerTextLocator /
253254
browsingContext.XPathLocator
254255
)
@@ -266,6 +267,13 @@ browsingContext.CssLocator = {
266267
value: text
267268
}
268269

270+
browsingContext.ContextLocator = {
271+
type: "context",
272+
value: {
273+
context: browsingContext.BrowsingContext,
274+
}
275+
}
276+
269277
browsingContext.InnerTextLocator = {
270278
type: "innerText",
271279
value: text,

ed/dfns/webdriver-bidi.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3003,6 +3003,25 @@
30033003
},
30043004
"definedIn": "prose"
30053005
},
3006+
{
3007+
"id": "locate-the-container-element",
3008+
"href": "https://w3c.github.io/webdriver-bidi/#locate-the-container-element",
3009+
"linkingText": [
3010+
"locate the container element"
3011+
],
3012+
"localLinkingText": [],
3013+
"type": "dfn",
3014+
"for": [],
3015+
"access": "private",
3016+
"informative": false,
3017+
"heading": {
3018+
"id": "command-browsingContext-locateNodes",
3019+
"href": "https://w3c.github.io/webdriver-bidi/#command-browsingContext-locateNodes",
3020+
"title": "The browsingContext.locateNodes Command",
3021+
"number": "7.3.3.7"
3022+
},
3023+
"definedIn": "prose"
3024+
},
30063025
{
30073026
"id": "locate-nodes-using-xpath",
30083027
"href": "https://w3c.github.io/webdriver-bidi/#locate-nodes-using-xpath",

ed/ids/webdriver-bidi.json

Lines changed: 238 additions & 224 deletions
Large diffs are not rendered by default.

ed/index.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-01-13T06:42:56.942Z",
4+
"date": "2025-01-13T12:48:35.676Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -15241,9 +15241,9 @@
1524115241
],
1524215242
"crawled": "https://www.rfc-editor.org/rfc/rfc6454",
1524315243
"crawlCacheInfo": {
15244-
"lastModified": "Mon, 06 Jan 2025 00:05:32 GMT"
15244+
"lastModified": "Mon, 13 Jan 2025 00:58:37 GMT"
1524515245
},
15246-
"date": "6 January 2025",
15246+
"date": "13 January 2025",
1524715247
"links": "links/rfc6454.json",
1524815248
"ids": "ids/rfc6454.json",
1524915249
"cddl": []
@@ -15333,9 +15333,9 @@
1533315333
],
1533415334
"crawled": "https://www.rfc-editor.org/rfc/rfc6797",
1533515335
"crawlCacheInfo": {
15336-
"lastModified": "Fri, 03 Jan 2025 12:10:20 GMT"
15336+
"lastModified": "Fri, 10 Jan 2025 13:31:01 GMT"
1533715337
},
15338-
"date": "3 January 2025",
15338+
"date": "10 January 2025",
1533915339
"links": "links/rfc6797.json",
1534015340
"ids": "ids/rfc6797.json",
1534115341
"cddl": []
@@ -37002,11 +37002,11 @@
3700237002
],
3700337003
"crawled": "https://w3c.github.io/webdriver-bidi/",
3700437004
"crawlCacheInfo": {
37005-
"lastModified": "Wed, 08 Jan 2025 14:19:52 GMT"
37005+
"lastModified": "Mon, 13 Jan 2025 08:45:23 GMT"
3700637006
},
3700737007
"generator": "bikeshed",
37008-
"date": "8 January 2025",
37009-
"revision": "87cd2c0c172e870cf6c689947eb5eb0b0c5888a2",
37008+
"date": "13 January 2025",
37009+
"revision": "e25f510a6ce923e6655db7cf1c0bf96473970e9a",
3701037010
"algorithms": "algorithms/webdriver-bidi.json",
3701137011
"links": "links/webdriver-bidi.json",
3701237012
"refs": "refs/webdriver-bidi.json",

ed/links/webdriver-bidi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@
307307
"close-a-top-level-traversable",
308308
"system-visibility-state",
309309
"creating-a-new-top-level-traversable",
310+
"nav-container",
310311
"descendant-navigables",
311312
"tn-session-history-traversal-queue",
312313
"tn-current-session-history-step",

0 commit comments

Comments
 (0)