Skip to content

Commit

Permalink
[e] (0) Update references to base64
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10634

git-svn-id: http://svn.whatwg.org/webapps@5536 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 28, 2010
1 parent 4c5a73b commit 5eaaac1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 29 deletions.
18 changes: 7 additions & 11 deletions complete.html
Expand Up @@ -44668,7 +44668,7 @@ <h4 id=the-keygen-element><span class=secno>4.10.14 </span>The <dfn><code>keygen

<p>Return the result of base64 encoding the result of ASN.1 DER
encoding the <var title="">signedPublicKeyAndChallenge</var>
structure. <a href=#refsRFC3548>[RFC3548]</a><!--base64--> <a href=#refsX690>[X690]</a></p>
structure. <a href=#refsRFC4648>[RFC4648]</a><!--base64--> <a href=#refsX690>[X690]</a></p>

</li>

Expand Down Expand Up @@ -46856,7 +46856,7 @@ <h5 id=form-submission-algorithm><span class=secno>4.10.21.3 </span>Form submiss

<li>The string "<code title="">;base64,</code>".</li>

<li>A base-64 encoded representation of <var title="">data</var>. <a href=#refsRFC2045>[RFC2045]</a></li>
<li>A base64-encoded representation of <var title="">data</var>. <a href=#refsRFC4648>[RFC4648]</a></li>

</ol><p>Let <var title="">target browsing context</var> be <a href=#the-form-submission-target-browsing-context>the
form submission target browsing context</a>.</p>
Expand Down Expand Up @@ -93091,11 +93091,6 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Encoding for Internet Messages</a></cite>, HF. Zhu, DY. Hu, ZG. Wang, TC. Kao,
WCH. Chang, M. Crispin. IETF.</dd>

<dt id=refsRFC2045>[RFC2045]</dt>
<dd><cite><a href=http://www.ietf.org/rfc/rfc2045.txt>Multipurpose Internet
Mail Extensions (MIME) Part One: Format of Internet Message Bodies</a></cite>,
N. Freed, N. Borenstein. IETF.</dd>

<dt id=refsRFC2046>[RFC2046]</dt>
<dd><cite><a href=http://www.ietf.org/rfc/rfc2046.txt>Multipurpose Internet
Mail Extensions (MIME) Part Two: Media Types</a></cite>, N. Freed,
Expand Down Expand Up @@ -93164,10 +93159,6 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Domain Names in Applications (IDNA)</a></cite>, P. Faltstrom, P. Hoffman, A.
Costello. IETF.</dd>

<dt id=refsRFC3548>[RFC3548]</dt>
<dd><cite><a href=http://www.ietf.org/rfc/rfc3548.txt>The Base16, Base32,
and Base64 Data Encodings</a></cite>, S. Josefsson. IETF.</dd>

<dt id=refsRFC3629>[RFC3629]</dt>
<dd><cite><a href=http://www.ietf.org/rfc/rfc3629.txt>UTF-8, a
transformation format of ISO 10646</a></cite>, F. Yergeau. IETF.</dd>
Expand All @@ -93194,6 +93185,11 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
<dd>(Non-normative) <cite><a href=http://www.ietf.org/rfc/rfc4329.txt>Scripting Media
Types</a></cite>, B. H&ouml;hrmann. IETF.</dd>

<dt id=refsRFC4648>[RFC4648]</dt>
<dd><cite><a href=http://www.ietf.org/rfc/rfc4648.txt>The Base16,
Base32, and Base64 Data Encodings</a></cite>, S. Josefsson.
IETF.</dd>

<dt id=refsRFC4770>[RFC4770]</dt>
<dd><cite><a href=http://www.ietf.org/rfc/rfc4770.txt>vCard Extensions for
Instant Messaging (IM)</a></cite>, C. Jennings, J. Reschke. IETF.</dd>
Expand Down
18 changes: 7 additions & 11 deletions index
Expand Up @@ -44648,7 +44648,7 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme

<p>Return the result of base64 encoding the result of ASN.1 DER
encoding the <var title="">signedPublicKeyAndChallenge</var>
structure. <a href=#refsRFC3548>[RFC3548]</a><!--base64--> <a href=#refsX690>[X690]</a></p>
structure. <a href=#refsRFC4648>[RFC4648]</a><!--base64--> <a href=#refsX690>[X690]</a></p>

</li>

Expand Down Expand Up @@ -46836,7 +46836,7 @@ fur

<li>The string "<code title="">;base64,</code>".</li>

<li>A base-64 encoded representation of <var title="">data</var>. <a href=#refsRFC2045>[RFC2045]</a></li>
<li>A base64-encoded representation of <var title="">data</var>. <a href=#refsRFC4648>[RFC4648]</a></li>

</ol><p>Let <var title="">target browsing context</var> be <a href=#the-form-submission-target-browsing-context>the
form submission target browsing context</a>.</p>
Expand Down Expand Up @@ -89150,11 +89150,6 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Encoding for Internet Messages</a></cite>, HF. Zhu, DY. Hu, ZG. Wang, TC. Kao,
WCH. Chang, M. Crispin. IETF.</dd>

<dt id=refsRFC2045>[RFC2045]</dt>
<dd><cite><a href=http://www.ietf.org/rfc/rfc2045.txt>Multipurpose Internet
Mail Extensions (MIME) Part One: Format of Internet Message Bodies</a></cite>,
N. Freed, N. Borenstein. IETF.</dd>

<dt id=refsRFC2046>[RFC2046]</dt>
<dd><cite><a href=http://www.ietf.org/rfc/rfc2046.txt>Multipurpose Internet
Mail Extensions (MIME) Part Two: Media Types</a></cite>, N. Freed,
Expand Down Expand Up @@ -89223,10 +89218,6 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Domain Names in Applications (IDNA)</a></cite>, P. Faltstrom, P. Hoffman, A.
Costello. IETF.</dd>

<dt id=refsRFC3548>[RFC3548]</dt>
<dd><cite><a href=http://www.ietf.org/rfc/rfc3548.txt>The Base16, Base32,
and Base64 Data Encodings</a></cite>, S. Josefsson. IETF.</dd>

<dt id=refsRFC3629>[RFC3629]</dt>
<dd><cite><a href=http://www.ietf.org/rfc/rfc3629.txt>UTF-8, a
transformation format of ISO 10646</a></cite>, F. Yergeau. IETF.</dd>
Expand All @@ -89253,6 +89244,11 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<dd>(Non-normative) <cite><a href=http://www.ietf.org/rfc/rfc4329.txt>Scripting Media
Types</a></cite>, B. H&ouml;hrmann. IETF.</dd>

<dt id=refsRFC4648>[RFC4648]</dt>
<dd><cite><a href=http://www.ietf.org/rfc/rfc4648.txt>The Base16,
Base32, and Base64 Data Encodings</a></cite>, S. Josefsson.
IETF.</dd>

<dt id=refsRFC4770>[RFC4770]</dt>
<dd><cite><a href=http://www.ietf.org/rfc/rfc4770.txt>vCard Extensions for
Instant Messaging (IM)</a></cite>, C. Jennings, J. Reschke. IETF.</dd>
Expand Down
15 changes: 8 additions & 7 deletions source
Expand Up @@ -50061,7 +50061,7 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {

<p>Return the result of base64 encoding the result of ASN.1 DER
encoding the <var title="">signedPublicKeyAndChallenge</var>
structure. <a href="#refsRFC3548">[RFC3548]</a><!--base64--> <a
structure. <a href="#refsRFC4648">[RFC4648]</a><!--base64--> <a
href="#refsX690">[X690]</a></p>

</li>
Expand Down Expand Up @@ -52652,8 +52652,8 @@ fur

<li>The string "<code title="">;base64,</code>".</li>

<li>A base-64 encoded representation of <var
title="">data</var>. <a href="#refsRFC2045">[RFC2045]</a></li>
<li>A base64-encoded representation of <var
title="">data</var>. <a href="#refsRFC4648">[RFC4648]</a></li>

</ol>

Expand Down Expand Up @@ -106933,10 +106933,6 @@ interface <span>HTMLDocument</span> {
Domain Names in Applications (IDNA)</a></cite>, P. Faltstrom, P. Hoffman, A.
Costello. IETF.</dd>

<dt id="refsRFC3548">[RFC3548]</dt>
<dd><cite><a href="http://www.ietf.org/rfc/rfc3548.txt">The Base16, Base32,
and Base64 Data Encodings</a></cite>, S. Josefsson. IETF.</dd>

<dt id="refsRFC3629">[RFC3629]</dt>
<dd><cite><a href="http://www.ietf.org/rfc/rfc3629.txt">UTF-8, a
transformation format of ISO 10646</a></cite>, F. Yergeau. IETF.</dd>
Expand Down Expand Up @@ -106970,6 +106966,11 @@ interface <span>HTMLDocument</span> {
Layer Security (TLS) Extensions</a></cite>, S. Blake-Wilson,
M. Nystrom, D. Hopwood, J. Mikkelsen, T. Wright. IETF.</dd>

<dt id="refsRFC4648">[RFC4648]</dt>
<dd><cite><a href="http://www.ietf.org/rfc/rfc4648.txt">The Base16,
Base32, and Base64 Data Encodings</a></cite>, S. Josefsson.
IETF.</dd>

<dt id="refsRFC4770">[RFC4770]</dt>
<dd><cite><a href="http://www.ietf.org/rfc/rfc4770.txt">vCard Extensions for
Instant Messaging (IM)</a></cite>, C. Jennings, J. Reschke. IETF.</dd>
Expand Down

0 comments on commit 5eaaac1

Please sign in to comment.