[html5] r1648 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue May 20 18:46:31 PDT 2008
Author: ianh
Date: 2008-05-20 18:46:30 -0700 (Tue, 20 May 2008)
New Revision: 1648
Modified:
index
source
Log:
[e] (0) Let's try getting this named character references table to work...
Modified: index
===================================================================
--- index 2008-05-21 01:34:16 UTC (rev 1647)
+++ index 2008-05-21 01:46:30 UTC (rev 1648)
@@ -48375,7 +48375,8 @@
<th> Name
<th> Character
-
+ </thead>
+<tbody>
<tr> <td> <code title="">AElig;</code> </td> <td> U+000C6 </td> </tr>
<tr> <td> <code title="">AElig</code> </td> <td> U+000C6 </td> </tr> <!-- (invalid entity with missing semicolon for legacy support only) -->
<tr> <td> <code title="">AMP;</code> </td> <td> U+00026 </td> </tr>
Modified: source
===================================================================
--- source 2008-05-21 01:34:16 UTC (rev 1647)
+++ source 2008-05-21 01:46:30 UTC (rev 1648)
@@ -45770,9 +45770,7 @@
<thead>
<tr> <th> Name </th> <th> Character </th> </tr>
</thead>
- <tbody>
<!--CHARACTER-REFERENCES-->
- </tbody>
</table>
<!--
If we want to add character references, Almorca suggests:
More information about the Commit-Watchers
mailing list