html5/spec Overview.html,1.3569,1.3570

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13758

Modified Files:
	Overview.html 
Log Message:
Remove <datagrid> parsing which had been left in to make it easier to add the element later. (whatwg r4470)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3569
retrieving revision 1.3570
diff -u -d -r1.3569 -r1.3570
--- Overview.html	5 Jan 2010 05:34:20 -0000	1.3569
+++ Overview.html	5 Jan 2010 05:36:10 -0000	1.3570
@@ -58481,7 +58481,7 @@
 
    <!-- the normal ones -->
    <dt>A start tag whose tag name is one of: "address", "article",
-   "aside", "blockquote", "center", <!--v2DATAGRID-->"datagrid",
+   "aside", "blockquote", "center", <!--v2DATAGRID"datagrid",-->
    "details", "dir", "div", "dl", "fieldset", "figure", "footer",
    "header", "hgroup", "menu", "nav", "ol", "p", "section", "ul"</dt>
    <dd>
@@ -58682,7 +58682,7 @@
 
    <!-- the normal ones -->
    <dt>An end tag whose tag name is one of: "address", "article",
-   "aside", "blockquote", "center", <!--v2DATAGRID-->"datagrid",
+   "aside", "blockquote", "center", <!--v2DATAGRID"datagrid",-->
    "details", "dir", "div", "dl", "fieldset", "figure", "footer",
    "header", "hgroup", "listing", "menu", "nav", "ol", "pre",
    "section", "ul"</dt>

Received on Tuesday, 5 January 2010 05:36:14 UTC