Skip to content

Commit

Permalink
[e] (0) Make these cross-references easier to follow.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6396 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 9, 2011
1 parent 4958254 commit eb48fb5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -44373,9 +44373,10 @@ <h6 id=e-mail-state><span class=secno>4.10.7.1.5 </span><dfn title=attr-input-ty

</dl><p>A <dfn id=valid-e-mail-address>valid e-mail address</dfn> is a string that matches the
ABNF production <code title="">1*(&nbsp;atext&nbsp;/&nbsp;"."&nbsp;)&nbsp;"@"&nbsp;ldh-str&nbsp;*(&nbsp;"."&nbsp;ldh-str&nbsp;)</code>
where <code title="">atext</code> is defined in RFC 5322 section
3.2.3, and <code title="">ldh-str</code> is defined in RFC 1034
section 3.5. <a href=#refsABNF>[ABNF]</a> <a href=#refsRFC5322>[RFC5322]</a> <a href=#refsRFC1034>[RFC1034]</a></p> <!-- Domain syntax based on
where <code title="">atext</code> is defined in <a href=http://tools.ietf.org/html/rfc5322#section-3.2.3>RFC 5322
section 3.2.3</a>, and <code title="">ldh-str</code> is defined in
<a href=http://tools.ietf.org/html/rfc1034#section-3.5>RFC 1034
section 3.5</a>. <a href=#refsABNF>[ABNF]</a> <a href=#refsRFC5322>[RFC5322]</a> <a href=#refsRFC1034>[RFC1034]</a></p> <!-- Domain syntax based on
section 3.5 of [RFC1034] and section 2.1 of [RFC1123] -->

<p class=note>This requirement is a <a href=#willful-violation>willful violation</a>
Expand Down
7 changes: 4 additions & 3 deletions index
Expand Up @@ -44240,9 +44240,10 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

</dl><p>A <dfn id=valid-e-mail-address>valid e-mail address</dfn> is a string that matches the
ABNF production <code title="">1*(&nbsp;atext&nbsp;/&nbsp;"."&nbsp;)&nbsp;"@"&nbsp;ldh-str&nbsp;*(&nbsp;"."&nbsp;ldh-str&nbsp;)</code>
where <code title="">atext</code> is defined in RFC 5322 section
3.2.3, and <code title="">ldh-str</code> is defined in RFC 1034
section 3.5. <a href=#refsABNF>[ABNF]</a> <a href=#refsRFC5322>[RFC5322]</a> <a href=#refsRFC1034>[RFC1034]</a></p> <!-- Domain syntax based on
where <code title="">atext</code> is defined in <a href=http://tools.ietf.org/html/rfc5322#section-3.2.3>RFC 5322
section 3.2.3</a>, and <code title="">ldh-str</code> is defined in
<a href=http://tools.ietf.org/html/rfc1034#section-3.5>RFC 1034
section 3.5</a>. <a href=#refsABNF>[ABNF]</a> <a href=#refsRFC5322>[RFC5322]</a> <a href=#refsRFC1034>[RFC1034]</a></p> <!-- Domain syntax based on
section 3.5 of [RFC1034] and section 2.1 of [RFC1123] -->

<p class=note>This requirement is a <a href=#willful-violation>willful violation</a>
Expand Down
8 changes: 5 additions & 3 deletions source
Expand Up @@ -49531,9 +49531,11 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
<p>A <dfn>valid e-mail address</dfn> is a string that matches the
ABNF production <code
title="">1*(&nbsp;atext&nbsp;/&nbsp;"."&nbsp;)&nbsp;"@"&nbsp;ldh-str&nbsp;*(&nbsp;"."&nbsp;ldh-str&nbsp;)</code>
where <code title="">atext</code> is defined in RFC 5322 section
3.2.3, and <code title="">ldh-str</code> is defined in RFC 1034
section 3.5. <a href="#refsABNF">[ABNF]</a> <a
where <code title="">atext</code> is defined in <a
href="http://tools.ietf.org/html/rfc5322#section-3.2.3">RFC 5322
section 3.2.3</a>, and <code title="">ldh-str</code> is defined in
<a href="http://tools.ietf.org/html/rfc1034#section-3.5">RFC 1034
section 3.5</a>. <a href="#refsABNF">[ABNF]</a> <a
href="#refsRFC5322">[RFC5322]</a> <a
href="#refsRFC1034">[RFC1034]</a></p> <!-- Domain syntax based on
section 3.5 of [RFC1034] and section 2.1 of [RFC1123] -->
Expand Down

0 comments on commit eb48fb5

Please sign in to comment.