- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Sep 2010 06:46:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2451
Modified Files:
browsers.html spec.html
Log Message:
Change how we ignore window.open()'s third argument. (whatwg r5525)
[updated by splitter]
Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.1007
retrieving revision 1.1008
diff -u -d -r1.1007 -r1.1008
--- browsers.html 28 Sep 2010 01:46:33 -0000 1.1007
+++ browsers.html 28 Sep 2010 06:46:33 -0000 1.1008
@@ -1007,8 +1007,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="history.html#replacement-enabled" title="replacement
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1238
retrieving revision 1.1239
diff -u -d -r1.1238 -r1.1239
--- spec.html 28 Sep 2010 05:16:36 -0000 1.1238
+++ spec.html 28 Sep 2010 06:46:33 -0000 1.1239
@@ -338,7 +338,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4414.
+This is revision 1.4415.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Tuesday, 28 September 2010 06:46:37 UTC