[html5] r6117 - [giow] (1) Type mismatch shouldn't occur if the attribute has no value.
whatwg at whatwg.org
whatwg at whatwg.org
Sat May 7 12:00:40 PDT 2011
Author: ianh
Date: 2011-05-07 12:00:33 -0700 (Sat, 07 May 2011)
New Revision: 6117
Modified:
complete.html
index
source
Log:
[giow] (1) Type mismatch shouldn't occur if the attribute has no value.
Modified: complete.html
===================================================================
--- complete.html 2011-05-06 23:30:00 UTC (rev 6116)
+++ complete.html 2011-05-07 19:00:33 UTC (rev 6117)
@@ -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 — Last Updated 6 May 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — 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>-->
@@ -43394,8 +43394,10 @@
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>
@@ -43546,9 +43548,9 @@
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>
Modified: index
===================================================================
--- index 2011-05-06 23:30:00 UTC (rev 6116)
+++ index 2011-05-07 19:00:33 UTC (rev 6117)
@@ -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 — Last Updated 6 May 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — 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>-->
@@ -43422,8 +43422,10 @@
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>
@@ -43574,9 +43576,9 @@
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>
Modified: source
===================================================================
--- source 2011-05-06 23:30:00 UTC (rev 6116)
+++ source 2011-05-07 19:00:33 UTC (rev 6117)
@@ -48579,9 +48579,10 @@
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>
@@ -48744,9 +48745,9 @@
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>
More information about the Commit-Watchers
mailing list