|
2163 | 2163 | }
|
2164 | 2164 | ]
|
2165 | 2165 | },
|
| 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 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 | + }, |
2166 | 2206 | {
|
2167 | 2207 | "name": "webrtc-constructor",
|
2168 | 2208 | "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 | 2212 | "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>"
|
2173 | 2213 | },
|
2174 | 2214 | {
|
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>" |
2176 | 2216 | }
|
2177 | 2217 | ]
|
2178 | 2218 | }
|
|
0 commit comments