html5/spec Overview.html,1.5486,1.5487

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5823

Modified Files:
	Overview.html 
Log Message:
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. (whatwg r6889)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5486
retrieving revision 1.5487
diff -u -d -r1.5486 -r1.5487
--- Overview.html	11 Jan 2012 00:00:50 -0000	1.5486
+++ Overview.html	11 Jan 2012 00:03:37 -0000	1.5487
@@ -320,7 +320,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-10-january-2012">Editor's Draft 10 January 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-11-january-2012">Editor's Draft 11 January 2012</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -467,7 +467,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 10 January 2012 Editor's Draft.
+  This specification is the 11 January 2012 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -33119,10 +33119,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><div class="example">
 
    <p>This example shows a <code><a href="#the-fieldset-element">fieldset</a></code> element being used to
@@ -40048,10 +40044,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><div class="example">
 
    <p>A simple calculator could use <code><a href="#the-output-element">output</a></code> for its
@@ -41151,13 +41143,12 @@
 
   </div><h4 id="constraints"><span class="secno">4.10.21 </span>Constraints</h4><h5 id="definitions"><span class="secno">4.10.21.1 </span>Definitions</h5><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

Received on Wednesday, 11 January 2012 00:03:43 UTC