[html5] r7567 - [giow] (3) Match implementations better Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Wed Dec 5 12:53:20 PST 2012


Author: ianh
Date: 2012-12-05 12:53:19 -0800 (Wed, 05 Dec 2012)
New Revision: 7567

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Match implementations better
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-12-05 20:44:19 UTC (rev 7566)
+++ complete.html	2012-12-05 20:53:19 UTC (rev 7567)
@@ -56195,14 +56195,8 @@
    <a href=#browsing-context>browsing context</a> of <var title="">form
    document</var>.</li>
 
-   <li><p>If <var title="">form</var> is already being submitted
-   (i.e. the form was <a href=#concept-form-submit title=concept-form-submit>submitted</a> again while processing
-   the events fired from the next two steps, probably from a script
-   redundantly calling the <code title=dom-form-submit><a href=#dom-form-submit>submit()</a></code> method on <var title="">form</var>), then abort these steps. This doesn't affect
-   the earlier instance of this algorithm.</li>
+   <!-- lock (all the following steps are skipped if called from submit() - see unlock step below) -->
 
-   <!-- lock (implicit in previous step) -->
-
    <li><p>If the <var title="">submitted from <code title=dom-form-submit><a href=#dom-form-submit>submit()</a></code> method</var> flag is not
    set, and the <var title="">submitter</var> element's <a href=#concept-fs-novalidate title=concept-fs-novalidate>no-validate state</a> is false,
    then <a href=#interactively-validate-the-constraints>interactively validate the constraints</a> of <var title="">form</var> and examine the result: if the result is
@@ -104434,6 +104428,7 @@
   Magnus Kristiansen<!-- Dashiva -->,
   Maik Merten,
   Malcolm Rowe,
+  Manish Tripathi,
   Mark Birbeck,
   Mark Davis,
   Mark Miller,

Modified: index
===================================================================
--- index	2012-12-05 20:44:19 UTC (rev 7566)
+++ index	2012-12-05 20:53:19 UTC (rev 7567)
@@ -56195,14 +56195,8 @@
    <a href=#browsing-context>browsing context</a> of <var title="">form
    document</var>.</li>
 
-   <li><p>If <var title="">form</var> is already being submitted
-   (i.e. the form was <a href=#concept-form-submit title=concept-form-submit>submitted</a> again while processing
-   the events fired from the next two steps, probably from a script
-   redundantly calling the <code title=dom-form-submit><a href=#dom-form-submit>submit()</a></code> method on <var title="">form</var>), then abort these steps. This doesn't affect
-   the earlier instance of this algorithm.</li>
+   <!-- lock (all the following steps are skipped if called from submit() - see unlock step below) -->
 
-   <!-- lock (implicit in previous step) -->
-
    <li><p>If the <var title="">submitted from <code title=dom-form-submit><a href=#dom-form-submit>submit()</a></code> method</var> flag is not
    set, and the <var title="">submitter</var> element's <a href=#concept-fs-novalidate title=concept-fs-novalidate>no-validate state</a> is false,
    then <a href=#interactively-validate-the-constraints>interactively validate the constraints</a> of <var title="">form</var> and examine the result: if the result is
@@ -104434,6 +104428,7 @@
   Magnus Kristiansen<!-- Dashiva -->,
   Maik Merten,
   Malcolm Rowe,
+  Manish Tripathi,
   Mark Birbeck,
   Mark Davis,
   Mark Miller,

Modified: source
===================================================================
--- source	2012-12-05 20:44:19 UTC (rev 7566)
+++ source	2012-12-05 20:53:19 UTC (rev 7567)
@@ -65638,17 +65638,8 @@
    <span>browsing context</span> of <var title="">form
    document</var>.</p></li>
 
-   <li><p>If <var title="">form</var> is already being submitted
-   (i.e. the form was <span
-   title="concept-form-submit">submitted</span> again while processing
-   the events fired from the next two steps, probably from a script
-   redundantly calling the <code
-   title="dom-form-submit">submit()</code> method on <var
-   title="">form</var>), then abort these steps. This doesn't affect
-   the earlier instance of this algorithm.</p></li>
+   <!-- lock (all the following steps are skipped if called from submit() - see unlock step below) -->
 
-   <!-- lock (implicit in previous step) -->
-
    <li><p>If the <var title="">submitted from <code
    title="dom-form-submit">submit()</code> method</var> flag is not
    set, and the <var title="">submitter</var> element's <span
@@ -122231,6 +122222,7 @@
   Magnus Kristiansen<!-- Dashiva -->,
   Maik Merten,
   Malcolm Rowe,
+  Manish Tripathi,
   Mark Birbeck,
   Mark Davis,
   Mark Miller,




More information about the Commit-Watchers mailing list