- From: poot <cvsmail@w3.org>
- Date: Wed, 29 Sep 2010 07:31:20 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Update references to base64 (whatwg r5536) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4423&r2=1.4424&f=h http://html5.org/tools/web-apps-tracker?from=5535&to=5536 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4423 retrieving revision 1.4424 diff -u -d -r1.4423 -r1.4424 --- Overview.html 28 Sep 2010 22:08:10 -0000 1.4423 +++ Overview.html 28 Sep 2010 22:31:00 -0000 1.4424 @@ -33759,7 +33759,7 @@ <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> @@ -35682,7 +35682,7 @@ <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> @@ -68822,11 +68822,6 @@ 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, @@ -68890,10 +68885,6 @@ 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> @@ -68915,6 +68906,11 @@ <dd>(Non-normative) <cite><a href="http://www.ietf.org/rfc/rfc4329.txt">Scripting Media Types</a></cite>, B. Hö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="refsRFC5280">[RFC5280]</dt> <dd><cite><a href="http://www.ietf.org/rfc/rfc5280.txt">Internet X.509 Public Key Infrastructure Certificate and Certificate
Received on Tuesday, 28 September 2010 22:31:50 UTC