[html5] r8795 - [giow] (3) Match browsers better Fixing https://www.w3.org/Bugs/Public/show_bug. [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Sep 19 14:21:13 PDT 2014


Author: ianh
Date: 2014-09-19 14:21:09 -0700 (Fri, 19 Sep 2014)
New Revision: 8795

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Match browsers better
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26519
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2014-09-19 21:16:22 UTC (rev 8794)
+++ complete.html	2014-09-19 21:21:09 UTC (rev 8795)
@@ -57807,7 +57807,7 @@
   <ol><li><p>Let <var>entry settings</var> be the <a href=#entry-settings-object id=apis-for-creating-and-navigating-browsing-contexts-by-name:entry-settings-object>entry settings object</a> when the method
    was invoked.<li><p>Let <var>incumbent settings</var> be the <a href=#incumbent-settings-object id=apis-for-creating-and-navigating-browsing-contexts-by-name:incumbent-settings-object>incumbent settings object</a> when the
    method was invoked.<li><p>Let <var>url</var> be the first argument.<li><p>Let <var>target</var> be the second argument.<li><p>Let <var id=apis-for-creating-and-navigating-browsing-contexts-by-name:dom-open-features-2><a data-x-internal=dom-open-features href=http://dev.w3.org/csswg/cssom-view/#the-features-argument-to-the-open()-method>features</a></var> be the third argument.<li><p>Let <var>replace</var> be the fourth argument.<li><p>Let <var>source browsing context</var> be the <a href=#responsible-browsing-context id=apis-for-creating-and-navigating-browsing-contexts-by-name:responsible-browsing-context>responsible browsing context</a>
-   specified by <var>incumbent settings</var>.<li>
+   specified by <var>incumbent settings</var>.<li><p>If <var>target</var> is the empty string, let it be the string "<code>_blank</code>" instead.<li>
 
     <p>If the user has indicated a preference for which <a href=#browsing-context id=apis-for-creating-and-navigating-browsing-contexts-by-name:browsing-context-2>browsing context</a> to navigate,
     follow these substeps:</p>

Modified: index
===================================================================
--- index	2014-09-19 21:16:22 UTC (rev 8794)
+++ index	2014-09-19 21:21:09 UTC (rev 8795)
@@ -57807,7 +57807,7 @@
   <ol><li><p>Let <var>entry settings</var> be the <a href=#entry-settings-object id=apis-for-creating-and-navigating-browsing-contexts-by-name:entry-settings-object>entry settings object</a> when the method
    was invoked.<li><p>Let <var>incumbent settings</var> be the <a href=#incumbent-settings-object id=apis-for-creating-and-navigating-browsing-contexts-by-name:incumbent-settings-object>incumbent settings object</a> when the
    method was invoked.<li><p>Let <var>url</var> be the first argument.<li><p>Let <var>target</var> be the second argument.<li><p>Let <var id=apis-for-creating-and-navigating-browsing-contexts-by-name:dom-open-features-2><a data-x-internal=dom-open-features href=http://dev.w3.org/csswg/cssom-view/#the-features-argument-to-the-open()-method>features</a></var> be the third argument.<li><p>Let <var>replace</var> be the fourth argument.<li><p>Let <var>source browsing context</var> be the <a href=#responsible-browsing-context id=apis-for-creating-and-navigating-browsing-contexts-by-name:responsible-browsing-context>responsible browsing context</a>
-   specified by <var>incumbent settings</var>.<li>
+   specified by <var>incumbent settings</var>.<li><p>If <var>target</var> is the empty string, let it be the string "<code>_blank</code>" instead.<li>
 
     <p>If the user has indicated a preference for which <a href=#browsing-context id=apis-for-creating-and-navigating-browsing-contexts-by-name:browsing-context-2>browsing context</a> to navigate,
     follow these substeps:</p>

Modified: source
===================================================================
--- source	2014-09-19 21:16:22 UTC (rev 8794)
+++ source	2014-09-19 21:21:09 UTC (rev 8795)
@@ -77843,6 +77843,9 @@
    <li><p>Let <var>source browsing context</var> be the <span>responsible browsing context</span>
    specified by <var>incumbent settings</var>.</p></li>
 
+   <li><p>If <var>target</var> is the empty string, let it be the string "<code
+   data-x="">_blank</code>" instead.</p></li>
+
    <li>
 
     <p>If the user has indicated a preference for which <span>browsing context</span> to navigate,



More information about the Commit-Watchers mailing list