Skip to content

Commit

Permalink
[e] (0) Change how we ignore window.open()'s third argument.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9726

git-svn-id: http://svn.whatwg.org/webapps@5525 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 28, 2010
1 parent b787d2d commit 4900e67
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
7 changes: 5 additions & 2 deletions complete.html
Expand Up @@ -59020,8 +59020,11 @@ <h4 id=apis-for-creating-and-navigating-browsing-contexts-by-name><span class=se
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
Expand Down
7 changes: 5 additions & 2 deletions index
Expand Up @@ -59000,8 +59000,11 @@ interface <dfn id=window>Window</dfn> {
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
Expand Down
7 changes: 5 additions & 2 deletions source
Expand Up @@ -66672,8 +66672,11 @@ interface <dfn>Window</dfn> {
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 <span title="replacement
Expand Down

0 comments on commit 4900e67

Please sign in to comment.