[html5] r5525 - [e] (0) Change how we ignore window.open()'s third argument. Fixing http://www.w [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 27 23:26:29 PDT 2010


Author: ianh
Date: 2010-09-27 23:26:28 -0700 (Mon, 27 Sep 2010)
New Revision: 5525

Modified:
   complete.html
   index
   source
Log:
[e] (0) Change how we ignore window.open()'s third argument.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9726

Modified: complete.html
===================================================================
--- complete.html	2010-09-28 05:08:17 UTC (rev 5524)
+++ complete.html	2010-09-28 06:26:28 UTC (rev 5525)
@@ -59020,8 +59020,11 @@
   provided, then the <var title="">target</var> argument defaults to the
   value "<code>_blank</code>".</p>
 
-  <p>The third argument, <var title="">features</var>, has no effect
-  and is supported for historical reasons only.</p>
+  <p>The third argument, <var title="">features</var>, has no defined
+  effect and is mentioned for historical reasons only. User agents may
+  interpret this argument as instructions to set the size and position
+  of the browsing context, but are encouraged to instead ignore the
+  argument entirely.</p>
 
   <p>The fourth argument, <var title="">replace</var>, specifies
   whether or not the new page will <a href=#replacement-enabled title="replacement

Modified: index
===================================================================
--- index	2010-09-28 05:08:17 UTC (rev 5524)
+++ index	2010-09-28 06:26:28 UTC (rev 5525)
@@ -59000,8 +59000,11 @@
   provided, then the <var title="">target</var> argument defaults to the
   value "<code>_blank</code>".</p>
 
-  <p>The third argument, <var title="">features</var>, has no effect
-  and is supported for historical reasons only.</p>
+  <p>The third argument, <var title="">features</var>, has no defined
+  effect and is mentioned for historical reasons only. User agents may
+  interpret this argument as instructions to set the size and position
+  of the browsing context, but are encouraged to instead ignore the
+  argument entirely.</p>
 
   <p>The fourth argument, <var title="">replace</var>, specifies
   whether or not the new page will <a href=#replacement-enabled title="replacement

Modified: source
===================================================================
--- source	2010-09-28 05:08:17 UTC (rev 5524)
+++ source	2010-09-28 06:26:28 UTC (rev 5525)
@@ -66672,8 +66672,11 @@
   provided, then the <var title="">target</var> argument defaults to the
   value "<code>_blank</code>".</p>
 
-  <p>The third argument, <var title="">features</var>, has no effect
-  and is supported for historical reasons only.</p>
+  <p>The third argument, <var title="">features</var>, has no defined
+  effect and is mentioned for historical reasons only. User agents may
+  interpret this argument as instructions to set the size and position
+  of the browsing context, but are encouraged to instead ignore the
+  argument entirely.</p>
 
   <p>The fourth argument, <var title="">replace</var>, specifies
   whether or not the new page will <span title="replacement




More information about the Commit-Watchers mailing list