[html5] r4937 - [e] (0) <meter> and <progress> aren't listed so it doesn't make sense to bar the [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Apr 1 15:03:03 PDT 2010


Author: ianh
Date: 2010-04-01 15:03:02 -0700 (Thu, 01 Apr 2010)
New Revision: 4937

Modified:
   complete.html
   index
   source
Log:
[e] (0) <meter> and <progress> aren't listed so it doesn't make sense to bar them from constraint validation.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9229

Modified: complete.html
===================================================================
--- complete.html	2010-04-01 22:01:01 UTC (rev 4936)
+++ complete.html	2010-04-01 22:03:02 UTC (rev 4937)
@@ -40042,10 +40042,6 @@
   explicitly associate the <code><a href=#the-progress-element>progress</a></code> element with its
   <a href=#form-owner>form owner</a>.</p>
 
-  <p><strong>Constraint validation</strong>: <code><a href=#the-progress-element>progress</a></code>
-  elements are always <a href=#barred-from-constraint-validation>barred from constraint
-  validation</a>.</p>
-
   </div>
 
   <dl class=domintro><dt><var title="">progress</var> . <code title=dom-progress-position><a href=#dom-progress-position>position</a></code></dt>
@@ -40393,10 +40389,6 @@
   explicitly associate the <code><a href=#the-meter-element>meter</a></code> element with its
   <a href=#form-owner>form owner</a>.</p>
 
-  <p><strong>Constraint validation</strong>: <code><a href=#the-meter-element>meter</a></code>
-  elements are always <a href=#barred-from-constraint-validation>barred from constraint
-  validation</a>.</p>
-
   <div class=impl>
 
   <p>The <dfn id=dom-meter-min title=dom-meter-min><code>min</code></dfn>, <dfn id=dom-meter-max title=dom-meter-max><code>max</code></dfn>, <dfn id=dom-meter-value title=dom-meter-value><code>value</code></dfn>, <dfn id=dom-meter-low title=dom-meter-low><code>low</code></dfn>, <dfn id=dom-meter-high title=dom-meter-high><code>high</code></dfn>, and <dfn id=dom-meter-optimum title=dom-meter-optimum><code>optimum</code></dfn> IDL attributes

Modified: index
===================================================================
--- index	2010-04-01 22:01:01 UTC (rev 4936)
+++ index	2010-04-01 22:03:02 UTC (rev 4937)
@@ -39943,10 +39943,6 @@
   explicitly associate the <code><a href=#the-progress-element>progress</a></code> element with its
   <a href=#form-owner>form owner</a>.</p>
 
-  <p><strong>Constraint validation</strong>: <code><a href=#the-progress-element>progress</a></code>
-  elements are always <a href=#barred-from-constraint-validation>barred from constraint
-  validation</a>.</p>
-
   </div>
 
   <dl class=domintro><dt><var title="">progress</var> . <code title=dom-progress-position><a href=#dom-progress-position>position</a></code></dt>
@@ -40294,10 +40290,6 @@
   explicitly associate the <code><a href=#the-meter-element>meter</a></code> element with its
   <a href=#form-owner>form owner</a>.</p>
 
-  <p><strong>Constraint validation</strong>: <code><a href=#the-meter-element>meter</a></code>
-  elements are always <a href=#barred-from-constraint-validation>barred from constraint
-  validation</a>.</p>
-
   <div class=impl>
 
   <p>The <dfn id=dom-meter-min title=dom-meter-min><code>min</code></dfn>, <dfn id=dom-meter-max title=dom-meter-max><code>max</code></dfn>, <dfn id=dom-meter-value title=dom-meter-value><code>value</code></dfn>, <dfn id=dom-meter-low title=dom-meter-low><code>low</code></dfn>, <dfn id=dom-meter-high title=dom-meter-high><code>high</code></dfn>, and <dfn id=dom-meter-optimum title=dom-meter-optimum><code>optimum</code></dfn> IDL attributes

Modified: source
===================================================================
--- source	2010-04-01 22:01:01 UTC (rev 4936)
+++ source	2010-04-01 22:03:02 UTC (rev 4937)
@@ -44557,10 +44557,6 @@
   explicitly associate the <code>progress</code> element with its
   <span>form owner</span>.</p>
 
-  <p><strong>Constraint validation</strong>: <code>progress</code>
-  elements are always <span>barred from constraint
-  validation</span>.</p>
-
   </div>
 
   <dl class="domintro">
@@ -44944,10 +44940,6 @@
   explicitly associate the <code>meter</code> element with its
   <span>form owner</span>.</p>
 
-  <p><strong>Constraint validation</strong>: <code>meter</code>
-  elements are always <span>barred from constraint
-  validation</span>.</p>
-
   <div class="impl">
 
   <p>The <dfn title="dom-meter-min"><code>min</code></dfn>, <dfn




More information about the Commit-Watchers mailing list