Skip to content

Commit

Permalink
[giow] (1) Type mismatch shouldn't occur if the attribute has no value.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6117 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 7, 2011
1 parent 122ea3b commit 1c15c29
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
14 changes: 8 additions & 6 deletions complete.html
Expand Up @@ -239,7 +239,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 6 May 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 7 May 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -43394,8 +43394,10 @@ <h6 id=url-state><span class=secno>4.10.7.1.4 </span><dfn title=attr-input-type-
follows</strong>: <a href=#strip-line-breaks>Strip line breaks</a> from the <a href=#concept-fe-value title=concept-fe-value>value</a>, then <a href=#strip-leading-and-trailing-whitespace>strip leading and
trailing whitespace</a> from the <a href=#concept-fe-value title=concept-fe-value>value</a>.</p>

<p><strong>Constraint validation</strong>: While the <a href=#concept-fe-value title=concept-fe-value>value</a> of the element is not a <a href=#valid-url title="valid URL">valid</a> <a href=#absolute-url>absolute URL</a>, the
element is <a href=#suffering-from-a-type-mismatch>suffering from a type mismatch</a>.</p>
<p><strong>Constraint validation</strong>: While the <a href=#concept-fe-value title=concept-fe-value>value</a> of the element is neither the
empty string nor a <a href=#valid-url title="valid URL">valid</a>
<a href=#absolute-url>absolute URL</a>, the element is <a href=#suffering-from-a-type-mismatch>suffering from a
type mismatch</a>.</p>

</div>

Expand Down Expand Up @@ -43546,9 +43548,9 @@ <h6 id=e-mail-state><span class=secno>4.10.7.1.5 </span><dfn title=attr-input-ty
attribute is removed, the user agent must run the <a href=#value-sanitization-algorithm>value
sanitization algorithm</a>.</p>

<p><strong>Constraint validation</strong>: While the <a href=#concept-fe-value title=concept-fe-value>value</a> of the element is not a
single <a href=#valid-e-mail-address>valid e-mail address</a>, the element is
<a href=#suffering-from-a-type-mismatch>suffering from a type mismatch</a>.</p>
<p><strong>Constraint validation</strong>: While the <a href=#concept-fe-value title=concept-fe-value>value</a> of the element is neither
the empty string nor a single <a href=#valid-e-mail-address>valid e-mail address</a>,
the element is <a href=#suffering-from-a-type-mismatch>suffering from a type mismatch</a>.</p>

</div>

Expand Down
14 changes: 8 additions & 6 deletions index
Expand Up @@ -243,7 +243,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><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 &mdash; Last Updated 6 May 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 7 May 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -43422,8 +43422,10 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
follows</strong>: <a href=#strip-line-breaks>Strip line breaks</a> from the <a href=#concept-fe-value title=concept-fe-value>value</a>, then <a href=#strip-leading-and-trailing-whitespace>strip leading and
trailing whitespace</a> from the <a href=#concept-fe-value title=concept-fe-value>value</a>.</p>

<p><strong>Constraint validation</strong>: While the <a href=#concept-fe-value title=concept-fe-value>value</a> of the element is not a <a href=#valid-url title="valid URL">valid</a> <a href=#absolute-url>absolute URL</a>, the
element is <a href=#suffering-from-a-type-mismatch>suffering from a type mismatch</a>.</p>
<p><strong>Constraint validation</strong>: While the <a href=#concept-fe-value title=concept-fe-value>value</a> of the element is neither the
empty string nor a <a href=#valid-url title="valid URL">valid</a>
<a href=#absolute-url>absolute URL</a>, the element is <a href=#suffering-from-a-type-mismatch>suffering from a
type mismatch</a>.</p>

</div>

Expand Down Expand Up @@ -43574,9 +43576,9 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
attribute is removed, the user agent must run the <a href=#value-sanitization-algorithm>value
sanitization algorithm</a>.</p>

<p><strong>Constraint validation</strong>: While the <a href=#concept-fe-value title=concept-fe-value>value</a> of the element is not a
single <a href=#valid-e-mail-address>valid e-mail address</a>, the element is
<a href=#suffering-from-a-type-mismatch>suffering from a type mismatch</a>.</p>
<p><strong>Constraint validation</strong>: While the <a href=#concept-fe-value title=concept-fe-value>value</a> of the element is neither
the empty string nor a single <a href=#valid-e-mail-address>valid e-mail address</a>,
the element is <a href=#suffering-from-a-type-mismatch>suffering from a type mismatch</a>.</p>

</div>

Expand Down
13 changes: 7 additions & 6 deletions source
Expand Up @@ -48579,9 +48579,10 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
title="concept-fe-value">value</span>.</p>

<p><strong>Constraint validation</strong>: While the <span
title="concept-fe-value">value</span> of the element is not a <span
title="valid URL">valid</span> <span>absolute URL</span>, the
element is <span>suffering from a type mismatch</span>.</p>
title="concept-fe-value">value</span> of the element is neither the
empty string nor a <span title="valid URL">valid</span>
<span>absolute URL</span>, the element is <span>suffering from a
type mismatch</span>.</p>

</div>

Expand Down Expand Up @@ -48744,9 +48745,9 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
sanitization algorithm</span>.</p>

<p><strong>Constraint validation</strong>: While the <span
title="concept-fe-value">value</span> of the element is not a
single <span>valid e-mail address</span>, the element is
<span>suffering from a type mismatch</span>.</p>
title="concept-fe-value">value</span> of the element is neither
the empty string nor a single <span>valid e-mail address</span>,
the element is <span>suffering from a type mismatch</span>.</p>

</div>

Expand Down

0 comments on commit 1c15c29

Please sign in to comment.