[html5] r7610 - [giow] (3) Make submissions during page load not triggered by the submit() metho [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Dec 29 20:15:30 PST 2012


Author: ianh
Date: 2012-12-29 20:15:29 -0800 (Sat, 29 Dec 2012)
New Revision: 7610

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Make submissions during page load not triggered by the submit() method not replace the current page.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18391
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-12-30 03:38:22 UTC (rev 7609)
+++ complete.html	2012-12-30 04:15:29 UTC (rev 7610)
@@ -56967,9 +56967,10 @@
    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>

Modified: index
===================================================================
--- index	2012-12-30 03:38:22 UTC (rev 7609)
+++ index	2012-12-30 04:15:29 UTC (rev 7610)
@@ -56967,9 +56967,10 @@
    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>

Modified: source
===================================================================
--- source	2012-12-30 03:38:22 UTC (rev 7609)
+++ source	2012-12-30 04:15:29 UTC (rev 7610)
@@ -66547,10 +66547,10 @@
    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>




More information about the Commit-Watchers mailing list