Skip to content

Commit baad9fd

Browse files
foolipannevk
authored andcommitted
Define the origin of non-initial about:blank documents
Fixes #255.
1 parent e4df68a commit baad9fd

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

source

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78218,6 +78218,19 @@ callback <dfn>FrameRequestCallback</dfn> = void (<span>DOMHighResTimeStamp</span
7821878218
</dd>
7821978219

7822078220

78221+
<dt>If a <code>Document</code> is the initial "<code>about:blank</code>" document</dt>
78222+
78223+
<dd>
78224+
78225+
<p>The <span>origin</span> and <span>effective script origin</span> of the
78226+
<code>Document</code> are <a href="#about-blank-origin">those it was assigned when its
78227+
browsing context was created</a>.</p>
78228+
78229+
</dd>
78230+
78231+
78232+
<dt>If a <code>Document</code> is a non-initial "<code>about:blank</code>" document</dt>
78233+
7822178234
<dt>If a <code>Document</code> was generated from a <span data-x="data
7822278235
protocol"><code>data:</code> URL</span> found in another <code>Document</code> or in a
7822378236
script</dt>
@@ -78236,17 +78249,6 @@ callback <dfn>FrameRequestCallback</dfn> = void (<span>DOMHighResTimeStamp</span
7823678249
</dd>
7823778250

7823878251

78239-
<dt>If a <code>Document</code> is the initial "<code>about:blank</code>" document</dt>
78240-
78241-
<dd>
78242-
78243-
<p>The <span>origin</span> and <span>effective script origin</span> of the
78244-
<code>Document</code> are <a href="#about-blank-origin">those it was assigned when its
78245-
browsing context was created</a>.</p>
78246-
78247-
</dd>
78248-
78249-
7825078252
<dt>If a <code>Document</code> was created as part of the processing for <span
7825178253
data-x="javascript protocol"><code>javascript:</code> URLs</span></dt>
7825278254

0 commit comments

Comments
 (0)