html5/spec Overview.html,1.5143,1.5144

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14289

Modified Files:
	Overview.html 
Log Message:
strip spaces from around type=email values, since we already do for type=url and type=email multiple. (whatwg r6441)

Index: Overview.html
===================================================================
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:16 UTC