Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 18.4.0.
  • Loading branch information
reffy-bot committed Feb 23, 2025
1 parent fd9264f commit ff3353a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
22 changes: 11 additions & 11 deletions ed/algorithms/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@
{
"name": "algorithm for extracting a character encoding from a meta element",
"href": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#algorithm-for-extracting-a-character-encoding-from-a-meta-element",
"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.",
"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.",
"rationale": "let",
"steps": [
{
Expand Down Expand Up @@ -13553,10 +13553,10 @@
"rationale": "if",
"steps": [
{
"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>"
"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>"
},
{
"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>"
"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>"
},
{
"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>"
Expand All @@ -13565,7 +13565,7 @@
"html": "<p>If <var>returnValue</var> is not given, then set it to null.</p>"
},
{
"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>"
"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>"
},
{
"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>"
Expand Down Expand Up @@ -20880,7 +20880,7 @@
{
"name": "check popover validity",
"href": "https://html.spec.whatwg.org/multipage/popover.html#check-popover-validity",
"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.",
"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.",
"rationale": "if",
"steps": [
{
Expand Down Expand Up @@ -22139,7 +22139,7 @@
{
"name": "parse a sandboxing directive",
"href": "https://html.spec.whatwg.org/multipage/browsers.html#parse-a-sandboxing-directive",
"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:",
"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:",
"rationale": "split",
"steps": [
{
Expand Down Expand Up @@ -27733,7 +27733,7 @@
{
"name": "hand-off to external software",
"href": "https://html.spec.whatwg.org/multipage/browsing-the-web.html#hand-off-to-external-software",
"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:",
"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:",
"rationale": "if",
"steps": [
{
Expand Down Expand Up @@ -34244,7 +34244,7 @@
{
"name": "document write steps",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#document-write-steps",
"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:",
"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:",
"rationale": "let",
"steps": [
{
Expand Down Expand Up @@ -36251,7 +36251,7 @@
{
"name": "message port post message steps",
"href": "https://html.spec.whatwg.org/multipage/web-messaging.html#message-port-post-message-steps",
"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:",
"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:",
"rationale": "let",
"steps": [
{
Expand Down Expand Up @@ -36630,7 +36630,7 @@
{
"name": "terminate a worker",
"href": "https://html.spec.whatwg.org/multipage/workers.html#terminate-a-worker",
"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):",
"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):",
"rationale": "set",
"steps": [
{
Expand Down Expand Up @@ -40893,7 +40893,7 @@
{
"name": "insert a comment",
"href": "https://html.spec.whatwg.org/multipage/parsing.html#insert-a-comment",
"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:",
"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:",
"rationale": "let",
"steps": [
{
Expand Down
4 changes: 4 additions & 0 deletions ed/ids/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -26614,10 +26614,13 @@
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Aclose-the-dialog",
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Athis-19",
"https://html.spec.whatwg.org/multipage/interactive-elements.html#dom-dialog-requestclose",
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Athis-20",
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Aattr-dialog-open-9",
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Aassert-2",
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Athis-21",
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Adialog-close-watcher",
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Aenable-close-watcher-for-requestclose()",
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Athis-22",
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Arequest-close-return-value",
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Aclose-watcher-request-close",
"https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element%3Adialog-close-watcher-2",
Expand Down Expand Up @@ -33664,6 +33667,7 @@
"https://html.spec.whatwg.org/multipage/interaction.html#dom-commandevent-source",
"https://html.spec.whatwg.org/multipage/interaction.html#the-commandevent-interface%3Adom-retarget",
"https://html.spec.whatwg.org/multipage/interaction.html#the-commandevent-interface%3Adom-commandevent-source-2",
"https://html.spec.whatwg.org/multipage/interaction.html#the-commandevent-interface%3Athis",
"https://html.spec.whatwg.org/multipage/interaction.html#the-commandevent-interface%3Adom-event-currenttarget",
"https://html.spec.whatwg.org/multipage/interaction.html#focus",
"https://html.spec.whatwg.org/multipage/interaction.html#introduction-8",
Expand Down
6 changes: 3 additions & 3 deletions ed/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
"date": "2025-02-23T06:40:54.015Z",
"date": "2025-02-23T12:47:49.222Z",
"options": {
"fallback": "ed/index.json",
"output": "report",
Expand Down Expand Up @@ -3202,9 +3202,9 @@
],
"crawled": "https://html.spec.whatwg.org/multipage/",
"crawlCacheInfo": {
"lastModified": "Fri, 21 Feb 2025 14:13:13 GMT"
"lastModified": "Sun, 23 Feb 2025 08:08:48 GMT"
},
"date": "21 February 2025",
"date": "23 February 2025",
"algorithms": "algorithms/html.json",
"links": "links/html.json",
"refs": "refs/html.json",
Expand Down

0 comments on commit ff3353a

Please sign in to comment.