html5/markup/src references.html,1.15,1.16 syntax.html,1.74,1.75 terms.html,1.18,1.19

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

Modified Files:
	references.html syntax.html terms.html 
Log Message:
updated some references

Index: references.html
===================================================================
RCS file: /sources/public/html5/markup/src/references.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- references.html	12 Feb 2010 10:00:30 -0000	1.15
+++ references.html	18 Feb 2010 20:39:19 -0000	1.16
@@ -7,31 +7,10 @@
           href="http://www.ietf.org/rfc/std/std68.txt"
           >Augmented BNF for Syntax Specifications: ABNF</a></cite>.
        D. Crocker, P. Overell. January 2008.</dd>
-    <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="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>.
       Elika J. Etemad. W3C Working Draft. 16 May 2008.</dd>
-    <dt><dfn id="refsDOM2VIEWS">[DOM2VIEWS]</dfn></dt>
-    <dd><cite><a
-          href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/"
-          >Document Object Model (DOM) Level 2 Views</a></cite>.
-      Arnaud Le Hors, Laurence Cable. W3C Recommendation.
-      13 November 2000.</dd>
-    <dd><span class="references-note" >(see in particular <a
-          href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/views.html#Views-intro-h2"
-          >http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/views.html#Views-intro-h2</a>)</span></dd>
     <dt><dfn id="refsECMA262">[ECMA262]</dfn></dt>
     <dd><cite><a
           href="http://www.ecma-international.org/publications/standards/Ecma-262.htm"
@@ -39,13 +18,13 @@
       3rd edition. December 1999.</dd>
     <dt><dfn id="refsEntities">[Entities]</dfn></dt>
     <dd><cite><a
-          href="http://www.w3.org/2003/entities/2007doc/"
+          href="http://www.w3.org/TR/2010/PR-xml-entity-names-20100211/"
           >XML Entity definitions for Characters</a></cite>.
-      David Carlisle, Patrick Ion. W3C Working Draft. 10 December
-      2008.</dd>
+      David Carlisle, Patrick Ion. W3C Proposed Recommendation.
+      11 February 2010.</dd>
     <dd><span class="references-note" >(see in particular <a
-          href="http://www.w3.org/2003/entities/2007doc/byalpha.html"
-      >http://www.w3.org/2003/entities/2007doc/byalpha.html</a>)</span></dd>
+          href="http://www.w3.org/TR/2010/PR-xml-entity-names-20100211/byalpha.html"
+      >http://www.w3.org/TR/2010/PR-xml-entity-names-20100211/byalpha.html</a>)</span></dd>
     <dt><dfn id="refsHTML5">[HTML5]</dfn></dt>
     <dd><cite><a
           href="http://www.w3.org/TR/2009/WD-html5-20090825/"
@@ -113,18 +92,6 @@
         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="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

Index: terms.html
===================================================================
RCS file: /sources/public/html5/markup/src/terms.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- terms.html	4 Feb 2010 15:09:22 -0000	1.18
+++ terms.html	18 Feb 2010 20:39:19 -0000	1.19
@@ -8,9 +8,15 @@
         id="context"
         title="context"
         >browsing context</dfn></dt>
-    <dd>A <a href="#context">browsing context</a> is a collection
-      of one or more documents and one or more <a
-        href="#view">views</a>.</dd>
+    <dd>A <a href="#context">browsing context</a>
+      is an environment in which UAs present documents to users.
+      A tab or window in a Web browser typically contains a
+      browsing context, as does an
+      <a href="#iframe" class="element">iframe</a>,
+      or
+      <span class="element">frame</span>
+      elements in a
+      <span class="element">frameset</span>.</dd>
     <dt><dfn
         id="case-insensitive"
         title="case-insensitive"
@@ -50,7 +56,7 @@
         id="html-consumer"
         title="html-consumer">HTML consumers</dfn></dt>
     <dd>HTML user agents; that is, applications (such as
-    Web browsers) which consume HTML content</dd>
+    Web browsers) which consume HTML content.</dd>
     <dt><dfn
         id="newlines"
         title="newlines"
@@ -109,12 +115,5 @@
         <a href="#common.elem.phrasing">phrasing elements</a></li>
       </ul>
     </dd>
-    <dt><dfn
-        id="view"
-        title="view"
-        >view</dfn></dt>
-    <dd>A <a href="#view">view</a> is as defined in <cite>Document
-        Object Model (DOM) Level 2 Views</cite> <a
-        href="#refsDOM2VIEWS">[DOM2VIEWS]</a>.</dd>
   </dl>
 </section>

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/src/syntax.html,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- syntax.html	16 Feb 2010 10:28:27 -0000	1.74
+++ syntax.html	18 Feb 2010 20:39:19 -0000	1.75
@@ -211,16 +211,20 @@
     0x20 - 0x22, 0x26, 0x27, 0x2C - 0x3F, 0x41 - 0x5A, and 0x61 -
     0x7A.</p>
     <p>
-    <!-- * Documents should not use JIS_X0212-1990, x-JIS0208, -->
-    <!-- * and encodings based on EBCDIC. -->
-    <!-- * Documents should not use UTF-32. -->
-    Documents must not use the CESU-8, UTF-7, BOCU-1 and SCSU
-    encodings.
-    <a href="#refsCESU8">[CESU8]</a>
-    <a href="#refsUTF7">[UTF7]</a>
-    <a href="#refsBOCU1">[BOCU1]</a>
-    <a href="#refsSCSU">[SCSU]</a>
-    </p>
+    Documents should not use
+    UTF-32,
+    JIS_C6226-1983,
+    JIS_X0212-1990,
+    HZ-GB-2312,
+    JOHAB (Windows code page 1361),
+    encodings based on ISO-2022,
+    or encodings based on EBCDIC.</p>
+    <p>Documents must not use
+    CESU-8,
+    UTF-7,
+    BOCU-1,
+    or SCSU
+    encodings.</p>
     <p>In a
     <a href="#syntax-document-xml">document in the XML syntax</a>,
     the

Received on Thursday, 18 February 2010 20:39:23 UTC