Skip to content

Commit

Permalink
Update of TR report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 18.1.2.
  • Loading branch information
reffy-bot committed Jan 16, 2025
1 parent 1f3f30b commit 27caad5
Show file tree
Hide file tree
Showing 7 changed files with 978 additions and 678 deletions.
657 changes: 418 additions & 239 deletions tr/algorithms/webdriver-bidi.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tr/cddl/webdriver-bidi-all.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ session.Subscription = text
session.SubscriptionRequest = {
events: [+text],
? contexts: [+browsingContext.BrowsingContext],
? userContexts: [+browser.UserContext],
}

session.UnsubscribeByIDRequest = {
Expand Down
1 change: 1 addition & 0 deletions tr/cddl/webdriver-bidi-remote.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ session.Subscription = text
session.SubscriptionRequest = {
events: [+text],
? contexts: [+browsingContext.BrowsingContext],
? userContexts: [+browser.UserContext],
}

session.UnsubscribeByIDRequest = {
Expand Down
40 changes: 40 additions & 0 deletions tr/dfns/webdriver-bidi.json
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,27 @@
},
"definedIn": "prose"
},
{
"id": "subscription-user-context-ids",
"href": "https://www.w3.org/TR/webdriver-bidi/#subscription-user-context-ids",
"linkingText": [
"user context ids"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"subscription"
],
"access": "private",
"informative": false,
"heading": {
"id": "events",
"href": "https://www.w3.org/TR/webdriver-bidi/#events",
"title": "Events",
"number": "3.6"
},
"definedIn": "prose"
},
{
"id": "subscription-global",
"href": "https://www.w3.org/TR/webdriver-bidi/#subscription-global",
Expand Down Expand Up @@ -1731,6 +1752,25 @@
},
"definedIn": "prose"
},
{
"id": "remove-user-context-subscriptions",
"href": "https://www.w3.org/TR/webdriver-bidi/#remove-user-context-subscriptions",
"linkingText": [
"remove user context subscriptions"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "user-contexts",
"href": "https://www.w3.org/TR/webdriver-bidi/#user-contexts",
"title": "User Contexts",
"number": "6"
},
"definedIn": "prose"
},
{
"id": "get-user-context",
"href": "https://www.w3.org/TR/webdriver-bidi/#get-user-context",
Expand Down
938 changes: 508 additions & 430 deletions tr/ids/webdriver-bidi.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions tr/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
"date": "2025-01-15T01:34:47.994Z",
"date": "2025-01-16T01:34:26.933Z",
"options": {
"fallback": "tr/index.json",
"output": "report",
Expand Down Expand Up @@ -723,7 +723,7 @@
"https://aomediacodec.github.io/av1-spec/"
],
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
"date": "15 January 2025",
"date": "16 January 2025",
"links": "links/av1-spec.json",
"cddl": []
},
Expand Down Expand Up @@ -11555,10 +11555,10 @@
],
"crawled": "https://www.w3.org/TR/html-aam-1.0/",
"crawlCacheInfo": {
"lastModified": "Fri, 10 Jan 2025 23:32:32 GMT"
"lastModified": "Wed, 15 Jan 2025 17:54:36 GMT"
},
"generator": "respec",
"date": "10 January 2025",
"date": "15 January 2025",
"revision": "e5a0eb2d50829e98168edf296e8bda2b5983b83a",
"algorithms": "algorithms/html-aam-1.0.json",
"links": "links/html-aam-1.0.json",
Expand Down Expand Up @@ -21026,11 +21026,11 @@
],
"crawled": "https://www.w3.org/TR/webdriver-bidi/",
"crawlCacheInfo": {
"lastModified": "Mon, 13 Jan 2025 08:45:18 GMT"
"lastModified": "Wed, 15 Jan 2025 12:06:45 GMT"
},
"generator": "bikeshed",
"date": "13 January 2025",
"revision": "e25f510a6ce923e6655db7cf1c0bf96473970e9a",
"date": "15 January 2025",
"revision": "1f2b39e82e8cec71c35f720f3e8098f182ec6275",
"algorithms": "algorithms/webdriver-bidi.json",
"links": "links/webdriver-bidi.json",
"refs": "refs/webdriver-bidi.json",
Expand Down
5 changes: 3 additions & 2 deletions tr/links/webdriver-bidi.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@
"struct",
"list-contain",
"iteration-continue",
"list-iterate",
"set-intersection",
"list-empty",
"set-append",
Expand All @@ -459,19 +460,19 @@
"map-exists",
"serialize-an-infra-value-to-json-bytes",
"map-size",
"list-iterate",
"list-remove",
"map-getting-the-values",
"map-clear",
"convert-a-json-derived-javascript-value-to-an-infra-value",
"set-union",
"set-create",
"list-size",
"list-append",
"set-difference",
"map-sort-in-ascending-order",
"list-append",
"list-clone",
"map-remove",
"set-equal",
"forgiving-base64-encode",
"list-extend",
"code-point-substring",
Expand Down

0 comments on commit 27caad5

Please sign in to comment.