- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 13 Jun 2009 09:12:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv14239/src
Modified Files:
references.html
Log Message:
h:tml; added all remaining references
Index: references.html
===================================================================
RCS file: /sources/public/html5/markup/src/references.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- references.html 13 Jun 2009 08:36:16 -0000 1.8
+++ references.html 13 Jun 2009 09:12:01 -0000 1.9
@@ -2,6 +2,18 @@
xmlns="http://www.w3.org/1999/xhtml">
<h2>References</h2>
<dl>
+ <dt><dfn id="refsBOCU1">[BOCU1]</dfn></dt>
+ <dd><cite><a
+ href="http://www.unicode.org/notes/tn6/"
+ >Unicode Technical Note #6: BOCU-1: Mime-Compatible
+ Unicode Compression</a></cite>.
+ Markus W. Scherer, Mark Davis. 4 February 2006.</dd>
+ <dt><dfn id="refsCESU8">[CESU8]</dfn></dt>
+ <dd><cite><a
+ href="http://www.unicode.org/reports/tr26/"
+ >Unicode Technical Report #26: Compatibility Encoding
+ Scheme for UTF-16: 8-bit (CESU-8)</a></cite>.
+ Toby Phipps. 16 April 2002.</dd>
<dt><dfn id="refsDOM2VIEWS">[DOM2VIEWS]</dfn></dt>
<dd><cite><a
href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/"
@@ -74,10 +86,22 @@
<dd><span class="references-note" >(see in particular <a
href="http://tools.ietf.org/html/rfc5322#section-3.2.3"
>http://tools.ietf.org/html/rfc5322#section-3.2.3</a>)</span></dd>
+ <dt><dfn id="refsSCSU">[SCSU]</dfn></dt>
+ <dd><cite><a
+ href="http://www.unicode.org/unicode/reports/tr6/"
+ >Unicode Technical Standard #6: A Standard Compression
+ Scheme for Unicode </a></cite>.
+ Misha Wolf, Ken Whistler, Charles Wicksteed, Mark Davis,
+ Asmus Freytag, and Markus Scherer. 6 May 2005.</dd>
+ <dt><dfn id="refsUTF7">[UTF7]</dfn></dt>
+ <dd><cite><a href="http://tools.ietf.org/html/rfc2152"
+ >UTF-7: A Mail-Safe Transformation Format of
+ Unicode (RFC 2152)</a></cite>.
+ D. Goldsmith, M. Davis. May 1997.</dd>
<dt><dfn id="refsXML">[XML]</dfn></dt>
<dd><cite><a href="http://www.w3.org/TR/2006/REC-xml-20060816/"
>Extensible Markup Language (XML) 1.0 (Fourth
Edition)</a></cite>. Tim Bray, Jean Paoli, C. M.
- Sperberg-McQueen, Eve Maler, François Yergeau. August 2006.</dd>
+ Sperberg-McQueen, Eve Maler, François Yergeau. 16 August 2006.</dd>
</dl>
</section>
Received on Saturday, 13 June 2009 09:12:11 UTC