- From: poot <cvsmail@w3.org>
- Date: Sun, 2 Nov 2008 01:09:47 +0900 (JST)
- To: public-html-diffs@w3.org
s/token/production/ fix (whatwg r2386)
Editor's Draft 1 November 2008
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1558.html#editor-s-draft-date-zzz-9-june-2008
4.10.4.1.3 E-mail state
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1558.html#e-mail-state
A vocabulary and associated APIs for HTML and XHTML
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1558.html#a-vocabulary-and-associated-apis-for-html-and-xhtml
valid e-mail address
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1558.html#valid-e-mail-address
Status of this document
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1558.html#status-of-this-document
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1557&r2=1.1558&f=h
http://html5.org/tools/web-apps-tracker?from=2385&to=2386
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1557
retrieving revision 1.1558
diff -u -d -r1.1557 -r1.1558
--- Overview.html 31 Oct 2008 22:12:02 -0000 1.1557
+++ Overview.html 1 Nov 2008 16:06:54 -0000 1.1558
@@ -8,7 +8,7 @@
<p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->31 October 2008</h2>
+ <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->1 November 2008</h2>
<dl><!-- ZZZ: update the month/day
<dt>This Version:</dt>
<dd><a href="http://www.w3.org/TR/2008/WD-html5-20080610/">http://www.w3.org/TR/2008/WD-html5-20080610/</a></dd>
@@ -97,7 +97,7 @@
specification's progress along the W3C Recommendation
track.
<!--ZZZ:-->
- This specification is the 31 October 2008 <!--ZZZ "Working Draft"-->Editor's Draft.
+ This specification is the 1 November 2008 <!--ZZZ "Working Draft"-->Editor's Draft.
<!--:ZZZ-->
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are
identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -19889,10 +19889,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>.<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-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>A <dfn id=valid-e-mail-address>valid e-mail address</dfn> is a string that matches the
- <code>addr-spec</code> token defined in RFC 2822 section 3.4.1,
- excluding the <code>CFWS</code> subtoken everywhere, and excluding
- the <code>FWS</code> subtoken everywhere except in the
- <code>quoted-string</code> subtoken. <a href=#references>[RFC2822]</a><div class=bookkeeping>
+ <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=#references>[RFC2822]</a><div class=bookkeeping>
<p>The following common <code><a href=#the-input-element>input</a></code> element content
attributes and DOM attributes apply to the element:
Received on Saturday, 1 November 2008 16:10:25 UTC