hixie: strip spaces from around type=email values, since we already do for type=url and type=email multiple. (whatwg r6441)

hixie: strip spaces from around type=email values, since we already do
for type=url and type=email multiple. (whatwg r6441)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5143&r2=1.5144&f=h
http://html5.org/tools/web-apps-tracker?from=6440&to=6441

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5143
retrieving revision 1.5144
diff -u -d -r1.5143 -r1.5144
--- Overview.html 12 Aug 2011 23:20:14 -0000 1.5143
+++ Overview.html 12 Aug 2011 23:32:10 -0000 1.5144
@@ -33193,7 +33193,8 @@
     <div class="impl">
 
     <p><strong>The <a href="#value-sanitization-algorithm">value sanitization algorithm</a> is as
-    follows</strong>: <a href="#strip-line-breaks">Strip line breaks</a> from the <a href="#concept-fe-value" title="concept-fe-value">value</a>.</p>
+    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>When the <code title="attr-input-multiple"><a href="#attr-input-multiple">multiple</a></code>
     attribute is removed, the user agent must run the <a href="#value-sanitization-algorithm">value

Received on Friday, 12 August 2011 23:32:27 UTC