[html5] r2439 - [co] (2) WF2: Further simplify the allowed syntax for <input type=email>
whatwg at whatwg.org
whatwg at whatwg.org
Tue Nov 25 03:56:11 PST 2008
Author: ianh
Date: 2008-11-25 03:56:10 -0800 (Tue, 25 Nov 2008)
New Revision: 2439
Modified:
index
source
Log:
[co] (2) WF2: Further simplify the allowed syntax for <input type=email>
Modified: index
===================================================================
--- index 2008-11-25 11:25:53 UTC (rev 2438)
+++ index 2008-11-25 11:56:10 UTC (rev 2439)
@@ -24211,9 +24211,13 @@
the user agent should allow the user to change the e-mail address
represented by its <a href=#concept-fe-value title=concept-fe-value>value</a>. User
agents may allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that is not an
- e-mail address. User agents should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string. User
- agents must not allow users to insert U+000A LINE FEED (LF) or
- U+000D CARRIAGE RETURN (CR) characters into the <a href=#concept-fe-value title=concept-fe-value>value</a>.</p>
+ <a href=#valid-e-mail-address>valid e-mail address</a>. User agents should allow the user
+ to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty
+ string. User agents must not allow users to insert U+000A LINE FEED
+ (LF) or U+000D CARRIAGE RETURN (CR) characters into the <a href=#concept-fe-value title=concept-fe-value>value</a>. User agents may transform the
+ <a href=#concept-fe-value title=concept-fe-value>value</a> for display and editing
+ (e.g. converting punycode in the <a href=#concept-fe-value title=concept-fe-value>value</a> to IDN in the display and vice
+ versa).</p>
<p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
specified, must have a value that is a <a href=#valid-e-mail-address>valid e-mail
@@ -24227,10 +24231,9 @@
from a type mismatch</a>.</p>
<p>A <dfn id=valid-e-mail-address>valid e-mail address</dfn> is a string that matches the
- <code>addr-spec</code> production defined in RFC 2822 section 3.4.1,
- excluding the <code>CFWS</code> production everywhere, and excluding
- the <code>FWS</code> production everywhere except in the
- <code>quoted-string</code> production. <a href=#refsRFC2822>[RFC2822]</a></p>
+ production <code title="">dot-atom "@" dot-atom</code>
+ where <code title="">dot-atom</code> is defined in RFC 2822 section
+ 3.2.4, excluding the <code>CFWS</code> production everywhere. <a href=#refsRFC2822>[RFC2822]</a></p>
<div class=bookkeeping>
Modified: source
===================================================================
--- source 2008-11-25 11:25:53 UTC (rev 2438)
+++ source 2008-11-25 11:56:10 UTC (rev 2439)
@@ -27012,11 +27012,15 @@
represented by its <span title="concept-fe-value">value</span>. User
agents may allow the user to set the <span
title="concept-fe-value">value</span> to a string that is not an
- e-mail address. User agents should allow the user to set the <span
- title="concept-fe-value">value</span> to the empty string. User
- agents must not allow users to insert U+000A LINE FEED (LF) or
- U+000D CARRIAGE RETURN (CR) characters into the <span
- title="concept-fe-value">value</span>.</p>
+ <span>valid e-mail address</span>. User agents should allow the user
+ to set the <span title="concept-fe-value">value</span> to the empty
+ string. User agents must not allow users to insert U+000A LINE FEED
+ (LF) or U+000D CARRIAGE RETURN (CR) characters into the <span
+ title="concept-fe-value">value</span>. User agents may transform the
+ <span title="concept-fe-value">value</span> for display and editing
+ (e.g. converting punycode in the <span
+ title="concept-fe-value">value</span> to IDN in the display and vice
+ versa).</p>
<p>The <code title="attr-input-value">value</code> attribute, if
specified, must have a value that is a <span>valid e-mail
@@ -27032,10 +27036,9 @@
from a type mismatch</span>.</p>
<p>A <dfn>valid e-mail address</dfn> is a string that matches the
- <code>addr-spec</code> production defined in RFC 2822 section 3.4.1,
- excluding the <code>CFWS</code> production everywhere, and excluding
- the <code>FWS</code> production everywhere except in the
- <code>quoted-string</code> production. <a
+ production <code title="">dot-atom "@" dot-atom</code>
+ where <code title="">dot-atom</code> is defined in RFC 2822 section
+ 3.2.4, excluding the <code>CFWS</code> production everywhere. <a
href="#refsRFC2822">[RFC2822]</a></p>
<div class="bookkeeping">
More information about the Commit-Watchers
mailing list