Skip to content

Commit

Permalink
[e] (0) s/token/production/ fix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2386 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 1, 2008
1 parent 5990bbc commit 21a1fc0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions index
Expand Up @@ -16,7 +16,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 31 October 2008</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 1 November 2008</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -24347,10 +24347,10 @@ function AddCloud(data, x, y) { ... }</pre>
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> 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=#refsRFC2822>[RFC2822]</a></p>
<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>

<div class=bookkeeping>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -27196,10 +27196,10 @@ function AddCloud(data, x, y) { ... }</pre>
from a type mismatch</span>.</p>

<p>A <dfn>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
<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>

<div class="bookkeeping">
Expand Down

0 comments on commit 21a1fc0

Please sign in to comment.