Skip to content

Commit

Permalink
[] (0) window.open('') needs to be like window.open()
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1914 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 23, 2008
1 parent c0f35a8 commit 0ba771b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions index
Expand Up @@ -30904,9 +30904,10 @@ never reset. This is nice and consistent.)

<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.

Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -28243,9 +28243,9 @@ never reset. This is nice and consistent.)

<p>The first argument, <var title="">url</var>, must be a
<span>valid URL</span> 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
context. If 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
<span title="resolve a url">resolved</span> to an <span>absolute
URL</span> (or an error) when the method is invoked.</p>

Expand Down

0 comments on commit 0ba771b

Please sign in to comment.