html5/spec Overview.html,1.4414,1.4415

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19889

Modified Files:
	Overview.html 
Log Message:
Change how we ignore window.open()'s third argument. (whatwg r5525)

Index: Overview.html
===================================================================
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:26:41 UTC