hixie: Change how we ignore window.open()'s third argument. (whatwg r5525)

hixie: Change how we ignore window.open()'s third argument. (whatwg
r5525)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4414&r2=1.4415&f=h
http://html5.org/tools/web-apps-tracker?from=5524&to=5525

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4414
retrieving revision 1.4415
diff -u -d -r1.4414 -r1.4415
--- Overview.html 28 Sep 2010 05:08:23 -0000 1.4414
+++ Overview.html 28 Sep 2010 06:26:33 -0000 1.4415
@@ -42098,8 +42098,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

Received on Tuesday, 28 September 2010 06:27:23 UTC