You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
of either <adata-link-type="dfn" href="#include-subdomains"><code>Include Subdomains</code></a> or <adata-link-type="dfn" href="#exclude-subdomains"><code>Exclude
1165
1198
Subdomains</code></a>, this algorithm walks through the set of <adata-link-type="dfn" href="http://www.w3.org/TR/html5/browsers.html#browsing-context">browsing
1166
1199
contexts</a> which the user agent knows about, and sandboxes each in order
1167
-
to prevent them from recreating wiped data (from in-memory JavaScript
1168
-
variables, for instance):</p>
1200
+
to prevent them from recreating cleared data (from in-memory JavaScript
1201
+
variables, for instance). Once data is cleared, the affected browsing
1202
+
contexts will be hard-reloaded, as defined in <ahref="#reload-contexts">§3.2.2
<p>While <var>document</var> is <adata-link-type="dfn" href="http://www.w3.org/TR/html5/embedded-content-0.html#an-iframe-srcdoc-document">an <code>iframe srcdoc</code>
1224
+
document</a>, let <var>document</var> be the <adata-link-type="dfn" href="http://www.w3.org/TR/html5/browsers.html#active-document">active document</a>
1225
+
of <var>document</var>’s <adata-link-type="dfn" href="http://www.w3.org/TR/html5/browsers.html#browsing-context-container">browsing context container</a>.</p>
<p>Given an <adata-link-type="dfn" href="https://tools.ietf.org/html/rfc6454#section-3.2">origin</a> (<var>origin</var>) and a <var>subdomain state</var>
1258
+
of either <adata-link-type="dfn" href="#include-subdomains"><code>Include Subdomains</code></a> or <adata-link-type="dfn" href="#exclude-subdomains"><code>Exclude
1259
+
Subdomains</code></a>, this algorithm walks through the set of <adata-link-type="dfn" href="http://www.w3.org/TR/html5/browsers.html#browsing-context">browsing
1260
+
contexts</a> which the user agent knows about and reloads each of them:</p>
1261
+
1262
+
1263
+
<ol>
1264
+
<lidata-md="">
1265
+
<p>For each <var>context</var> in the user agent’s set of <adata-link-type="dfn" href="http://www.w3.org/TR/html5/browsers.html#browsing-context">browsing
1266
+
contexts</a>:</p>
1267
+
1268
+
1269
+
1270
+
<ol>
1271
+
<lidata-md="">
1272
+
<p>Let <var>document</var> be <var>context</var>’s <adata-link-type="dfn" href="http://www.w3.org/TR/html5/browsers.html#active-document">active
1273
+
document</a>.</p>
1274
+
1275
+
1276
+
1277
+
<lidata-md="">
1278
+
<p>While <var>document</var> is <adata-link-type="dfn" href="http://www.w3.org/TR/html5/embedded-content-0.html#an-iframe-srcdoc-document">an <code>iframe srcdoc</code>
1279
+
document</a>, let <var>document</var> be the <adata-link-type="dfn" href="http://www.w3.org/TR/html5/browsers.html#active-document">active document</a>
1280
+
of <var>document</var>’s <adata-link-type="dfn" href="http://www.w3.org/TR/html5/browsers.html#browsing-context-container">browsing context container</a>.</p>
1281
+
1282
+
1283
+
1284
+
<lidata-md="">
1285
+
<p>If <ahref="#matches-origin">§3.1.3
1286
+
Does origin match origin to clear and
1287
+
subdomain state
1288
+
</a> returns <adata-link-type="dfn" href="#matches"><code>Matches</code></a> when
1289
+
executed on <var>context</var>’s <adata-link-type="dfn" href="https://tools.ietf.org/html/rfc6454#section-3.2">origin</a>, <var>origin</var>, and
1290
+
<code>subdomain state</code>:</p>
1291
+
1292
+
1293
+
1294
+
<ol>
1295
+
<lidata-md="">
1296
+
<p>Navigate <var>context</var> to <var>document</var>’s <codeclass="idl"><adata-link-type="idl" href="http://www.w3.org/TR/url/#concept-url">URL</a></code> with
1297
+
<adata-link-type="dfn" href="http://www.w3.org/TR/html5/browsers.html#replacement-enabled">replacement enabled</a> and <adata-link-type="dfn" href="http://www.w3.org/TR/html5/browsers.html#exceptions-enabled">exceptions enabled</a>. The
1298
+
<adata-link-type="dfn" href="http://www.w3.org/TR/html5/browsers.html#source-browsing-context">source browsing context</a> is <var>context</var>. This is a
0 commit comments