- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Jul 2008 21:54:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15581
Modified Files:
Overview.html
Log Message:
window.open('') needs to be like window.open() (whatwg r1914)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1103
retrieving revision 1.1104
diff -u -d -r1.1103 -r1.1104
--- Overview.html 23 Jul 2008 21:49:50 -0000 1.1103
+++ Overview.html 23 Jul 2008 21:54:09 -0000 1.1104
@@ -30975,9 +30975,10 @@
<p>The first argument, <var title="">url</var>, must be a <a
href="#valid">valid URL</a> for a page to load in the browsing context. If
- no arguments are provided, then the <var title="">url</var> argument
- defaults to "<code>about:blank</code><!-- XXX xref -->". The argument must
- be <a href="#resolve" title="resolve a url">resolved</a> to an <a
+ no arguments are provided, or if the first argument is the empty string,
+ then the <var title="">url</var> argument defaults to
+ "<code>about:blank</code><!-- XXX xref -->". The argument must be <a
+ href="#resolve" title="resolve a url">resolved</a> to an <a
href="#absolute">absolute URL</a> (or an error) when the method is
invoked.
Received on Wednesday, 23 July 2008 21:59:55 UTC