Skip to content

Commit

Permalink
Introduce a target browsing context concept for MIX and CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Sep 7, 2015
1 parent dfb8bff commit d015cb8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions Overview.html
Expand Up @@ -553,9 +553,7 @@ <h4 id="requests"><span class="secno">3.1.5 </span>Requests</h4>

<p>A <a href="#concept-request" title="concept-request">request</a> has an associated
<dfn id="concept-request-client" title="concept-request-client">client</dfn> (null or an
<a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object">environment settings object</a>). <span class="note">It is
null when <a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/browsers.html#navigate" title="navigate">navigating</a>, service worker
script updates, etc.</span>
<a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object">environment settings object</a>).

<p>A <a href="#concept-request" title="concept-request">request</a> has an associated
<dfn id="concept-request-window" title="concept-request-window">window</dfn> ("<code>no-window</code>",
Expand All @@ -572,6 +570,10 @@ <h4 id="requests"><span class="secno">3.1.5 </span>Requests</h4>
not have to explicitly set <a href="#concept-request" title="concept-request">request</a>'s
<a href="#concept-request-window" title="concept-request-window">window</a>.

<p>A <a href="#concept-request" title="concept-request">request</a> has an associated
<dfn id="concept-request-target-browsing-context" title="concept-request-target-browsing-context">target browsing context</dfn> (null or a
<a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/browsers.html#browsing-context">browsing context</a>). Unless stated otherwise it is null.

<p>A <a href="#concept-request" title="concept-request">request</a> has an associated
<dfn id="keep-alive-flag">keep-alive flag</dfn>. Unless stated otherwise it is unset.

Expand Down
8 changes: 5 additions & 3 deletions Overview.src.html
Expand Up @@ -498,9 +498,7 @@ <h4>Requests</h4>

<p>A <span title=concept-request>request</span> has an associated
<dfn title=concept-request-client>client</dfn> (null or an
<span data-anolis-spec=html>environment settings object</span>). <span class=note>It is
null when <span data-anolis-spec=html title=navigate>navigating</span>, service worker
script updates, etc.</span>
<span data-anolis-spec=html>environment settings object</span>).

<p>A <span title=concept-request>request</span> has an associated
<dfn title=concept-request-window>window</dfn> ("<code>no-window</code>",
Expand All @@ -517,6 +515,10 @@ <h4>Requests</h4>
not have to explicitly set <span title=concept-request>request</span>'s
<span title=concept-request-window>window</span>.

<p>A <span title=concept-request>request</span> has an associated
<dfn title=concept-request-target-browsing-context>target browsing context</dfn> (null or a
<span data-anolis-spec=html>browsing context</span>). Unless stated otherwise it is null.

<p>A <span title=concept-request>request</span> has an associated
<dfn>keep-alive flag</dfn>. Unless stated otherwise it is unset.

Expand Down

0 comments on commit d015cb8

Please sign in to comment.