Skip to content

Commit b5540d7

Browse files
committed
Top-level windows.
1 parent ed11a2d commit b5540d7

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

index.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,11 @@ The following seems like a good place to start:
183183
to an origin's process based on characteristics of both the request and the response (headers,
184184
etc).
185185

186-
3. User agents cannot yet consistently seperate framed origins into processes distinct from their
186+
3. User agents can consistently separate top-level, cross-origin windows into distinct processes.
187+
They cannot consistently separate same-site or same-origin windows into distinct processes given
188+
the potential for synchronous access between the windows.
189+
190+
4. User agents cannot yet consistently seperate framed origins into processes distinct from their
187191
embedders' origin.
188192

189193
Note: Though some user agents support out-of-process frames, no agent supports it consistently

index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@
14861486
</style>
14871487
<meta content="Bikeshed version c5172e83, updated Fri Nov 20 15:35:20 2020 -0800" name="generator">
14881488
<link href="https://mikewest.github.io/post-spectre-webdev/" rel="canonical">
1489-
<meta content="dacd09ff803c8e9e3bf8d1c3ab609740dd21ed0c" name="document-revision">
1489+
<meta content="ed11a2d628efeb89c6b15fe0bc31751f3af90475" name="document-revision">
14901490
<style>/* style-autolinks */
14911491

14921492
.css.css, .property.property, .descriptor.descriptor {
@@ -2043,7 +2043,7 @@
20432043
<div class="head">
20442044
<p data-fill-with="logo"></p>
20452045
<h1 class="p-name no-ref" id="title">Post-Spectre Web Development</h1>
2046-
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">A Collection of Interesting Ideas, <time class="dt-updated" datetime="2021-02-16">16 February 2021</time></span></h2>
2046+
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">A Collection of Interesting Ideas, <time class="dt-updated" datetime="2021-02-17">17 February 2021</time></span></h2>
20472047
<div data-fill-with="spec-metadata">
20482048
<dl>
20492049
<dt>This version:
@@ -2058,7 +2058,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="cont
20582058
<div data-fill-with="warning"></div>
20592059
<p class="copyright" data-fill-with="copyright"><a href="http://creativecommons.org/publicdomain/zero/1.0/" rel="license"><img alt="CC0" src="https://licensebuttons.net/p/zero/1.0/80x15.png"></a> To the extent possible under law, the editors have waived all copyright
20602060
and related or neighboring rights to this work.
2061-
In addition, as of 16 February 2021,
2061+
In addition, as of 17 February 2021,
20622062
the editors have made this specification available under the <a href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0" rel="license">Open Web Foundation Agreement Version 1.0</a>,
20632063
which is available at http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0.
20642064
Parts of this work may be from another specification document. If so, those parts are instead covered by the license of that specification document. </p>
@@ -2149,6 +2149,10 @@ <h3 class="heading settled" data-level="1.1" id="threat-model"><span class="secn
21492149
<p>User agents are able to make decisions about whether or not a given resource should be delivered
21502150
to an origin’s process based on characteristics of both the request and the response (headers,
21512151
etc).</p>
2152+
<li data-md>
2153+
<p>User agents can consistently separate top-level, cross-origin windows into distinct processes.
2154+
They cannot consistently separate same-site or same-origin windows into distinct processes given
2155+
the potential for synchronous access between the windows.</p>
21522156
<li data-md>
21532157
<p>User agents cannot yet consistently seperate framed origins into processes distinct from their
21542158
embedders' origin.</p>

0 commit comments

Comments
 (0)