HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/4915

SVNBugCommentTime (UTC)
49159243Add the glyphs to the named character references table2010-03-31 02:15
Index: source
===================================================================
--- source	(revision 4914)
+++ source	(revision 4915)
@@ -92534,12 +92534,12 @@
   by HTML, and the code points to which they refer. It is referenced
   by the previous sections.</p>
 
-  <div class="tall-and-narrow">
+  <div id="named-character-references-table">
    <table>
     <thead>
-     <tr> <th> Name </th> <th> Character </th> </tr>
+     <tr> <th> Name </th> <th> Character </th> <th> Glyph </th> </tr>
     </thead>
-<!--CHARACTER-REFERENCES-->
+<!--BOILERPLATE entities.inc-->
    </table>
   <!--
    If we want to add character references, Almorca suggests:
@@ -92550,8 +92550,12 @@
   -->
   </div>
 
+  <p><i>The glyphs displayed above are non-normative. Refer to the
+  Unicode specifications for formal definitions of the characters
+  listed above.</i></p>
 
 
+
   <h2><dfn id="xhtml">The XHTML syntax</dfn></h2>
 
   <p class="note">This section only describes the rules for XML

|