Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (3) Make submissions during page load not triggered by the sub…
…mit() method not replace the current page.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18391
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7610 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 30, 2012
1 parent 82d7bed commit 92d12c4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -56967,9 +56967,10 @@ <h5 id=form-submission-algorithm><span class=secno>4.10.22.3 </span>Form submiss
and let <var title="">target browsing context</var> be the
resulting <a href=#browsing-context>browsing context</a>.</li>

<li><p>If <var title="">target browsing context</var> was created
in the previous step, or if the <var title="">form document</var>
has not yet <a href=#completely-loaded>completely loaded</a>, then let <var title="">replace</var> be true. Otherwise, let it be
<li><p>If <var title="">target browsing context</var> was created in the previous step, or,
alternatively, if the <var title="">form document</var> has not yet <a href=#completely-loaded>completely
loaded</a> and the <var title="">submitted from <code title=dom-form-submit><a href=#dom-form-submit>submit()</a></code>
method</var> is set, then let <var title="">replace</var> be true. Otherwise, let it be
false.</li>

<li>
Expand Down
7 changes: 4 additions & 3 deletions index
Expand Up @@ -56967,9 +56967,10 @@ fur
and let <var title="">target browsing context</var> be the
resulting <a href=#browsing-context>browsing context</a>.</li>

<li><p>If <var title="">target browsing context</var> was created
in the previous step, or if the <var title="">form document</var>
has not yet <a href=#completely-loaded>completely loaded</a>, then let <var title="">replace</var> be true. Otherwise, let it be
<li><p>If <var title="">target browsing context</var> was created in the previous step, or,
alternatively, if the <var title="">form document</var> has not yet <a href=#completely-loaded>completely
loaded</a> and the <var title="">submitted from <code title=dom-form-submit><a href=#dom-form-submit>submit()</a></code>
method</var> is set, then let <var title="">replace</var> be true. Otherwise, let it be
false.</li>

<li>
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -66547,10 +66547,10 @@ fur
and let <var title="">target browsing context</var> be the
resulting <span>browsing context</span>.</p></li>

<li><p>If <var title="">target browsing context</var> was created
in the previous step, or if the <var title="">form document</var>
has not yet <span>completely loaded</span>, then let <var
title="">replace</var> be true. Otherwise, let it be
<li><p>If <var title="">target browsing context</var> was created in the previous step, or,
alternatively, if the <var title="">form document</var> has not yet <span>completely
loaded</span> and the <var title="">submitted from <code title="dom-form-submit">submit()</code>
method</var> is set, then let <var title="">replace</var> be true. Otherwise, let it be
false.</p></li>

<li>
Expand Down

0 comments on commit 92d12c4

Please sign in to comment.