Skip to content

Commit 7734e77

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.1.
1 parent d30205c commit 7734e77

29 files changed

+2342
-1867
lines changed

ed/algorithms/fenced-frame.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2163,6 +2163,46 @@
21632163
}
21642164
]
21652165
},
2166+
{
2167+
"name": "browsing context/compute the effective partition nonce",
2168+
"href": "https://wicg.github.io/fenced-frame/#browsing-context-compute-the-effective-partition-nonce",
2169+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"browsing context\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"browsing-context-compute-the-effective-partition-nonce\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">compute the effective partition nonce</dfn> given a&nbsp;boolean <var>credentialless</var> and <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#fenced-frame-config-instance-partition-nonce\" id=\"ref-for-fenced-frame-config-instance-partition-nonce⑦\">partition nonce</a>-or-null <var>newFencedFrameNonce</var>:",
2170+
"rationale": ".algorithm",
2171+
"steps": [
2172+
{
2173+
"html": "<p>If <var>credentialless</var> is true, return the associated <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#browsing-context\" id=\"ref-for-browsing-context⑤\">browsing context</a>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-browsing-context\" id=\"ref-for-top-level-browsing-context\">top-level browsing context</a>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/anonymous-iframe/#page-credentialless-nonce\" id=\"ref-for-page-credentialless-nonce⑤\">page credentialless nonce</a>.</p>"
2174+
},
2175+
{
2176+
"html": "<p>If <var>newFencedFrameNonce</var> is not null, return <var>newFencedFrameNonce</var>.</p>"
2177+
},
2178+
{
2179+
"html": "<p>Let <var>instance</var> be the associated <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#browsing-context\" id=\"ref-for-browsing-context⑥\">browsing context</a>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#browsing-context-fenced-frame-config-instance\" id=\"ref-for-browsing-context-fenced-frame-config-instance②③\">fenced frame config instance</a>.</p>"
2180+
},
2181+
{
2182+
"html": "<p>Return <var>instance</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#fenced-frame-config-instance-partition-nonce\" id=\"ref-for-fenced-frame-config-instance-partition-nonce⑧\">partition nonce</a> if <var>instance</var> is not\n null, and return null otherwise.</p>"
2183+
}
2184+
]
2185+
},
2186+
{
2187+
"name": "create navigation params by fetching",
2188+
"html": "In <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#create-navigation-params-by-fetching\" id=\"ref-for-create-navigation-params-by-fetching③\">create navigation params by fetching</a>, add a new step between 18 and 19 which reads:",
2189+
"rationale": ".algorithm",
2190+
"steps": [
2191+
{
2192+
"html": "<p>Let <var>partitionNonce</var> be the result of <a data-link-type=\"dfn\" href=\"https://wicg.github.io/fenced-frame/#browsing-context-compute-the-effective-partition-nonce\" id=\"ref-for-browsing-context-compute-the-effective-partition-nonce\">computing the effective partition nonce</a> on <var>browsingContext</var>, given the result of\n computing the <a data-link-type=\"dfn\" href=\"https://wicg.github.io/anonymous-iframe/#navigation-credentialless\" id=\"ref-for-navigation-credentialless\">navigation’s credentialless flag</a> on <var>browsingContext</var>, and\n null.</p>"
2193+
}
2194+
]
2195+
},
2196+
{
2197+
"name": "create navigation params by fetching",
2198+
"html": "Renumber step 19 to 20, and rewrite step 20.2.4 to read:",
2199+
"rationale": "set",
2200+
"steps": [
2201+
{
2202+
"html": "<p>Set <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-reserved-client\" id=\"ref-for-concept-request-reserved-client\">reserved client</a> to a new <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#environment\" id=\"ref-for-environment\">environment</a> whose <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-id\" id=\"ref-for-concept-environment-id\">id</a> is a unique opaque string, <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-target-browsing-context\" id=\"ref-for-concept-environment-target-browsing-context\">target browsing context</a> is <var>navigable</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-bc\" id=\"ref-for-nav-bc⑧\">active browsing context</a>, <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-creation-url\" id=\"ref-for-concept-environment-creation-url\">creation URL</a> is <var>currentURL</var>, <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-top-level-creation-url\" id=\"ref-for-concept-environment-top-level-creation-url\">top-level creation URL</a> is <var>topLevelCreationURL</var>, <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-top-level-origin\" id=\"ref-for-concept-environment-top-level-origin\">top-level origin</a> is <var> topLevelOrigin</var>, and <a data-link-type=\"dfn\" href=\"https://wicg.github.io/anonymous-iframe/#environment-partition-nonce\" id=\"ref-for-environment-partition-nonce\">partition nonce</a> is <var>partitionNonce.</var></p>"
2203+
}
2204+
]
2205+
},
21662206
{
21672207
"name": "webrtc-constructor",
21682208
"html": "Modify the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection\" id=\"ref-for-dom-rtcpeerconnection①\">RTCPeerConnection</a></code> <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webrtc-pc/#dom-peerconnection\" id=\"ref-for-dom-peerconnection\">constructor</a></code> algorithm to add new first and\n second steps that read:",
@@ -2172,7 +2212,7 @@
21722212
"html": "<p>Let <var>navigable</var> be <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this③②\">this</a>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\" id=\"ref-for-concept-relevant-global②①\">relevant global object</a>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#window-navigable\" id=\"ref-for-window-navigable⑦\">navigable</a>.</p>"
21732213
},
21742214
{
2175-
"html": "<p>If <var>navigable</var> is not null and <var>navigable</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigable\" id=\"ref-for-traversable-navigable①⑨\">traversable navigable</a> 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>, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw①⑥\">throw</a> a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#notallowederror\" id=\"ref-for-notallowederror\">NotAllowedError</a></code> <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException⑧\">DOMException</a></code>.</p>"
2215+
"html": "<p>If <var>navigable</var> is not null and <var>navigable</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#traversable-navigable\" id=\"ref-for-traversable-navigable②⓪\">traversable navigable</a> 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>, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw①⑥\">throw</a> a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#notallowederror\" id=\"ref-for-notallowederror\">NotAllowedError</a></code> <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException⑧\">DOMException</a></code>.</p>"
21762216
}
21772217
]
21782218
}

ed/algorithms/html.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11649,19 +11649,28 @@
1164911649
},
1165011650
{
1165111651
"html": "If <var>element</var> is an <code id=\"common-input-element-apis:the-input-element-12\"><a href=\"https://html.spec.whatwg.org/multipage/input.html#the-input-element\">input</a></code> element and <var>element</var>'s <code id=\"common-input-element-apis:attr-input-type-9\"><a href=\"https://html.spec.whatwg.org/multipage/input.html#attr-input-type\">type</a></code> attribute is in the <a href=\"https://html.spec.whatwg.org/multipage/input.html#file-upload-state-(type=file)\" id=\"common-input-element-apis:file-upload-state-(type=file)-4\">File Upload</a> state, then run these steps <a id=\"common-input-element-apis:in-parallel\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\">in\n parallel</a>:",
11652-
"rationale": "display",
11652+
"rationale": "let",
1165311653
"steps": [
1165411654
{
1165511655
"html": "<p>Optionally, wait until any prior execution of this algorithm has terminated.</p>"
1165611656
},
1165711657
{
11658-
"html": "<p>Display a prompt to the user requesting that the user specify some files. If the <code id=\"common-input-element-apis:attr-input-multiple\"><a href=\"https://html.spec.whatwg.org/multipage/input.html#attr-input-multiple\">multiple</a></code> attribute is not set on <var>element</var>, there\n must be no more than one file selected; otherwise, any number may be selected. Files can be\n from the filesystem or created on the fly, e.g., a picture taken from a camera connected to the\n user's device.</p>"
11658+
"html": "<p>Let <var>dismissed</var> be the result of <a id=\"common-input-element-apis:webdriver-bidi-file-dialog-opened\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-file-dialog-opened\" data-x-internal=\"webdriver-bidi-file-dialog-opened\">WebDriver BiDi file dialog opened</a>\n with <var>element</var>.</p>"
1165911659
},
1166011660
{
11661-
"html": "<p>Wait for the user to have made their selection.</p>"
11661+
"html": "If <var>dismissed</var> is false:",
11662+
"rationale": "display",
11663+
"steps": [
11664+
{
11665+
"html": "<p>Display a prompt to the user requesting that the user specify some files. If the <code id=\"common-input-element-apis:attr-input-multiple\"><a href=\"https://html.spec.whatwg.org/multipage/input.html#attr-input-multiple\">multiple</a></code> attribute is not set on <var>element</var>, there\n must be no more than one file selected; otherwise, any number may be selected. Files can be\n from the filesystem or created on the fly, e.g., a picture taken from a camera connected to the\n user's device.</p>"
11666+
},
11667+
{
11668+
"html": "<p>Wait for the user to have made their selection.</p>"
11669+
}
11670+
]
1166211671
},
1166311672
{
11664-
"html": "<p>If the user dismissed the prompt without changing their selection, then <a id=\"common-input-element-apis:queue-an-element-task\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-an-element-task\">queue an\n element task</a> on the <a id=\"common-input-element-apis:user-interaction-task-source\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#user-interaction-task-source\">user interaction task source</a> given <var>element</var>\n to <a href=\"https://dom.spec.whatwg.org/#concept-event-fire\" id=\"common-input-element-apis:concept-event-fire\" data-x-internal=\"concept-event-fire\">fire an event</a> named <code id=\"common-input-element-apis:event-cancel\"><a href=\"https://html.spec.whatwg.org/multipage/indices.html#event-cancel\">cancel</a></code> at <var>element</var>, with the <code id=\"common-input-element-apis:dom-event-bubbles\"><a data-x-internal=\"dom-event-bubbles\" href=\"https://dom.spec.whatwg.org/#dom-event-bubbles\">bubbles</a></code> attribute initialized to true.</p>"
11673+
"html": "<p>If <var>dismissed</var> is true or if the user dismissed the prompt without changing\n their selection, then <a id=\"common-input-element-apis:queue-an-element-task\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-an-element-task\">queue an element task</a> on the <a id=\"common-input-element-apis:user-interaction-task-source\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#user-interaction-task-source\">user interaction task\n source</a> given <var>element</var> to <a href=\"https://dom.spec.whatwg.org/#concept-event-fire\" id=\"common-input-element-apis:concept-event-fire\" data-x-internal=\"concept-event-fire\">fire an\n event</a> named <code id=\"common-input-element-apis:event-cancel\"><a href=\"https://html.spec.whatwg.org/multipage/indices.html#event-cancel\">cancel</a></code> at <var>element</var>, with the\n <code id=\"common-input-element-apis:dom-event-bubbles\"><a data-x-internal=\"dom-event-bubbles\" href=\"https://dom.spec.whatwg.org/#dom-event-bubbles\">bubbles</a></code> attribute initialized to true.</p>"
1166511674
},
1166611675
{
1166711676
"html": "<p>Otherwise, <a href=\"https://html.spec.whatwg.org/multipage/input.html#update-the-file-selection\" id=\"common-input-element-apis:update-the-file-selection\">update the file selection</a> for <var>element</var>.</p>"

0 commit comments

Comments
 (0)