[html5] r6889 - [e] (0) The definition of elements that are candidates for constraint validation [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 10 16:03:33 PST 2012


Author: ianh
Date: 2012-01-10 16:03:32 -0800 (Tue, 10 Jan 2012)
New Revision: 6889

Modified:
   complete.html
   index
   source
Log:
[e] (0) The definition of elements that are candidates for constraint validation should be based on the 'submittable' category, not 'listed', for consistency with the rest of the validation stuff.
Affected topics: DOM APIs, HTML

Modified: complete.html
===================================================================
--- complete.html	2012-01-11 00:00:45 UTC (rev 6888)
+++ complete.html	2012-01-11 00:03:32 UTC (rev 6889)
@@ -240,7 +240,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 10 January 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 11 January 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -42022,10 +42022,6 @@
   <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
   element's forms API.</p>
 
-  <p><strong>Constraint validation</strong>: <code><a href=#the-fieldset-element>fieldset</a></code>
-  elements are always <a href=#barred-from-constraint-validation>barred from constraint
-  validation</a>.</p>
-
   </div>
 <!--TOPIC:HTML-->
 
@@ -49942,10 +49938,6 @@
   of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
   element's forms API.</p>
 
-  <p><strong>Constraint validation</strong>: <code><a href=#the-output-element>output</a></code>
-  elements are always <a href=#barred-from-constraint-validation>barred from constraint
-  validation</a>.</p>
-
   </div>
 <!--TOPIC:HTML-->
 
@@ -51265,13 +51257,12 @@
 
   <div class=impl>
 
-  <p>A <a href=#category-listed title=category-listed>listed form-associated
-  element</a> is a <dfn id=candidate-for-constraint-validation>candidate for constraint validation</dfn>
-  except when a condition has <dfn id=barred-from-constraint-validation title="barred from constraint
-  validation">barred the element from constraint
-  validation</dfn>. (For example, an element is <a href=#barred-from-constraint-validation>barred from
-  constraint validation</a> if it is an <code><a href=#the-output-element>output</a></code> or
-  <code><a href=#the-fieldset-element>fieldset</a></code> element.)</p>
+  <p>A <a href=#category-submit title=category-submit>submittable element</a> is a
+  <dfn id=candidate-for-constraint-validation>candidate for constraint validation</dfn> except when a
+  condition has <dfn id=barred-from-constraint-validation title="barred from constraint validation">barred
+  the element from constraint validation</dfn>. (For example, an
+  element is <a href=#barred-from-constraint-validation>barred from constraint validation</a> if it is
+  an <code><a href=#the-object-element>object</a></code> element.)</p>
 
   <p>An element can have a <dfn id=custom-validity-error-message>custom validity error message</dfn>
   defined. Initially, an element must have its <a href=#custom-validity-error-message>custom validity

Modified: index
===================================================================
--- index	2012-01-11 00:00:45 UTC (rev 6888)
+++ index	2012-01-11 00:03:32 UTC (rev 6889)
@@ -240,7 +240,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 10 January 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 11 January 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -42022,10 +42022,6 @@
   <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
   element's forms API.</p>
 
-  <p><strong>Constraint validation</strong>: <code><a href=#the-fieldset-element>fieldset</a></code>
-  elements are always <a href=#barred-from-constraint-validation>barred from constraint
-  validation</a>.</p>
-
   </div>
 <!--TOPIC:HTML-->
 
@@ -49942,10 +49938,6 @@
   of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
   element's forms API.</p>
 
-  <p><strong>Constraint validation</strong>: <code><a href=#the-output-element>output</a></code>
-  elements are always <a href=#barred-from-constraint-validation>barred from constraint
-  validation</a>.</p>
-
   </div>
 <!--TOPIC:HTML-->
 
@@ -51265,13 +51257,12 @@
 
   <div class=impl>
 
-  <p>A <a href=#category-listed title=category-listed>listed form-associated
-  element</a> is a <dfn id=candidate-for-constraint-validation>candidate for constraint validation</dfn>
-  except when a condition has <dfn id=barred-from-constraint-validation title="barred from constraint
-  validation">barred the element from constraint
-  validation</dfn>. (For example, an element is <a href=#barred-from-constraint-validation>barred from
-  constraint validation</a> if it is an <code><a href=#the-output-element>output</a></code> or
-  <code><a href=#the-fieldset-element>fieldset</a></code> element.)</p>
+  <p>A <a href=#category-submit title=category-submit>submittable element</a> is a
+  <dfn id=candidate-for-constraint-validation>candidate for constraint validation</dfn> except when a
+  condition has <dfn id=barred-from-constraint-validation title="barred from constraint validation">barred
+  the element from constraint validation</dfn>. (For example, an
+  element is <a href=#barred-from-constraint-validation>barred from constraint validation</a> if it is
+  an <code><a href=#the-object-element>object</a></code> element.)</p>
 
   <p>An element can have a <dfn id=custom-validity-error-message>custom validity error message</dfn>
   defined. Initially, an element must have its <a href=#custom-validity-error-message>custom validity

Modified: source
===================================================================
--- source	2012-01-11 00:00:45 UTC (rev 6888)
+++ source	2012-01-11 00:03:32 UTC (rev 6889)
@@ -49081,10 +49081,6 @@
   title="dom-fe-name">name</code> IDL attributes are part of the
   element's forms API.</p>
 
-  <p><strong>Constraint validation</strong>: <code>fieldset</code>
-  elements are always <span>barred from constraint
-  validation</span>.</p>
-
   </div>
 <!--TOPIC:HTML-->
 
@@ -58261,10 +58257,6 @@
   title="dom-fe-name">name</code> IDL attributes are part of the
   element's forms API.</p>
 
-  <p><strong>Constraint validation</strong>: <code>output</code>
-  elements are always <span>barred from constraint
-  validation</span>.</p>
-
   </div>
 <!--TOPIC:HTML-->
 
@@ -59795,13 +59787,12 @@
 
   <div class="impl">
 
-  <p>A <span title="category-listed">listed form-associated
-  element</span> is a <dfn>candidate for constraint validation</dfn>
-  except when a condition has <dfn title="barred from constraint
-  validation">barred the element from constraint
-  validation</dfn>. (For example, an element is <span>barred from
-  constraint validation</span> if it is an <code>output</code> or
-  <code>fieldset</code> element.)</p>
+  <p>A <span title="category-submit">submittable element</span> is a
+  <dfn>candidate for constraint validation</dfn> except when a
+  condition has <dfn title="barred from constraint validation">barred
+  the element from constraint validation</dfn>. (For example, an
+  element is <span>barred from constraint validation</span> if it is
+  an <code>object</code> element.)</p>
 
   <p>An element can have a <dfn>custom validity error message</dfn>
   defined. Initially, an element must have its <span>custom validity




More information about the Commit-Watchers mailing list