html5/markup/src documents.html,1.14,1.15 syntax.html,1.88,1.89

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

Modified Files:
	documents.html syntax.html 
Log Message:
refer to HTML5 spec for named char refs b=11507
thanks to David Carlisle


Index: documents.html
===================================================================
RCS file: /sources/public/html5/markup/src/documents.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- documents.html	16 Dec 2010 07:21:00 -0000	1.14
+++ documents.html	18 Dec 2010 01:44:11 -0000	1.15
@@ -156,12 +156,9 @@
         <a href="#html" class="element">html</a>
         element
         <a href="#omitted">can be omitted</a>.
-        In cases where such tag omission occurs, certain elements (such as
-        the
-        <a href="#html" class="element">html</a>
-        element) are nevertheless still considered, conceptually, to be
-        contained within the document—but with their start tags and end
-        tags <em>implied</em>.</p>
+        In cases where tag omission of those particular elements occurs,
+        the document can still be considered, conceptually, to contain the
+        elements—but with their start tags and end tags <em>implied</em>.</p>
       <div class="example">
         <p>The following is an example of a document with implied start tags
         and end tags for the

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/src/syntax.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- syntax.html	17 Dec 2010 12:33:17 -0000	1.88
+++ syntax.html	18 Dec 2010 01:44:11 -0000	1.89
@@ -919,13 +919,19 @@
           <li>An
           "<code title="U+0026 AMPERSAND">&amp;</code>"
           character.</li>
-          <li>One of the entity names defined in
-          <a href="#refsXMLEntities">[XML Entities]</a>,
+          <li>One of the entity names listed in
+          the “Named character references” section of the HTML5
+          specification
+          <a href="#refsHTML5">[HTML5]</a>,
           using the same case.</li>
           <li>A
           "<code title="U+003B SEMICOLON">;</code>"
           character.</li>
         </ol>
+        <div class="note">
+          <p>For further information about named character references, see
+            <a href="#refsXMLEntities">[XML Entities]</a>.</p>
+        </div>
         <div class="example">
           <p>The following is an example of a named character
           reference for the character

Received on Saturday, 18 December 2010 01:44:17 UTC