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 17.2.7.
  • Loading branch information
reffy-bot committed Oct 31, 2024
1 parent e1c3cf2 commit bd70170
Show file tree
Hide file tree
Showing 16 changed files with 13,753 additions and 13,298 deletions.
6 changes: 3 additions & 3 deletions ed/algorithms/console.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"html": "<p>Let <var>first</var> be <var>data</var>[0].</p>"
},
{
"html": "<p>If <a data-link-type=\"abstract-op\" href=\"https://tc39.github.io/ecma262/#sec-ecmascript-data-types-and-values\" id=\"ref-for-sec-ecmascript-data-types-and-values\">Type</a>(<var>first</var>) is not String, then <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-prepend\" id=\"ref-for-list-prepend\">prepend</a> <var>message</var> to <var>data</var>.</p>"
"html": "<p>If <var>first</var> <a data-link-type=\"dfn\" href=\"https://tc39.github.io/ecma262/#sec-ecmascript-language-types-string-type\" id=\"ref-for-sec-ecmascript-language-types-string-type\">is not a String</a>, then <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-prepend\" id=\"ref-for-list-prepend\">prepend</a> <var>message</var> to <var>data</var>.</p>"
},
{
"html": "Otherwise:",
Expand Down Expand Up @@ -387,7 +387,7 @@
"rationale": "if",
"steps": [
{
"html": "<p>If <a data-link-type=\"abstract-op\" href=\"https://tc39.github.io/ecma262/#sec-ecmascript-data-types-and-values\" id=\"ref-for-sec-ecmascript-data-types-and-values①\">Type</a>(<var>current</var>) is Symbol, let <var>converted</var> be <code>NaN</code></p>"
"html": "<p>If <var>current</var> <a data-link-type=\"dfn\" href=\"https://tc39.github.io/ecma262/#sec-ecmascript-language-types-symbol-type\" id=\"ref-for-sec-ecmascript-language-types-symbol-type\">is a Symbol</a>, let <var>converted</var> be <code>NaN</code></p>"
},
{
"html": "<p>Otherwise, let <var>converted</var> be the result of <a data-link-type=\"abstract-op\" href=\"https://tc39.github.io/ecma262/#sec-call\" id=\"ref-for-sec-call①\">Call</a>(<a data-link-type=\"dfn\" href=\"https://tc39.github.io/ecma262/#sec-parseint-string-radix\" id=\"ref-for-sec-parseint-string-radix\">%parseInt%</a>, <strong>undefined</strong>, « <var>current</var>, 10 »).</p>"
Expand All @@ -399,7 +399,7 @@
"rationale": "if",
"steps": [
{
"html": "<p>If <a data-link-type=\"abstract-op\" href=\"https://tc39.github.io/ecma262/#sec-ecmascript-data-types-and-values\" id=\"ref-for-sec-ecmascript-data-types-and-values②\">Type</a>(<var>current</var>) is Symbol, let <var>converted</var> be <code>NaN</code></p>"
"html": "<p>If <var>current</var> <a data-link-type=\"dfn\" href=\"https://tc39.github.io/ecma262/#sec-ecmascript-language-types-symbol-type\" id=\"ref-for-sec-ecmascript-language-types-symbol-type①\">is a Symbol</a>, let <var>converted</var> be <code>NaN</code></p>"
},
{
"html": "<p>Otherwise, let <var>converted</var> be the result of <a data-link-type=\"abstract-op\" href=\"https://tc39.github.io/ecma262/#sec-call\" id=\"ref-for-sec-call②\">Call</a>(<a data-link-type=\"dfn\" href=\"https://tc39.github.io/ecma262/#sec-parsefloat-string\" id=\"ref-for-sec-parsefloat-string\">%parseFloat%</a>, <strong>undefined</strong>, « <var>current</var> »).</p>"
Expand Down
15 changes: 9 additions & 6 deletions ed/algorithms/fenced-frame.json
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,8 @@
},
{
"name": "navigate",
"html": "Insert these steps immediately after step 20, the step that goes <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel⑤\">in parallel</a>, so that what\n follows are the first steps that run <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel⑥\">in parallel</a> in the patched algorithm:",
"href": "https://wicg.github.io/fenced-frame/#navigate-sharedstoragecontext",
"html": "Modify <a data-link-type=\"biblio\" href=\"https://wicg.github.io/fenced-frame/#biblio-html\" title=\"HTML Standard\">[HTML]</a>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate\" id=\"ref-for-navigate⑦\">navigate</a> algorithm to include an extra parameter: an optional <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\" id=\"ref-for-string②⓪\">string</a> <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"navigate\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"navigate-sharedstoragecontext\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">sharedStorageContext</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> (default null). \n <p>Modify step 13 of <a data-link-type=\"biblio\" href=\"https://wicg.github.io/fenced-frame/#biblio-html\" title=\"HTML Standard\">[HTML]</a>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate\" id=\"ref-for-navigate⑧\">navigate</a> algorithm (\"If all of the following are true:\") to\n include the following condition:</p>\n <ul>\n <li data-md=\"\">\n <p><var>sourceDocument</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#node-navigable\" id=\"ref-for-node-navigable①③\">node navigable</a> is not a <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#fenced-navigable-containers\" id=\"ref-for-fenced-navigable-containers①②\">fenced navigable container</a> while at the same time <var>navigable</var> is a <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#fenced-navigable-container-fenced-navigable\" id=\"ref-for-fenced-navigable-container-fenced-navigable④⑧\">fenced navigable</a>.</p>\n \n </li></ul>\n \n <p>Insert these steps immediately after step 22, the step that goes <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel⑤\">in parallel</a>, so that what\n follows are the first steps that run <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel⑥\">in parallel</a> in the patched algorithm:</p>\n \n \n <p>Rewrite the step starting with \"Let <var>unloadPromptCanceled</var> be the result of\" to:</p>\n \n <p>Add a step after step 22.8.2 (Let <var>finalSandboxFlags</var> be the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-union\" id=\"ref-for-set-union\">union</a>...) that reads:</p>",
"rationale": ".algorithm",
"steps": [
{
Expand All @@ -1459,7 +1460,7 @@
"html": "<p>Let <var>config</var> be the result of <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#fenced-frame-config-mapping-find-a-config\" id=\"ref-for-fenced-frame-config-mapping-find-a-config①\">finding a\n config</a> in <var>sourceDocument</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#node-navigable\" id=\"ref-for-node-navigable①④\">node navigable</a>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-traversable\" id=\"ref-for-nav-traversable⑥\">traversable\n navigable</a>'s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#traversable-navigable-fenced-frame-config-mapping\" id=\"ref-for-traversable-navigable-fenced-frame-config-mapping③\">fenced frame config mapping</a>.</p>"
},
{
"html": "<p>Set <var>config</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#fenced-frame-config-embedder-shared-storage-context\" id=\"ref-for-fenced-frame-config-embedder-shared-storage-context②\">embedder shared storage context</a> to <var>sharedStorageContext</var>.</p>"
"html": "<p>Set <var>config</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#fenced-frame-config-embedder-shared-storage-context\" id=\"ref-for-fenced-frame-config-embedder-shared-storage-context②\">embedder shared storage context</a> to <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#navigate-sharedstoragecontext\" id=\"ref-for-navigate-sharedstoragecontext\">sharedStorageContext</a>.</p>"
},
{
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert⑨\">Assert</a>: <var>sourceSnapshotParams</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#source-snapshot-params-target-fenced-frame-config\" id=\"ref-for-source-snapshot-params-target-fenced-frame-config①\">target fenced frame config</a> is null.</p>"
Expand Down Expand Up @@ -1497,7 +1498,8 @@
},
{
"name": "navigate",
"html": "Rewrite the step starting with \"Let <var>unloadPromptCanceled</var> be the result of\" to:",
"href": "https://wicg.github.io/fenced-frame/#navigate-sharedstoragecontext",
"html": "Modify <a data-link-type=\"biblio\" href=\"https://wicg.github.io/fenced-frame/#biblio-html\" title=\"HTML Standard\">[HTML]</a>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate\" id=\"ref-for-navigate⑦\">navigate</a> algorithm to include an extra parameter: an optional <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\" id=\"ref-for-string②⓪\">string</a> <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"navigate\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"navigate-sharedstoragecontext\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">sharedStorageContext</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> (default null). \n <p>Modify step 13 of <a data-link-type=\"biblio\" href=\"https://wicg.github.io/fenced-frame/#biblio-html\" title=\"HTML Standard\">[HTML]</a>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate\" id=\"ref-for-navigate⑧\">navigate</a> algorithm (\"If all of the following are true:\") to\n include the following condition:</p>\n <ul>\n <li data-md=\"\">\n <p><var>sourceDocument</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#node-navigable\" id=\"ref-for-node-navigable①③\">node navigable</a> is not a <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#fenced-navigable-containers\" id=\"ref-for-fenced-navigable-containers①②\">fenced navigable container</a> while at the same time <var>navigable</var> is a <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#fenced-navigable-container-fenced-navigable\" id=\"ref-for-fenced-navigable-container-fenced-navigable④⑧\">fenced navigable</a>.</p>\n \n </li></ul>\n \n <p>Insert these steps immediately after step 22, the step that goes <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel⑤\">in parallel</a>, so that what\n follows are the first steps that run <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel⑥\">in parallel</a> in the patched algorithm:</p>\n \n \n <p>Rewrite the step starting with \"Let <var>unloadPromptCanceled</var> be the result of\" to:</p>\n \n <p>Add a step after step 22.8.2 (Let <var>finalSandboxFlags</var> be the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-union\" id=\"ref-for-set-union\">union</a>...) that reads:</p>",
"rationale": "let",
"steps": [
{
Expand All @@ -1507,7 +1509,8 @@
},
{
"name": "navigate",
"html": "Add a step after step 22.8.2 (Let <var>finalSandboxFlags</var> be the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-union\" id=\"ref-for-set-union\">union</a>...) that reads:",
"href": "https://wicg.github.io/fenced-frame/#navigate-sharedstoragecontext",
"html": "Modify <a data-link-type=\"biblio\" href=\"https://wicg.github.io/fenced-frame/#biblio-html\" title=\"HTML Standard\">[HTML]</a>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate\" id=\"ref-for-navigate⑦\">navigate</a> algorithm to include an extra parameter: an optional <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\" id=\"ref-for-string②⓪\">string</a> <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"navigate\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"navigate-sharedstoragecontext\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">sharedStorageContext</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> (default null). \n <p>Modify step 13 of <a data-link-type=\"biblio\" href=\"https://wicg.github.io/fenced-frame/#biblio-html\" title=\"HTML Standard\">[HTML]</a>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate\" id=\"ref-for-navigate⑧\">navigate</a> algorithm (\"If all of the following are true:\") to\n include the following condition:</p>\n <ul>\n <li data-md=\"\">\n <p><var>sourceDocument</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#node-navigable\" id=\"ref-for-node-navigable①③\">node navigable</a> is not a <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#fenced-navigable-containers\" id=\"ref-for-fenced-navigable-containers①②\">fenced navigable container</a> while at the same time <var>navigable</var> is a <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#fenced-navigable-container-fenced-navigable\" id=\"ref-for-fenced-navigable-container-fenced-navigable④⑧\">fenced navigable</a>.</p>\n \n </li></ul>\n \n <p>Insert these steps immediately after step 22, the step that goes <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel⑤\">in parallel</a>, so that what\n follows are the first steps that run <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel⑥\">in parallel</a> in the patched algorithm:</p>\n \n \n <p>Rewrite the step starting with \"Let <var>unloadPromptCanceled</var> be the result of\" to:</p>\n \n <p>Add a step after step 22.8.2 (Let <var>finalSandboxFlags</var> be the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-union\" id=\"ref-for-set-union\">union</a>...) that reads:</p>",
"rationale": "if",
"steps": [
{
Expand Down Expand Up @@ -1692,9 +1695,9 @@
]
},
{
"name": "permissions-policy-block-request",
"name": "Should navigation response to navigation request be blocked by Permissions Policy?",
"href": "https://wicg.github.io/fenced-frame/#should-navigation-response-to-navigation-request-be-blocked-by-permissions-policy",
"html": "Create a new algorithm called <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-lt=\"should navigation response to navigation request be blocked by Permissions Policy?\" data-noexport=\"\" id=\"should-navigation-response-to-navigation-request-be-blocked-by-permissions-policy\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">should navigation response to navigation request be blocked by\n Permissions Policy?</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> in <a data-link-type=\"biblio\" href=\"https://wicg.github.io/fenced-frame/#biblio-html\" title=\"HTML Standard\">[HTML]</a>. \n <p>Given a <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params\" id=\"ref-for-navigation-params④\">navigation params</a> (<var>navigationParams</var>), this algorithm returns \"<code>Blocked</code>\" or\n \"<code>Allowed</code>\":</p>",
"html": "<dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"should-navigation-response-to-navigation-request-be-blocked-by-permissions-policy\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">Should navigation response to navigation request be blocked by Permissions Policy?</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> \n <p>Given a <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params\" id=\"ref-for-navigation-params④\">navigation params</a> (<var>navigationParams</var>), this algorithm returns \"<code>Blocked</code>\" or\n \"<code>Allowed</code>\":</p>",
"rationale": ".algorithm",
"steps": [
{
Expand Down
Loading

0 comments on commit bd70170

Please sign in to comment.