- From: poot <cvsmail@w3.org>
- Date: Thu, 24 Jul 2008 15:27:29 +0900 (JST)
- To: public-html-diffs@w3.org
window.open('') needs to be like window.open() (whatwg r1914)
Diffs for this change per section:
open()
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1104.html#open2
Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1103&r2=1.1104&f=h
http://html5.org/tools/web-apps-tracker?from=1913&to=1914
===================================================================
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 Thursday, 24 July 2008 06:28:06 UTC