Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10082

git-svn-id: http://svn.whatwg.org/webapps@5392 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 28, 2010
1 parent 57165a1 commit 299d823
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -58630,7 +58630,7 @@ <h4 id=apis-for-creating-and-navigating-browsing-contexts-by-name><span class=se
<a href=#browsing-context-name title="browsing context name">name</a> of the browsing
context that is to be navigated. It must be a <a href=#valid-browsing-context-name-or-keyword>valid browsing
context name or keyword</a>. If fewer than two arguments are
provided, then the <var title="">name</var> argument defaults to the
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
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -58555,7 +58555,7 @@ interface <dfn id=window>Window</dfn> {
<a href=#browsing-context-name title="browsing context name">name</a> of the browsing
context that is to be navigated. It must be a <a href=#valid-browsing-context-name-or-keyword>valid browsing
context name or keyword</a>. If fewer than two arguments are
provided, then the <var title="">name</var> argument defaults to the
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
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -66170,7 +66170,7 @@ interface <dfn>Window</dfn> {
<span title="browsing context name">name</span> of the browsing
context that is to be navigated. It must be a <span>valid browsing
context name or keyword</span>. If fewer than two arguments are
provided, then the <var title="">name</var> argument defaults to the
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
Expand Down

0 comments on commit 299d823

Please sign in to comment.