Skip to content

Commit 3eacc48

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

File tree

3 files changed

+35
-27
lines changed

3 files changed

+35
-27
lines changed

ed/algorithms/webdriver-bidi.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@
12221222
"html": "<p>Let <var>current state</var> be <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#get-the-client-window-state\" id=\"ref-for-get-the-client-window-state\">get the client window state</a> with <var>window</var>.</p>"
12231223
},
12241224
{
1225-
"html": "<p>If <var>current state</var> is equal to <var>state</var>, return <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-success\" id=\"ref-for-dfn-success⑨\">success</a> with data null.</p>"
1225+
"html": "<p>If <var>current state</var> is \"<code>fullscreen</code>\", \"<code>maximized</code>\", or \"<code>minimized</code>\" and is equal to <var>state</var>, return <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-success\" id=\"ref-for-dfn-success⑨\">success</a> with data null.</p>"
12261226
},
12271227
{
12281228
"html": "<p>In the following list of conditions and associated steps, run the first set of steps for which the associated condition is true:</p>\n <dl>\n <dt>\"<code>fullscreen</code>\" \n </dt><dd>If not <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#fullscreen-is-supported\" id=\"ref-for-fullscreen-is-supported\">fullscreen is supported</a> return <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#errors\" id=\"ref-for-errors⑧\">error</a> with <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-error-code\" id=\"ref-for-dfn-error-code⑦\">error code</a> <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-unsupported-operation\" id=\"ref-for-dfn-unsupported-operation\">unsupported operation</a>. \n </dd><dt>\"<code>normal</code>\" \n </dt><dd>If not <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#restore-client-window-is-supported\" id=\"ref-for-restore-client-window-is-supported\">restore client window is supported</a> for <var>window</var> return <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#errors\" id=\"ref-for-errors⑨\">error</a> with <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-error-code\" id=\"ref-for-dfn-error-code⑧\">error code</a> <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-unsupported-operation\" id=\"ref-for-dfn-unsupported-operation①\">unsupported operation</a>. \n </dd><dt>\"<code>maximize</code>\" \n </dt><dd>If not <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#maximize-client-window-is-supported\" id=\"ref-for-maximize-client-window-is-supported\">maximize client window is supported</a> for <var>window</var> return <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#errors\" id=\"ref-for-errors①⓪\">error</a> with <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-error-code\" id=\"ref-for-dfn-error-code⑨\">error code</a> <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-unsupported-operation\" id=\"ref-for-dfn-unsupported-operation②\">unsupported operation</a>. \n </dd><dt>\"<code>minimize</code>\" \n </dt><dd>If not <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#minimize-client-window-is-supported\" id=\"ref-for-minimize-client-window-is-supported\">minimize client window is supported</a> for <var>window</var> return <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#errors\" id=\"ref-for-errors①①\">error</a> with <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-error-code\" id=\"ref-for-dfn-error-code①⓪\">error code</a> <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-unsupported-operation\" id=\"ref-for-dfn-unsupported-operation③\">unsupported operation</a>. \n </dd></dl>"
@@ -8058,14 +8058,20 @@
80588058
{
80598059
"html": "<p>Let <var>settings</var> be <var>script</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#settings-object\" id=\"ref-for-settings-object①\">settings object</a>.</p>"
80608060
},
8061+
{
8062+
"html": "<p>Let <var>timestamp</var> be a <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#sec-time-values-and-time-range\" id=\"ref-for-sec-time-values-and-time-range③\">time value</a> representing the current date and time in UTC.</p>"
8063+
},
80618064
{
80628065
"html": "<p>Let <var>stack</var> be the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#stack-trace-for-an-exception\" id=\"ref-for-stack-trace-for-an-exception①\">stack trace for an exception</a> with the exception\n corresponding to the error being reported.</p>"
80638066
},
80648067
{
80658068
"html": "<p>Let <var>source</var> be the result of <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#get-the-source\" id=\"ref-for-get-the-source②\">get the source</a> given <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#current-realm\" id=\"ref-for-current-realm③\">current Realm Record</a>.</p>"
80668069
},
80678070
{
8068-
"html": "<p>Let <var>entry</var> be a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map①④①\">map</a> matching the <code>log.JavascriptLogEntry</code> production,\n with <code>level</code> set to \"<code>error</code>\", <code>text</code> set to <var>message</var>, <code>source</code> set to <var>source</var>, and the <code>timestamp</code> field set to <var>timestamp</var>.</p>"
8071+
"html": "<p>Let <var>entry</var> be a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map①④①\">map</a> matching the <code>log.JavascriptLogEntry</code> production,\n with <code>level</code> set to \"<code>error</code>\", <code>text</code> set to <var>message</var>, <code>source</code> set to <var>source</var>, <code>timestamp</code> set to <var>timestamp</var>, and the <code>stackTrace</code> field set to <var>stack</var>.</p>"
8072+
},
8073+
{
8074+
"html": "<p>Let <var>body</var> be a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map①④②\">map</a> matching the <code>log.EntryAdded</code> production, with\n the <code>params</code> field set to <var>entry</var>.</p>"
80698075
},
80708076
{
80718077
"html": "<p>Let <var>related navigables</var> be the result of <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#get-related-navigables\" id=\"ref-for-get-related-navigables⑨\">get related navigables</a> given <var>settings</var>.</p>"
@@ -8137,7 +8143,7 @@
81378143
"rationale": ".algorithm",
81388144
"steps": [
81398145
{
8140-
"html": "<p>If <var>object</var> is a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map①④\">map</a> matching the <code>input.ElementOrigin</code> production, return true.</p>"
8146+
"html": "<p>If <var>object</var> is a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map①④\">map</a> matching the <code>input.ElementOrigin</code> production, return true.</p>"
81418147
},
81428148
{
81438149
"html": "<p>Return false.</p>"
@@ -8407,7 +8413,7 @@
84078413
"html": "<p>Perform implementation defined steps to install a web extension from <var>extension directory entry</var>. If this fails, return <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#errors\" id=\"ref-for-errors①⓪②\">error</a> with <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-error-code\" id=\"ref-for-dfn-error-code⑨⑤\">error code</a> <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#errors-invalid-web-extension\" id=\"ref-for-errors-invalid-web-extension②\">invalid web extension</a>. Otherwise let <var>extension id</var> be the unique identifier of the newly installed web extension.</p>"
84088414
},
84098415
{
8410-
"html": "<p>Let <var>result</var> be a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map①④\">map</a> matching the <code>webExtension.InstallResult</code> production with the <code>extension</code> field set to <var>extension id</var>.</p>"
8416+
"html": "<p>Let <var>result</var> be a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map①④\">map</a> matching the <code>webExtension.InstallResult</code> production with the <code>extension</code> field set to <var>extension id</var>.</p>"
84118417
},
84128418
{
84138419
"html": "<p>Return <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-success\" id=\"ref-for-dfn-success⑧④\">success</a> with data <var>result</var>.</p>"

ed/ids/webdriver-bidi.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3146,10 +3146,12 @@
31463146
"https://w3c.github.io/webdriver-bidi/#ref-for-buffer-a-log-event",
31473147
"https://w3c.github.io/webdriver-bidi/#ref-for-error-reporting-steps",
31483148
"https://w3c.github.io/webdriver-bidi/#ref-for-settings-object%E2%91%A0",
3149+
"https://w3c.github.io/webdriver-bidi/#ref-for-sec-time-values-and-time-range%E2%91%A2",
31493150
"https://w3c.github.io/webdriver-bidi/#ref-for-stack-trace-for-an-exception%E2%91%A0",
31503151
"https://w3c.github.io/webdriver-bidi/#ref-for-get-the-source%E2%91%A1",
31513152
"https://w3c.github.io/webdriver-bidi/#ref-for-current-realm%E2%91%A2",
31523153
"https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A3%E2%91%A0",
3154+
"https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A3%E2%91%A1",
31533155
"https://w3c.github.io/webdriver-bidi/#ref-for-get-related-navigables%E2%91%A8",
31543156
"https://w3c.github.io/webdriver-bidi/#ref-for-active-bidi-sessions%E2%91%A2",
31553157
"https://w3c.github.io/webdriver-bidi/#ref-for-event-is-enabled%E2%91%A3",
@@ -3175,7 +3177,7 @@
31753177
"https://w3c.github.io/webdriver-bidi/#type-input-origin",
31763178
"https://w3c.github.io/webdriver-bidi/#ref-for-element%E2%91%A4",
31773179
"https://w3c.github.io/webdriver-bidi/#is-inputelementorigin",
3178-
"https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A3%E2%91%A1",
3180+
"https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A3%E2%91%A2",
31793181
"https://w3c.github.io/webdriver-bidi/#get-element-from-inputelementorigin-steps",
31803182
"https://w3c.github.io/webdriver-bidi/#ref-for-nav-document%E2%91%A1%E2%93%AA",
31813183
"https://w3c.github.io/webdriver-bidi/#ref-for-environment-settings-object%E2%91%A0%E2%91%A3",
@@ -3310,7 +3312,7 @@
33103312
"https://w3c.github.io/webdriver-bidi/#ref-for-errors%E2%91%A0%E2%93%AA%E2%91%A1",
33113313
"https://w3c.github.io/webdriver-bidi/#ref-for-dfn-error-code%E2%91%A8%E2%91%A4",
33123314
"https://w3c.github.io/webdriver-bidi/#ref-for-errors-invalid-web-extension%E2%91%A1",
3313-
"https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A3%E2%91%A2",
3315+
"https://w3c.github.io/webdriver-bidi/#ref-for-ordered-map%E2%91%A0%E2%91%A3%E2%91%A3",
33143316
"https://w3c.github.io/webdriver-bidi/#ref-for-dfn-success%E2%91%A7%E2%91%A3",
33153317
"https://w3c.github.io/webdriver-bidi/#command-webExtension-uninstall",
33163318
"https://w3c.github.io/webdriver-bidi/#commands-webextensionuninstall",

ed/index.json

Lines changed: 21 additions & 21 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-08T06:47:22.613Z",
4+
"date": "2025-01-08T12:48:54.716Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -2453,7 +2453,7 @@
24532453
],
24542454
"crawled": "https://drafts.csswg.org/css-page-4/",
24552455
"crawlCacheInfo": {
2456-
"lastModified": "Wed, 08 Jan 2025 02:09:02 GMT"
2456+
"lastModified": "Wed, 08 Jan 2025 02:09:03 GMT"
24572457
},
24582458
"generator": "bikeshed",
24592459
"date": "12 May 2023",
@@ -2577,7 +2577,7 @@
25772577
],
25782578
"crawled": "https://drafts.csswg.org/css-shapes-2/",
25792579
"crawlCacheInfo": {
2580-
"lastModified": "Wed, 08 Jan 2025 02:09:02 GMT"
2580+
"lastModified": "Wed, 08 Jan 2025 02:09:03 GMT"
25812581
},
25822582
"generator": "bikeshed",
25832583
"date": "13 December 2024",
@@ -2638,7 +2638,7 @@
26382638
],
26392639
"crawled": "https://drafts.csswg.org/css-size-adjust-1/",
26402640
"crawlCacheInfo": {
2641-
"lastModified": "Wed, 08 Jan 2025 02:09:02 GMT"
2641+
"lastModified": "Wed, 08 Jan 2025 02:09:03 GMT"
26422642
},
26432643
"generator": "bikeshed",
26442644
"date": "24 January 2024",
@@ -15379,9 +15379,9 @@
1537915379
],
1538015380
"crawled": "https://www.rfc-editor.org/rfc/rfc7034",
1538115381
"crawlCacheInfo": {
15382-
"lastModified": "Tue, 31 Dec 2024 16:33:38 GMT"
15382+
"lastModified": "Tue, 07 Jan 2025 22:23:21 GMT"
1538315383
},
15384-
"date": "31 December 2024",
15384+
"date": "7 January 2025",
1538515385
"links": "links/rfc7034.json",
1538615386
"ids": "ids/rfc7034.json",
1538715387
"cddl": []
@@ -15517,9 +15517,9 @@
1551715517
],
1551815518
"crawled": "https://www.rfc-editor.org/rfc/rfc7578",
1551915519
"crawlCacheInfo": {
15520-
"lastModified": "Tue, 31 Dec 2024 07:25:21 GMT"
15520+
"lastModified": "Tue, 07 Jan 2025 08:20:53 GMT"
1552115521
},
15522-
"date": "31 December 2024",
15522+
"date": "7 January 2025",
1552315523
"links": "links/rfc7578.json",
1552415524
"ids": "ids/rfc7578.json",
1552515525
"cddl": []
@@ -16067,9 +16067,9 @@
1606716067
],
1606816068
"crawled": "https://www.rfc-editor.org/rfc/rfc8942",
1606916069
"crawlCacheInfo": {
16070-
"lastModified": "Wed, 01 Jan 2025 02:05:44 GMT"
16070+
"lastModified": "Wed, 08 Jan 2025 04:37:26 GMT"
1607116071
},
16072-
"date": "1 January 2025",
16072+
"date": "8 January 2025",
1607316073
"links": "links/rfc8942.json",
1607416074
"refs": "refs/rfc8942.json",
1607516075
"headings": "headings/rfc8942.json",
@@ -18498,7 +18498,7 @@
1849818498
],
1849918499
"crawled": "https://drafts.csswg.org/css-animations-1/",
1850018500
"crawlCacheInfo": {
18501-
"lastModified": "Wed, 08 Jan 2025 02:09:02 GMT"
18501+
"lastModified": "Wed, 08 Jan 2025 02:09:03 GMT"
1850218502
},
1850318503
"generator": "bikeshed",
1850418504
"date": "8 December 2023",
@@ -18568,7 +18568,7 @@
1856818568
],
1856918569
"crawled": "https://drafts.csswg.org/css-animations-2/",
1857018570
"crawlCacheInfo": {
18571-
"lastModified": "Wed, 08 Jan 2025 02:09:02 GMT"
18571+
"lastModified": "Wed, 08 Jan 2025 02:09:03 GMT"
1857218572
},
1857318573
"generator": "bikeshed",
1857418574
"date": "11 November 2024",
@@ -18912,7 +18912,7 @@
1891218912
],
1891318913
"crawled": "https://drafts.csswg.org/css-break-4/",
1891418914
"crawlCacheInfo": {
18915-
"lastModified": "Wed, 08 Jan 2025 02:09:02 GMT"
18915+
"lastModified": "Wed, 08 Jan 2025 02:09:03 GMT"
1891618916
},
1891718917
"generator": "bikeshed",
1891818918
"date": "11 March 2024",
@@ -20848,7 +20848,7 @@
2084820848
],
2084920849
"crawled": "https://drafts.csswg.org/css-grid-3/",
2085020850
"crawlCacheInfo": {
20851-
"lastModified": "Wed, 08 Jan 2025 02:09:02 GMT"
20851+
"lastModified": "Wed, 08 Jan 2025 02:09:03 GMT"
2085220852
},
2085320853
"generator": "bikeshed",
2085420854
"date": "3 October 2024",
@@ -21654,7 +21654,7 @@
2165421654
],
2165521655
"crawled": "https://drafts.csswg.org/css-nav-1/",
2165621656
"crawlCacheInfo": {
21657-
"lastModified": "Wed, 08 Jan 2025 02:09:02 GMT"
21657+
"lastModified": "Wed, 08 Jan 2025 02:09:03 GMT"
2165821658
},
2165921659
"generator": "bikeshed",
2166021660
"date": "29 July 2024",
@@ -22938,7 +22938,7 @@
2293822938
],
2293922939
"crawled": "https://drafts.csswg.org/css-scroll-snap-2/",
2294022940
"crawlCacheInfo": {
22941-
"lastModified": "Wed, 08 Jan 2025 02:09:02 GMT"
22941+
"lastModified": "Wed, 08 Jan 2025 02:09:03 GMT"
2294222942
},
2294322943
"generator": "bikeshed",
2294422944
"date": "16 December 2024",
@@ -23354,7 +23354,7 @@
2335423354
],
2335523355
"crawled": "https://drafts.csswg.org/css-speech-1/",
2335623356
"crawlCacheInfo": {
23357-
"lastModified": "Wed, 08 Jan 2025 02:09:02 GMT"
23357+
"lastModified": "Wed, 08 Jan 2025 02:09:03 GMT"
2335823358
},
2335923359
"generator": "bikeshed",
2336023360
"date": "29 October 2024",
@@ -24595,7 +24595,7 @@
2459524595
],
2459624596
"crawled": "https://drafts.csswg.org/css-variables-1/",
2459724597
"crawlCacheInfo": {
24598-
"lastModified": "Wed, 08 Jan 2025 02:09:02 GMT"
24598+
"lastModified": "Wed, 08 Jan 2025 02:09:03 GMT"
2459924599
},
2460024600
"generator": "bikeshed",
2460124601
"date": "25 October 2024",
@@ -37002,11 +37002,11 @@
3700237002
],
3700337003
"crawled": "https://w3c.github.io/webdriver-bidi/",
3700437004
"crawlCacheInfo": {
37005-
"lastModified": "Tue, 07 Jan 2025 12:08:33 GMT"
37005+
"lastModified": "Wed, 08 Jan 2025 11:25:49 GMT"
3700637006
},
3700737007
"generator": "bikeshed",
37008-
"date": "7 January 2025",
37009-
"revision": "ea72dc7633dd015ba43e6c0707e574351194e035",
37008+
"date": "8 January 2025",
37009+
"revision": "c095b380e03ec8fd5483a0bc930e58311c542e05",
3701037010
"algorithms": "algorithms/webdriver-bidi.json",
3701137011
"links": "links/webdriver-bidi.json",
3701237012
"refs": "refs/webdriver-bidi.json",

0 commit comments

Comments
 (0)