Skip to content

Commit ff3353a

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.0.
1 parent fd9264f commit ff3353a

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

ed/algorithms/html.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@
15941594
{
15951595
"name": "algorithm for extracting a character encoding from a meta element",
15961596
"href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#algorithm-for-extracting-a-character-encoding-from-a-meta-element",
1597-
"html": "The <dfn id=\"algorithm-for-extracting-a-character-encoding-from-a-meta-element\">algorithm for extracting a character encoding from a <code>meta</code> element</dfn>,\n given a string <var>s</var>, is as follows. It either returns a character encoding or\n nothing.",
1597+
"html": "The <dfn id=\"algorithm-for-extracting-a-character-encoding-from-a-meta-element\">algorithm for extracting a character encoding from a <code>meta</code> element</dfn>,\n given a string <var>s</var>, is as follows. It returns either a character encoding or\n nothing.",
15981598
"rationale": "let",
15991599
"steps": [
16001600
{
@@ -13553,10 +13553,10 @@
1355313553
"rationale": "if",
1355413554
"steps": [
1355513555
{
13556-
"html": "<p>If <var>this</var> does not have an <code id=\"the-dialog-element:attr-dialog-open-9\"><a href=\"https://html.spec.whatwg.org/multipage/interactive-elements.html#attr-dialog-open\">open</a></code>\n attribute, then return.</p>"
13556+
"html": "<p>If <a id=\"the-dialog-element:this-20\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a> does not have an <code id=\"the-dialog-element:attr-dialog-open-9\"><a href=\"https://html.spec.whatwg.org/multipage/interactive-elements.html#attr-dialog-open\">open</a></code>\n attribute, then return.</p>"
1355713557
},
1355813558
{
13559-
"html": "<p><a id=\"the-dialog-element:assert-2\" href=\"https://infra.spec.whatwg.org/#assert\" data-x-internal=\"assert\">Assert</a>: <var>this</var>'s <a href=\"https://html.spec.whatwg.org/multipage/interactive-elements.html#dialog-close-watcher\" id=\"the-dialog-element:dialog-close-watcher\">close\n watcher</a> is not null.</p>"
13559+
"html": "<p><a id=\"the-dialog-element:assert-2\" href=\"https://infra.spec.whatwg.org/#assert\" data-x-internal=\"assert\">Assert</a>: <a id=\"the-dialog-element:this-21\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>'s <a href=\"https://html.spec.whatwg.org/multipage/interactive-elements.html#dialog-close-watcher\" id=\"the-dialog-element:dialog-close-watcher\">close\n watcher</a> is not null.</p>"
1356013560
},
1356113561
{
1356213562
"html": "<p>Set <var>dialog</var>'s <a href=\"https://html.spec.whatwg.org/multipage/interactive-elements.html#enable-close-watcher-for-requestclose()\" id=\"the-dialog-element:enable-close-watcher-for-requestclose()\">enable close watcher for <code>requestClose()</code></a> to true.</p>"
@@ -13565,7 +13565,7 @@
1356513565
"html": "<p>If <var>returnValue</var> is not given, then set it to null.</p>"
1356613566
},
1356713567
{
13568-
"html": "<p>Set <var>this</var>'s <a href=\"https://html.spec.whatwg.org/multipage/interactive-elements.html#request-close-return-value\" id=\"the-dialog-element:request-close-return-value\">request close return value</a> to\n <var>returnValue</var>.</p>"
13568+
"html": "<p>Set <a id=\"the-dialog-element:this-22\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>'s <a href=\"https://html.spec.whatwg.org/multipage/interactive-elements.html#request-close-return-value\" id=\"the-dialog-element:request-close-return-value\">request close return value</a> to\n <var>returnValue</var>.</p>"
1356913569
},
1357013570
{
1357113571
"html": "<p><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#close-watcher-request-close\" id=\"the-dialog-element:close-watcher-request-close\">Request to close</a> <var>dialog</var>'s\n <a href=\"https://html.spec.whatwg.org/multipage/interactive-elements.html#dialog-close-watcher\" id=\"the-dialog-element:dialog-close-watcher-2\">close watcher</a> with false.</p>"
@@ -20880,7 +20880,7 @@
2088020880
{
2088120881
"name": "check popover validity",
2088220882
"href": "https://html.spec.whatwg.org/multipage/popover.html#check-popover-validity",
20883-
"html": "To <dfn id=\"check-popover-validity\">check popover validity</dfn> for an <a href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#html-elements\" id=\"the-popover-attribute:html-elements-23\">HTML element</a>\n <var>element</var> given a boolean <var>expectedToBeShowing</var>, a boolean\n <var>throwExceptions</var>, and a <code id=\"the-popover-attribute:document-7\"><a href=\"https://html.spec.whatwg.org/multipage/dom.html#document\">Document</a></code> or null <var>expectedDocument</var>\n perform the following steps. They throw an exception or return a boolean.",
20883+
"html": "To <dfn id=\"check-popover-validity\">check popover validity</dfn> for an <a href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#html-elements\" id=\"the-popover-attribute:html-elements-23\">HTML element</a>\n <var>element</var> given a boolean <var>expectedToBeShowing</var>, a boolean\n <var>throwExceptions</var>, and a <code id=\"the-popover-attribute:document-7\"><a href=\"https://html.spec.whatwg.org/multipage/dom.html#document\">Document</a></code> or null <var>expectedDocument</var>,\n perform the following steps. They throw an exception or return a boolean.",
2088420884
"rationale": "if",
2088520885
"steps": [
2088620886
{
@@ -22139,7 +22139,7 @@
2213922139
{
2214022140
"name": "parse a sandboxing directive",
2214122141
"href": "https://html.spec.whatwg.org/multipage/browsers.html#parse-a-sandboxing-directive",
22142-
"html": "When the user agent is to <dfn id=\"parse-a-sandboxing-directive\" data-export=\"\">parse a sandboxing directive</dfn>, given a string\n <var>input</var>, a <a href=\"https://html.spec.whatwg.org/multipage/browsers.html#sandboxing-flag-set\" id=\"sandboxing:sandboxing-flag-set\">sandboxing flag set</a> <var>output</var>, it must run the following\n steps:",
22142+
"html": "When the user agent is to <dfn id=\"parse-a-sandboxing-directive\" data-export=\"\">parse a sandboxing directive</dfn>, given a string\n <var>input</var> and a <a href=\"https://html.spec.whatwg.org/multipage/browsers.html#sandboxing-flag-set\" id=\"sandboxing:sandboxing-flag-set\">sandboxing flag set</a> <var>output</var>, it must run the following\n steps:",
2214322143
"rationale": "split",
2214422144
"steps": [
2214522145
{
@@ -27733,7 +27733,7 @@
2773327733
{
2773427734
"name": "hand-off to external software",
2773527735
"href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hand-off-to-external-software",
27736-
"html": "To <dfn id=\"hand-off-to-external-software\">hand-off to external software</dfn> given a <a id=\"non-fetch-schemes-and-external-software:url-2\" href=\"https://url.spec.whatwg.org/#concept-url\" data-x-internal=\"url\">URL</a> or <a href=\"https://fetch.spec.whatwg.org/#concept-response\" id=\"non-fetch-schemes-and-external-software:concept-response\" data-x-internal=\"concept-response\">response</a> <var>resource</var>, a <a id=\"non-fetch-schemes-and-external-software:navigable-2\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#navigable\">navigable</a>\n <var>navigable</var>, a <a id=\"non-fetch-schemes-and-external-software:sandboxing-flag-set\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#sandboxing-flag-set\">sandboxing flag set</a> <var>sandboxFlags</var>, a boolean\n <var>hasTransientActivation</var>, and an <a id=\"non-fetch-schemes-and-external-software:concept-origin-2\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin\">origin</a> <var>initiatorOrigin</var> user\n agents should:",
27736+
"html": "To <dfn id=\"hand-off-to-external-software\">hand-off to external software</dfn> given a <a id=\"non-fetch-schemes-and-external-software:url-2\" href=\"https://url.spec.whatwg.org/#concept-url\" data-x-internal=\"url\">URL</a> or <a href=\"https://fetch.spec.whatwg.org/#concept-response\" id=\"non-fetch-schemes-and-external-software:concept-response\" data-x-internal=\"concept-response\">response</a> <var>resource</var>, a <a id=\"non-fetch-schemes-and-external-software:navigable-2\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#navigable\">navigable</a>\n <var>navigable</var>, a <a id=\"non-fetch-schemes-and-external-software:sandboxing-flag-set\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#sandboxing-flag-set\">sandboxing flag set</a> <var>sandboxFlags</var>, a boolean\n <var>hasTransientActivation</var>, and an <a id=\"non-fetch-schemes-and-external-software:concept-origin-2\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin\">origin</a> <var>initiatorOrigin</var>, user\n agents should:",
2773727737
"rationale": "if",
2773827738
"steps": [
2773927739
{
@@ -34244,7 +34244,7 @@
3424434244
{
3424534245
"name": "document write steps",
3424634246
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#document-write-steps",
34247-
"html": "The <dfn id=\"document-write-steps\">document write steps</dfn>, given a <code id=\"document.write():document-3\"><a href=\"https://html.spec.whatwg.org/multipage/dom.html#document\">Document</a></code> object <var>document</var>,\n a list <var>text</var>, a boolean <var>lineFeed</var> and a string <var>sink</var>, are as\n follows:",
34247+
"html": "The <dfn id=\"document-write-steps\">document write steps</dfn>, given a <code id=\"document.write():document-3\"><a href=\"https://html.spec.whatwg.org/multipage/dom.html#document\">Document</a></code> object <var>document</var>,\n a list <var>text</var>, a boolean <var>lineFeed</var>, and a string <var>sink</var>, are as\n follows:",
3424834248
"rationale": "let",
3424934249
"steps": [
3425034250
{
@@ -36251,7 +36251,7 @@
3625136251
{
3625236252
"name": "message port post message steps",
3625336253
"href": "https://html.spec.whatwg.org/multipage/web-messaging.html#message-port-post-message-steps",
36254-
"html": "The <dfn id=\"message-port-post-message-steps\">message port post message steps</dfn>, given <var>sourcePort</var>,\n <var>targetPort</var>, <var>message</var> and <var>options</var> are as follows:",
36254+
"html": "The <dfn id=\"message-port-post-message-steps\">message port post message steps</dfn>, given <var>sourcePort</var>,\n <var>targetPort</var>, <var>message</var>, and <var>options</var> are as follows:",
3625536255
"rationale": "let",
3625636256
"steps": [
3625736257
{
@@ -36630,7 +36630,7 @@
3663036630
{
3663136631
"name": "terminate a worker",
3663236632
"href": "https://html.spec.whatwg.org/multipage/workers.html#terminate-a-worker",
36633-
"html": "When a user agent is to <dfn id=\"terminate-a-worker\" data-export=\"\">terminate a worker</dfn> it must run the following steps\n <a id=\"worker-processing-model:in-parallel\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\">in parallel</a> with the worker's main loop (the \"<a href=\"https://html.spec.whatwg.org/multipage/workers.html#run-a-worker\" id=\"worker-processing-model:run-a-worker\">run a worker</a>\" processing\n model defined above):",
36633+
"html": "When a user agent is to <dfn id=\"terminate-a-worker\" data-export=\"\">terminate a worker</dfn>, it must run the following steps\n <a id=\"worker-processing-model:in-parallel\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\">in parallel</a> with the worker's main loop (the \"<a href=\"https://html.spec.whatwg.org/multipage/workers.html#run-a-worker\" id=\"worker-processing-model:run-a-worker\">run a worker</a>\" processing\n model defined above):",
3663436634
"rationale": "set",
3663536635
"steps": [
3663636636
{
@@ -40893,7 +40893,7 @@
4089340893
{
4089440894
"name": "insert a comment",
4089540895
"href": "https://html.spec.whatwg.org/multipage/parsing.html#insert-a-comment",
40896-
"html": "When the steps below require the user agent to <dfn id=\"insert-a-comment\">insert a comment</dfn> while processing a\n comment token, optionally with an explicitly insertion position <var>position</var>, the\n user agent must run the following steps:",
40896+
"html": "When the steps below require the user agent to <dfn id=\"insert-a-comment\">insert a comment</dfn> while processing a\n comment token, optionally with an explicit insertion position <var>position</var>, the\n user agent must run the following steps:",
4089740897
"rationale": "let",
4089840898
"steps": [
4089940899
{

ed/ids/html.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26614,10 +26614,13 @@
2661426614
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Aclose-the-dialog",
2661526615
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Athis-19",
2661626616
"https://html.spec.whatwg.org/multipage/interactive-elements.html#dom-dialog-requestclose",
26617+
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Athis-20",
2661726618
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Aattr-dialog-open-9",
2661826619
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Aassert-2",
26620+
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Athis-21",
2661926621
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Adialog-close-watcher",
2662026622
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Aenable-close-watcher-for-requestclose()",
26623+
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Athis-22",
2662126624
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Arequest-close-return-value",
2662226625
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Aclose-watcher-request-close",
2662326626
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Adialog-close-watcher-2",
@@ -33664,6 +33667,7 @@
3366433667
"https://html.spec.whatwg.org/multipage/interaction.html#dom-commandevent-source",
3366533668
"https://html.spec.whatwg.org/multipage/interaction.html#the-commandevent-interface%3Adom-retarget",
3366633669
"https://html.spec.whatwg.org/multipage/interaction.html#the-commandevent-interface%3Adom-commandevent-source-2",
33670+
"https://html.spec.whatwg.org/multipage/interaction.html#the-commandevent-interface%3Athis",
3366733671
"https://html.spec.whatwg.org/multipage/interaction.html#the-commandevent-interface%3Adom-event-currenttarget",
3366833672
"https://html.spec.whatwg.org/multipage/interaction.html#focus",
3366933673
"https://html.spec.whatwg.org/multipage/interaction.html#introduction-8",

ed/index.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-02-23T06:40:54.015Z",
4+
"date": "2025-02-23T12:47:49.222Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -3202,9 +3202,9 @@
32023202
],
32033203
"crawled": "https://html.spec.whatwg.org/multipage/",
32043204
"crawlCacheInfo": {
3205-
"lastModified": "Fri, 21 Feb 2025 14:13:13 GMT"
3205+
"lastModified": "Sun, 23 Feb 2025 08:08:48 GMT"
32063206
},
3207-
"date": "21 February 2025",
3207+
"date": "23 February 2025",
32083208
"algorithms": "algorithms/html.json",
32093209
"links": "links/html.json",
32103210
"refs": "refs/html.json",

0 commit comments

Comments
 (0)