Skip to content

Commit 735f7d2

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.10.
1 parent e263be7 commit 735f7d2

File tree

4 files changed

+68
-32
lines changed

4 files changed

+68
-32
lines changed

ed/algorithms/html.json

Lines changed: 45 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27228,16 +27228,16 @@
2722827228
"html": "<p>Set <var>unloadPromptShown</var> to true.</p>"
2722927229
},
2723027230
{
27231-
"html": "<p>Invoke <a id=\"preventing-navigation:webdriver-bidi-user-prompt-opened\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-opened\" data-x-internal=\"webdriver-bidi-user-prompt-opened\">WebDriver BiDi user prompt opened</a> with <var>document</var>'s\n <a id=\"preventing-navigation:concept-relevant-global-4\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\">relevant global object</a>, \"<code>beforeunload</code>\", and \"\".</p>"
27231+
"html": "<p>Let <var>userPromptHandler</var> be the result of <a id=\"preventing-navigation:webdriver-bidi-user-prompt-opened\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-opened\" data-x-internal=\"webdriver-bidi-user-prompt-opened\">WebDriver BiDi user prompt\n opened</a> with <var>document</var>'s <a id=\"preventing-navigation:concept-relevant-global-4\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\">relevant global object</a>,\n \"<code>beforeunload</code>\", and \"\".</p>"
2723227232
},
2723327233
{
27234-
"html": "<p>Ask the user to confirm that they wish to unload the document, and <a id=\"preventing-navigation:pause\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#pause\">pause</a> while\n waiting for the user's response.</p>"
27234+
"html": "<p>If <var>userPromptHandler</var> is \"<code>dismiss</code>\", then set\n <var>unloadPromptCanceled</var> to true.</p>"
2723527235
},
2723627236
{
27237-
"html": "<p>If the user did not confirm the page navigation, set <var>unloadPromptCanceled</var> to\n true.</p>"
27237+
"html": "<p>If <var>userPromptHandler</var> is \"<code>none</code>\", then:</p>\n\n <ul><li>\n <p>Ask the user to confirm that they wish to unload the document, and <a id=\"preventing-navigation:pause\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#pause\">pause</a>\n while waiting for the user's response.</p>\n\n \n </li><li><p>If the user did not confirm the page navigation, then set\n <var>unloadPromptCanceled</var> to true.</p></li></ul>"
2723827238
},
2723927239
{
27240-
"html": "<p>Invoke <a id=\"preventing-navigation:webdriver-bidi-user-prompt-closed\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-closed\" data-x-internal=\"webdriver-bidi-user-prompt-closed\">WebDriver BiDi user prompt closed</a> with <var>document</var>'s\n <a id=\"preventing-navigation:concept-relevant-global-5\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\">relevant global object</a> and true if <var>unloadPromptCanceled</var> is false or\n false otherwise.</p>"
27240+
"html": "<p>Invoke <a id=\"preventing-navigation:webdriver-bidi-user-prompt-closed\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-closed\" data-x-internal=\"webdriver-bidi-user-prompt-closed\">WebDriver BiDi user prompt closed</a> with <var>document</var>'s\n <a id=\"preventing-navigation:concept-relevant-global-5\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\">relevant global object</a>, \"<code>beforeunload</code>\", and true\n if <var>unloadPromptCanceled</var> is false or false otherwise.</p>"
2724127241
}
2724227242
]
2724327243
},
@@ -34194,16 +34194,16 @@
3419434194
"html": "<p>Set <var>message</var> to the result of <a href=\"https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#optionally-truncate-a-simple-dialog-string\" id=\"simple-dialogs:optionally-truncate-a-simple-dialog-string\">optionally truncating</a> <var>message</var>.</p>"
3419534195
},
3419634196
{
34197-
"html": "<p>Show <var>message</var> to the user, treating U+000A LF as a line break.</p>"
34197+
"html": "<p>Let <var>userPromptHandler</var> be <a id=\"simple-dialogs:webdriver-bidi-user-prompt-opened\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-opened\" data-x-internal=\"webdriver-bidi-user-prompt-opened\">WebDriver BiDi user prompt opened</a> with\n <a id=\"simple-dialogs:this-2\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>, \"<code>alert</code>\", and <var>message</var>.</p>"
3419834198
},
3419934199
{
34200-
"html": "<p>Invoke <a id=\"simple-dialogs:webdriver-bidi-user-prompt-opened\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-opened\" data-x-internal=\"webdriver-bidi-user-prompt-opened\">WebDriver BiDi user prompt opened</a> with <a id=\"simple-dialogs:this-2\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>,\n \"<code>alert</code>\", and <var>message</var>.</p>"
34201-
},
34202-
{
34203-
"html": "<p>Optionally, <a id=\"simple-dialogs:pause\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#pause\">pause</a> while waiting for the user to acknowledge the\n message.</p>"
34200+
"html": "<p>If <var>userPromptHandler</var> is \"<code>none</code>\", then:</p>",
34201+
"ignored": [
34202+
"Show message to the user, treating U+000A LF as a line break.Optionally, pause while waiting for the user to acknowledge the message."
34203+
]
3420434204
},
3420534205
{
34206-
"html": "<p>Invoke <a id=\"simple-dialogs:webdriver-bidi-user-prompt-closed\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-closed\" data-x-internal=\"webdriver-bidi-user-prompt-closed\">WebDriver BiDi user prompt closed</a> with <a id=\"simple-dialogs:this-3\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>\n and true.</p>"
34206+
"html": "<p>Invoke <a id=\"simple-dialogs:webdriver-bidi-user-prompt-closed\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-closed\" data-x-internal=\"webdriver-bidi-user-prompt-closed\">WebDriver BiDi user prompt closed</a> with <a id=\"simple-dialogs:this-3\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>,\n \"<code>alert</code>\", and true.</p>"
3420734207
}
3420834208
]
3420934209
},
@@ -34226,16 +34226,31 @@
3422634226
"html": "<p>Show <var>message</var> to the user, treating U+000A LF as a line break, and ask the user\n to respond with a positive or negative response.</p>"
3422734227
},
3422834228
{
34229-
"html": "<p>Invoke <a id=\"simple-dialogs:webdriver-bidi-user-prompt-opened-2\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-opened\" data-x-internal=\"webdriver-bidi-user-prompt-opened\">WebDriver BiDi user prompt opened</a> with <a id=\"simple-dialogs:this-5\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>,\n \"<code>confirm</code>\", and <var>message</var>.</p>"
34229+
"html": "<p>Let <var>userPromptHandler</var> be <a id=\"simple-dialogs:webdriver-bidi-user-prompt-opened-2\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-opened\" data-x-internal=\"webdriver-bidi-user-prompt-opened\">WebDriver BiDi user prompt opened</a> with\n <a id=\"simple-dialogs:this-5\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>, \"<code>confirm</code>\", and <var>message</var>.</p>"
3423034230
},
3423134231
{
34232-
"html": "<p><a id=\"simple-dialogs:pause-2\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#pause\">Pause</a> until the user responds either positively or negatively.</p>"
34232+
"html": "<p>Let <var>accepted</var> be false.</p>"
34233+
},
34234+
{
34235+
"html": "If <var>userPromptHandler</var> is \"<code>none</code>\", then:",
34236+
"rationale": "if",
34237+
"steps": [
34238+
{
34239+
"html": "<p><a id=\"simple-dialogs:pause-2\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#pause\">Pause</a> until the user responds either positively or negatively.</p>"
34240+
},
34241+
{
34242+
"html": "<p>If the user responded positively, then set <var>accepted</var> to true.</p>"
34243+
}
34244+
]
3423334245
},
3423434246
{
34235-
"html": "<p>Invoke <a id=\"simple-dialogs:webdriver-bidi-user-prompt-closed-2\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-closed\" data-x-internal=\"webdriver-bidi-user-prompt-closed\">WebDriver BiDi user prompt closed</a> with <a id=\"simple-dialogs:this-6\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>,\n and true if the user responded positively or false otherwise.</p>"
34247+
"html": "<p>If <var>userPromptHandler</var> is \"<code>accept</code>\", then set\n <var>accepted</var> to true.</p>"
3423634248
},
3423734249
{
34238-
"html": "<p>If the user responded positively, return true; otherwise, the user responded negatively:\n return false.</p>"
34250+
"html": "<p>Invoke <a id=\"simple-dialogs:webdriver-bidi-user-prompt-closed-2\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-closed\" data-x-internal=\"webdriver-bidi-user-prompt-closed\">WebDriver BiDi user prompt closed</a> with <a id=\"simple-dialogs:this-6\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>,\n \"<code>confirm</code>\", and <var>accepted</var>.</p>"
34251+
},
34252+
{
34253+
"html": "<p>Return <var>accepted</var>.</p>"
3423934254
}
3424034255
]
3424134256
},
@@ -34261,16 +34276,28 @@
3426134276
"html": "<p>Show <var>message</var> to the user, treating U+000A LF as a line break, and ask the user\n to either respond with a string value or abort. The response must be defaulted to the value given\n by <var>default</var>.</p>"
3426234277
},
3426334278
{
34264-
"html": "<p>Invoke <a id=\"simple-dialogs:webdriver-bidi-user-prompt-opened-3\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-opened\" data-x-internal=\"webdriver-bidi-user-prompt-opened\">WebDriver BiDi user prompt opened</a> with <a id=\"simple-dialogs:this-8\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>,\n \"<code>prompt</code>\", <var>message</var>, and <var>default</var>.</p>"
34279+
"html": "<p>Let <var>userPromptHandler</var> be <a id=\"simple-dialogs:webdriver-bidi-user-prompt-opened-3\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-opened\" data-x-internal=\"webdriver-bidi-user-prompt-opened\">WebDriver BiDi user prompt opened</a> with\n <a id=\"simple-dialogs:this-8\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>, \"<code>prompt</code>\", and <var>message</var>.</p>"
34280+
},
34281+
{
34282+
"html": "<p>Let <var>result</var> be null.</p>"
3426534283
},
3426634284
{
34267-
"html": "<p><a id=\"simple-dialogs:pause-3\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#pause\">Pause</a> while waiting for the user's response.</p>"
34285+
"html": "If <var>userPromptHandler</var> is \"<code>none</code>\", then:",
34286+
"rationale": "if",
34287+
"steps": [
34288+
{
34289+
"html": "<p><a id=\"simple-dialogs:pause-3\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#pause\">Pause</a> while waiting for the user's response.</p>"
34290+
},
34291+
{
34292+
"html": "<p>If the user did not abort, then set <var>result</var> to the string that the user\n responded with.</p>"
34293+
}
34294+
]
3426834295
},
3426934296
{
34270-
"html": "<p>Let <var>result</var> be null if the user aborts, or otherwise the string that the user\n responded with.</p>"
34297+
"html": "<p>Otherwise, if <var>userPromptHandler</var> is \"<code>accept</code>\", then set\n <var>result</var> to the empty string.</p>"
3427134298
},
3427234299
{
34273-
"html": "<p>Invoke <a id=\"simple-dialogs:webdriver-bidi-user-prompt-closed-3\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-closed\" data-x-internal=\"webdriver-bidi-user-prompt-closed\">WebDriver BiDi user prompt closed</a> with <a id=\"simple-dialogs:this-9\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>,\n false if <var>result</var> is null or true otherwise, and <var>result</var>.</p>"
34300+
"html": "<p>Invoke <a id=\"simple-dialogs:webdriver-bidi-user-prompt-closed-3\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-user-prompt-closed\" data-x-internal=\"webdriver-bidi-user-prompt-closed\">WebDriver BiDi user prompt closed</a> with <a id=\"simple-dialogs:this-9\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>,\n \"<code>prompt</code>\", false if <var>result</var> is null or true otherwise,\n and <var>result</var>.</p>"
3427434301
},
3427534302
{
3427634303
"html": "<p>Return <var>result</var>.</p>"

ed/algorithms/selection-api.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
{
7575
"html": "If <var>node</var> is null, this method must behave identically\n as <code>removeAllRanges()</code> and abort these steps."
7676
},
77+
{
78+
"html": "If <var>node</var> is a <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"DocumentType\" data-cite=\"dom\" data-cite-path=\"\" data-cite-frag=\"documenttype\" data-type=\"interface\" href=\"https://dom.spec.whatwg.org/#documenttype\"><code>DocumentType</code></a>, throw an\n <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"InvalidNodeTypeError\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"invalidnodetypeerror\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#invalidnodetypeerror\"><code>InvalidNodeTypeError</code></a> exception and abort these steps."
79+
},
7780
{
7881
"html": "The method must throw an <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"IndexSizeError\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"indexsizeerror\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#indexsizeerror\"><code>IndexSizeError</code></a> exception if <var>\n offset</var> is longer than <var>node</var>'s <a data-link-type=\"dfn|abstract-op\" data-link-for=\"Node\" data-xref-for=\"Node\" data-cite=\"dom\" data-cite-path=\"\" data-cite-frag=\"concept-node-length\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-node-length\">length</a> and\n abort these steps."
7982
},
@@ -161,6 +164,9 @@
161164
"html": "The method must follow these steps:",
162165
"rationale": "if",
163166
"steps": [
167+
{
168+
"html": "If <var>node</var> is a <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"DocumentType\" data-cite=\"dom\" data-cite-path=\"\" data-cite-frag=\"documenttype\" data-type=\"interface\" href=\"https://dom.spec.whatwg.org/#documenttype\"><code>DocumentType</code></a>, throw an\n <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"InvalidNodeTypeError\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"invalidnodetypeerror\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#invalidnodetypeerror\"><code>InvalidNodeTypeError</code></a> exception and abort these steps."
169+
},
164170
{
165171
"html": "If <var>node</var>'s <a data-link-type=\"dfn|abstract-op\" data-link-for=\"tree\" data-xref-for=\"tree\" data-cite=\"dom\" data-cite-path=\"\" data-cite-frag=\"concept-tree-root\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-root\">root</a> is not the <a data-cite=\"dom#document\" data-link-type=\"idl\" href=\"https://dom.spec.whatwg.org/#document\">document</a>\n associated with <a data-link-type=\"dfn|abstract-op\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"this\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\">this</a>, abort these steps."
166172
},

ed/index.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2024-11-20T00:56:37.735Z",
4+
"date": "2024-11-20T06:42:58.307Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -675,7 +675,7 @@
675675
},
676676
"stats": {
677677
"crawled": 644,
678-
"errors": 1
678+
"errors": 2
679679
},
680680
"crawler": "reffy-17.2.10",
681681
"results": [
@@ -3379,9 +3379,9 @@
33793379
],
33803380
"crawled": "https://html.spec.whatwg.org/multipage/",
33813381
"crawlCacheInfo": {
3382-
"lastModified": "Mon, 18 Nov 2024 04:11:13 GMT"
3382+
"lastModified": "Wed, 20 Nov 2024 01:46:41 GMT"
33833383
},
3384-
"date": "18 November 2024",
3384+
"date": "20 November 2024",
33853385
"algorithms": "algorithms/html.json",
33863386
"links": "links/html.json",
33873387
"refs": "refs/html.json",
@@ -4378,7 +4378,8 @@
43784378
"date": "29 July 2023",
43794379
"links": "links/glTF.json",
43804380
"headings": "headings/glTF.json",
4381-
"ids": "ids/glTF.json"
4381+
"ids": "ids/glTF.json",
4382+
"error": "Error: Loading https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html triggered HTTP status 521\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)"
43824383
},
43834384
{
43844385
"url": "https://registry.khronos.org/OpenGL/specs/es/3.2/GLSL_ES_Specification_3.20.html",
@@ -15093,9 +15094,9 @@
1509315094
],
1509415095
"crawled": "https://www.rfc-editor.org/rfc/rfc7034",
1509515096
"crawlCacheInfo": {
15096-
"lastModified": "Tue, 12 Nov 2024 03:05:27 GMT"
15097+
"lastModified": "Tue, 19 Nov 2024 04:08:34 GMT"
1509715098
},
15098-
"date": "12 November 2024",
15099+
"date": "19 November 2024",
1509915100
"links": "links/rfc7034.json",
1510015101
"ids": "ids/rfc7034.json"
1510115102
},
@@ -15183,9 +15184,9 @@
1518315184
],
1518415185
"crawled": "https://www.rfc-editor.org/rfc/rfc7469",
1518515186
"crawlCacheInfo": {
15186-
"lastModified": "Tue, 12 Nov 2024 23:10:26 GMT"
15187+
"lastModified": "Wed, 20 Nov 2024 00:31:21 GMT"
1518715188
},
15188-
"date": "12 November 2024",
15189+
"date": "20 November 2024",
1518915190
"links": "links/rfc7469.json",
1519015191
"ids": "ids/rfc7469.json"
1519115192
},
@@ -32088,10 +32089,10 @@
3208832089
],
3208932090
"crawled": "https://w3c.github.io/selection-api/",
3209032091
"crawlCacheInfo": {
32091-
"lastModified": "Wed, 30 Oct 2024 19:17:41 GMT"
32092+
"lastModified": "Wed, 20 Nov 2024 02:51:23 GMT"
3209232093
},
3209332094
"generator": "respec",
32094-
"date": "30 October 2024",
32095+
"date": "20 November 2024",
3209532096
"algorithms": "algorithms/selection-api.json",
3209632097
"links": "links/selection-api.json",
3209732098
"refs": "refs/selection-api.json",
@@ -34967,11 +34968,11 @@
3496734968
],
3496834969
"crawled": "https://w3c.github.io/webauthn/",
3496934970
"crawlCacheInfo": {
34970-
"lastModified": "Thu, 14 Nov 2024 13:02:56 GMT"
34971+
"lastModified": "Wed, 20 Nov 2024 01:54:16 GMT"
3497134972
},
3497234973
"generator": "bikeshed",
34973-
"date": "14 November 2024",
34974-
"revision": "654d38406a07133d2788a316f4f590a40578159b",
34974+
"date": "20 November 2024",
34975+
"revision": "e2987a9e30186cf588ad262a904b535b896aaaee",
3497534976
"algorithms": "algorithms/webauthn-3.json",
3497634977
"links": "links/webauthn-3.json",
3497734978
"refs": "refs/webauthn-3.json",

ed/links/selection-api.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
"concept-tree-parent",
106106
"concept-range-end-node",
107107
"concept-range-end-offset",
108+
"documenttype",
108109
"concept-node-length",
109110
"concept-range-bp-set",
110111
"concept-tree-child",
@@ -170,6 +171,7 @@
170171
"this",
171172
"indexsizeerror",
172173
"notfounderror",
174+
"invalidnodetypeerror",
173175
"invalidstateerror"
174176
]
175177
},

0 commit comments

Comments
 (0)