Skip to content

Commit

Permalink
Define the origin of non-initial about:blank documents
Browse files Browse the repository at this point in the history
Fixes #255.
  • Loading branch information
foolip authored and annevk committed Mar 24, 2016
1 parent e4df68a commit baad9fd
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -78218,6 +78218,19 @@ callback <dfn>FrameRequestCallback</dfn> = void (<span>DOMHighResTimeStamp</span
</dd>


<dt>If a <code>Document</code> is the initial "<code>about:blank</code>" document</dt>

<dd>

<p>The <span>origin</span> and <span>effective script origin</span> of the
<code>Document</code> are <a href="#about-blank-origin">those it was assigned when its
browsing context was created</a>.</p>

</dd>


<dt>If a <code>Document</code> is a non-initial "<code>about:blank</code>" document</dt>

<dt>If a <code>Document</code> was generated from a <span data-x="data
protocol"><code>data:</code> URL</span> found in another <code>Document</code> or in a
script</dt>
Expand All @@ -78236,17 +78249,6 @@ callback <dfn>FrameRequestCallback</dfn> = void (<span>DOMHighResTimeStamp</span
</dd>


<dt>If a <code>Document</code> is the initial "<code>about:blank</code>" document</dt>

<dd>

<p>The <span>origin</span> and <span>effective script origin</span> of the
<code>Document</code> are <a href="#about-blank-origin">those it was assigned when its
browsing context was created</a>.</p>

</dd>


<dt>If a <code>Document</code> was created as part of the processing for <span
data-x="javascript protocol"><code>javascript:</code> URLs</span></dt>

Expand Down

0 comments on commit baad9fd

Please sign in to comment.