Skip to content

Commit bd70170

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.7.
1 parent e1c3cf2 commit bd70170

File tree

16 files changed

+13753
-13298
lines changed

16 files changed

+13753
-13298
lines changed

ed/algorithms/console.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"html": "<p>Let <var>first</var> be <var>data</var>[0].</p>"
2626
},
2727
{
28-
"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>"
28+
"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>"
2929
},
3030
{
3131
"html": "Otherwise:",
@@ -387,7 +387,7 @@
387387
"rationale": "if",
388388
"steps": [
389389
{
390-
"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>"
390+
"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>"
391391
},
392392
{
393393
"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>"
@@ -399,7 +399,7 @@
399399
"rationale": "if",
400400
"steps": [
401401
{
402-
"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>"
402+
"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>"
403403
},
404404
{
405405
"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>"

ed/algorithms/fenced-frame.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,8 @@
14481448
},
14491449
{
14501450
"name": "navigate",
1451-
"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:",
1451+
"href": "https://wicg.github.io/fenced-frame/#navigate-sharedstoragecontext",
1452+
"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>",
14521453
"rationale": ".algorithm",
14531454
"steps": [
14541455
{
@@ -1459,7 +1460,7 @@
14591460
"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>"
14601461
},
14611462
{
1462-
"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>"
1463+
"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>"
14631464
},
14641465
{
14651466
"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>"
@@ -1497,7 +1498,8 @@
14971498
},
14981499
{
14991500
"name": "navigate",
1500-
"html": "Rewrite the step starting with \"Let <var>unloadPromptCanceled</var> be the result of\" to:",
1501+
"href": "https://wicg.github.io/fenced-frame/#navigate-sharedstoragecontext",
1502+
"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>",
15011503
"rationale": "let",
15021504
"steps": [
15031505
{
@@ -1507,7 +1509,8 @@
15071509
},
15081510
{
15091511
"name": "navigate",
1510-
"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:",
1512+
"href": "https://wicg.github.io/fenced-frame/#navigate-sharedstoragecontext",
1513+
"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>",
15111514
"rationale": "if",
15121515
"steps": [
15131516
{
@@ -1692,9 +1695,9 @@
16921695
]
16931696
},
16941697
{
1695-
"name": "permissions-policy-block-request",
1698+
"name": "Should navigation response to navigation request be blocked by Permissions Policy?",
16961699
"href": "https://wicg.github.io/fenced-frame/#should-navigation-response-to-navigation-request-be-blocked-by-permissions-policy",
1697-
"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>",
1700+
"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>",
16981701
"rationale": ".algorithm",
16991702
"steps": [
17001703
{

0 commit comments

Comments
 (0)