File tree 1 file changed +13
-11
lines changed
1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -78218,6 +78218,19 @@ callback <dfn>FrameRequestCallback</dfn> = void (<span>DOMHighResTimeStamp</span
78218
78218
</dd>
78219
78219
78220
78220
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
+
78221
78234
<dt>If a <code>Document</code> was generated from a <span data-x="data
78222
78235
protocol"><code>data:</code> URL</span> found in another <code>Document</code> or in a
78223
78236
script</dt>
@@ -78236,17 +78249,6 @@ callback <dfn>FrameRequestCallback</dfn> = void (<span>DOMHighResTimeStamp</span
78236
78249
</dd>
78237
78250
78238
78251
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
-
78250
78252
<dt>If a <code>Document</code> was created as part of the processing for <span
78251
78253
data-x="javascript protocol"><code>javascript:</code> URLs</span></dt>
78252
78254
You can’t perform that action at this time.
0 commit comments