Skip to content

Commit

Permalink
[e] (0) Typo in minlength text
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23464
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8217 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 9, 2013
1 parent c94cae9 commit 99a1a48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -53529,7 +53529,7 @@ <h5 id=setting-minimum-input-length-requirements:-the-minlength-attribute><span
its value results in an error, then there is no <a href=#minimum-allowed-value-length>minimum
allowed value length</a>.</p>

<p>If an element hs both a <a href=#maximum-allowed-value-length>maximum allowed value length</a> and a <a href=#minimum-allowed-value-length>minimum allowed
<p>If an element has both a <a href=#maximum-allowed-value-length>maximum allowed value length</a> and a <a href=#minimum-allowed-value-length>minimum allowed
value length</a>, the <a href=#minimum-allowed-value-length>minimum allowed value length</a> must be smaller than or equal
to the <a href=#maximum-allowed-value-length>maximum allowed value length</a>.</p>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -53529,7 +53529,7 @@ out of 233&thinsp;257&thinsp;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>
its value results in an error, then there is no <a href=#minimum-allowed-value-length>minimum
allowed value length</a>.</p>

<p>If an element hs both a <a href=#maximum-allowed-value-length>maximum allowed value length</a> and a <a href=#minimum-allowed-value-length>minimum allowed
<p>If an element has both a <a href=#maximum-allowed-value-length>maximum allowed value length</a> and a <a href=#minimum-allowed-value-length>minimum allowed
value length</a>, the <a href=#minimum-allowed-value-length>minimum allowed value length</a> must be smaller than or equal
to the <a href=#maximum-allowed-value-length>maximum allowed value length</a>.</p>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -58879,7 +58879,7 @@ out of 233&#x2009;257&#x2009;824 bytes available&lt;/meter>&lt;/p></pre>
its value results in an error, then there is no <span>minimum
allowed value length</span>.</p>

<p>If an element hs both a <span>maximum allowed value length</span> and a <span>minimum allowed
<p>If an element has both a <span>maximum allowed value length</span> and a <span>minimum allowed
value length</span>, the <span>minimum allowed value length</span> must be smaller than or equal
to the <span>maximum allowed value length</span>.</p>

Expand Down

0 comments on commit 99a1a48

Please sign in to comment.