[html5] r6441 - [giow] (1) strip spaces from around type=email values, since we already do for t [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 12 16:31:55 PDT 2011


Author: ianh
Date: 2011-08-12 16:31:53 -0700 (Fri, 12 Aug 2011)
New Revision: 6441

Modified:
   complete.html
   index
   source
Log:
[giow] (1) strip spaces from around type=email values, since we already do for type=url and type=email multiple.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12682

Modified: complete.html
===================================================================
--- complete.html	2011-08-12 23:19:56 UTC (rev 6440)
+++ complete.html	2011-08-12 23:31:53 UTC (rev 6441)
@@ -44553,7 +44553,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

Modified: index
===================================================================
--- index	2011-08-12 23:19:56 UTC (rev 6440)
+++ index	2011-08-12 23:31:53 UTC (rev 6441)
@@ -44420,7 +44420,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

Modified: source
===================================================================
--- source	2011-08-12 23:19:56 UTC (rev 6440)
+++ source	2011-08-12 23:31:53 UTC (rev 6441)
@@ -49708,6 +49708,8 @@
 
     <p><strong>The <span>value sanitization algorithm</span> is as
     follows</strong>: <span>Strip line breaks</span> from the <span
+    title="concept-fe-value">value</span>, then <span>strip leading
+    and trailing whitespace</span> from the <span
     title="concept-fe-value">value</span>.</p>
 
     <p>When the <code title="attr-input-multiple">multiple</code>




More information about the Commit-Watchers mailing list