From ecba7b042c2674a8dee35694c391ba6b71a092c7 Mon Sep 17 00:00:00 2001
From: Domenic Denicola Let sourceDocument be the entry global object's associated Let urlRecord be null. If url is not the empty string, then: Set urlRecord to the result of encoding-parsing a URL given url, relative to sourceDocument. If urlRecord is failure, then throw a " If target is the empty string, then set target to "Document
.
+
+ SyntaxError
"
+ DOMException
._blank
".
Let urlRecord be the URL record
- about:blank
.
If url is not the empty string, then set urlRecord to the result - of encoding-parsing a URL given url, relative to the entry - settings object.
If urlRecord is failure, then throw a "SyntaxError
"
- DOMException
.
If urlRecord is null, then set urlRecord to a URL
+ record representing about:blank
.
If urlRecord matches Otherwise: If url is not the empty string, then: Let urlRecord be the result of encoding-parsing a URL
- url, relative to the entry settings object. If urlRecord is failure, then throw a
- " Navigate targetNavigable to
- urlRecord using sourceDocument, with referrerPolicy set to referrerPolicy and
- exceptionsEnabled set to true. If urlRecord is not null, then
+ navigate targetNavigable to urlRecord using
+ sourceDocument, with referrerPolicy set
+ to referrerPolicy and exceptionsEnabled set to true. If noopener is false, then set targetNavigable's active browsing context's opener browsing context to
From 0685b7c87a4c9f861b8fe61a0dc03f44ce0bb670 Mon Sep 17 00:00:00 2001
From: Domenic Denicola If url is not the empty string, then: Set urlRecord to the result of encoding-parsing a URL given url, relative to sourceDocument. Set urlRecord to the result of encoding-parsing a URL given
+ url, relative to sourceDocument. If urlRecord is failure, then throw a "about:blank
, then perform the
@@ -89429,22 +89435,10 @@ dictionary WindowPostMessageOptions : StructuredSeri
-
-
- SyntaxError
" DOMException
.
-
SyntaxError
"
DOMException
.