html5/markup/src datatypes.html,1.41,1.42 references.html,1.19,1.20

Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv30221/src

Modified Files:
	datatypes.html references.html 
Log Message:
h:tml; reference BCP 47 instead of RFC 5646

Index: references.html
===================================================================
RCS file: /sources/public/html5/markup/src/references.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- references.html	2 Mar 2010 05:12:41 -0000	1.19
+++ references.html	8 Mar 2010 17:28:45 -0000	1.20
@@ -7,6 +7,14 @@
           href="http://tools.ietf.org/html/std68"
           >Augmented BNF for Syntax Specifications: ABNF</a></cite>.
        D. Crocker, P. Overell.</dd>
+    <dt><dfn id="refsBCP47">[BCP47]</dfn></dt>
+    <dd><cite><a href="http://tools.ietf.org/html/bcp47"
+          >Tags for Identifying Languages</a></cite>. A.
+      Phillips, M. Davis.</dd>
+    <dd><span class="references-note" >(for examples of language
+        tags, see in particular <a
+          href="http://tools.ietf.org/html/bcp47#appendix-A"
+          >http://tools.ietf.org/html/bcp47#appendix-A</a>)</span></dd>
     <dt><dfn id="refsCSS">[CSS]</dfn></dt>
     <dd><cite><a href="http://www.w3.org/TR/2008/WD-css-beijing-20080516/"
           >Cascading Style Sheets (CSS) Snapshot 2007</a></cite>.
@@ -84,14 +92,6 @@
     <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="refsRFC5646">[RFC5646]</dfn></dt>
-    <dd><cite><a href="http://tools.ietf.org/html/rfc5646"
-          >Tags for Identifying Languages</a></cite>. A.
-      Phillips, M. Davis.</dd>
-    <dd><span class="references-note" >(for examples of language
-        tags, see in particular <a
-          href="http://tools.ietf.org/html/rfc5646#appendix-A"
-          >http://tools.ietf.org/html/rfc5646#appendix-A</a>)</span></dd>
     <dt><dfn id="refsXML">[XML]</dfn></dt>
     <dd><cite><a href="http://www.w3.org/TR/xml/"
           >Extensible Markup Language (XML) 1.0</a></cite>.

Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/src/datatypes.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- datatypes.html	2 Mar 2010 05:12:41 -0000	1.41
+++ datatypes.html	8 Mar 2010 17:28:45 -0000	1.42
@@ -478,8 +478,8 @@
           id="language-tag"
           title="language-tag"
           >language tag</dfn>,
-        as defined in RFC 5646
-        <a href="#refsRFC5646">[RFC5646]</a>.</div>
+        as defined in BCP 47
+        <a href="#refsBCP47">[BCP47]</a>.</div>
     </dd>
   </dl>
   <dl><dt>mimetypelist</dt>

Received on Monday, 8 March 2010 17:28:49 UTC