[html5] r8855 - [e] (0) Fix an error in the minlength description Fixing https://www.w3.org/Bugs [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Nov 19 16:19:15 PST 2014
Author: ianh
Date: 2014-11-19 16:19:11 -0800 (Wed, 19 Nov 2014)
New Revision: 8855
Modified:
complete.html
index
source
Log:
[e] (0) Fix an error in the minlength description
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=27070
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2014-11-20 00:14:29 UTC (rev 8854)
+++ complete.html 2014-11-20 00:19:11 UTC (rev 8855)
@@ -40122,12 +40122,12 @@
characters a user can input.</p>
<p class=note>The <code id=setting-minimum-input-length-requirements:-the-minlength-attribute:attr-fe-minlength-2><a href=#attr-fe-minlength>minlength</a></code> attribute does not imply the
- <code>required</code> attribute. If the form control has no <code id=setting-minimum-input-length-requirements:-the-minlength-attribute:attr-fe-minlength-3><a href=#attr-fe-minlength>minlength</a></code> attribute, then the value can still be omitted; the
- <code id=setting-minimum-input-length-requirements:-the-minlength-attribute:attr-fe-minlength-4><a href=#attr-fe-minlength>minlength</a></code> attribute only kicks in once the user has entered
+ <code>required</code> attribute. If the form control has no <code>required</code> attribute, then the value can still be omitted; the
+ <code id=setting-minimum-input-length-requirements:-the-minlength-attribute:attr-fe-minlength-3><a href=#attr-fe-minlength>minlength</a></code> attribute only kicks in once the user has entered
a value at all. If the empty string is not allowed, then the <code>required</code>
attribute also needs to be set.</p>
- <p>If an element has its <a href=#attr-fe-minlength id=setting-minimum-input-length-requirements:-the-minlength-attribute:attr-fe-minlength-5>form control <code>minlength</code> attribute</a> specified, the attribute's value must be a <a href=#valid-non-negative-integer id=setting-minimum-input-length-requirements:-the-minlength-attribute:valid-non-negative-integer>valid
+ <p>If an element has its <a href=#attr-fe-minlength id=setting-minimum-input-length-requirements:-the-minlength-attribute:attr-fe-minlength-4>form control <code>minlength</code> attribute</a> specified, the attribute's value must be a <a href=#valid-non-negative-integer id=setting-minimum-input-length-requirements:-the-minlength-attribute:valid-non-negative-integer>valid
non-negative integer</a>. If the attribute is specified and applying the <a href=#rules-for-parsing-non-negative-integers id=setting-minimum-input-length-requirements:-the-minlength-attribute:rules-for-parsing-non-negative-integers>rules for
parsing non-negative integers</a> to its value results in a number, then that number is the
element's <dfn id=minimum-allowed-value-length>minimum allowed value length</dfn>. If the attribute is omitted or parsing its
Modified: index
===================================================================
--- index 2014-11-20 00:14:29 UTC (rev 8854)
+++ index 2014-11-20 00:19:11 UTC (rev 8855)
@@ -40122,12 +40122,12 @@
characters a user can input.</p>
<p class=note>The <code id=setting-minimum-input-length-requirements:-the-minlength-attribute:attr-fe-minlength-2><a href=#attr-fe-minlength>minlength</a></code> attribute does not imply the
- <code>required</code> attribute. If the form control has no <code id=setting-minimum-input-length-requirements:-the-minlength-attribute:attr-fe-minlength-3><a href=#attr-fe-minlength>minlength</a></code> attribute, then the value can still be omitted; the
- <code id=setting-minimum-input-length-requirements:-the-minlength-attribute:attr-fe-minlength-4><a href=#attr-fe-minlength>minlength</a></code> attribute only kicks in once the user has entered
+ <code>required</code> attribute. If the form control has no <code>required</code> attribute, then the value can still be omitted; the
+ <code id=setting-minimum-input-length-requirements:-the-minlength-attribute:attr-fe-minlength-3><a href=#attr-fe-minlength>minlength</a></code> attribute only kicks in once the user has entered
a value at all. If the empty string is not allowed, then the <code>required</code>
attribute also needs to be set.</p>
- <p>If an element has its <a href=#attr-fe-minlength id=setting-minimum-input-length-requirements:-the-minlength-attribute:attr-fe-minlength-5>form control <code>minlength</code> attribute</a> specified, the attribute's value must be a <a href=#valid-non-negative-integer id=setting-minimum-input-length-requirements:-the-minlength-attribute:valid-non-negative-integer>valid
+ <p>If an element has its <a href=#attr-fe-minlength id=setting-minimum-input-length-requirements:-the-minlength-attribute:attr-fe-minlength-4>form control <code>minlength</code> attribute</a> specified, the attribute's value must be a <a href=#valid-non-negative-integer id=setting-minimum-input-length-requirements:-the-minlength-attribute:valid-non-negative-integer>valid
non-negative integer</a>. If the attribute is specified and applying the <a href=#rules-for-parsing-non-negative-integers id=setting-minimum-input-length-requirements:-the-minlength-attribute:rules-for-parsing-non-negative-integers>rules for
parsing non-negative integers</a> to its value results in a number, then that number is the
element's <dfn id=minimum-allowed-value-length>minimum allowed value length</dfn>. If the attribute is omitted or parsing its
Modified: source
===================================================================
--- source 2014-11-20 00:14:29 UTC (rev 8854)
+++ source 2014-11-20 00:19:11 UTC (rev 8855)
@@ -51445,7 +51445,7 @@
<p class="note">The <code data-x="attr-fe-minlength">minlength</code> attribute does not imply the
<code data-x="">required</code> attribute. If the form control has no <code
- data-x="attr-fe-minlength">minlength</code> attribute, then the value can still be omitted; the
+ data-x="">required</code> attribute, then the value can still be omitted; the
<code data-x="attr-fe-minlength">minlength</code> attribute only kicks in once the user has entered
a value at all. If the empty string is not allowed, then the <code data-x="">required</code>
attribute also needs to be set.</p>
More information about the Commit-Watchers
mailing list