hixie: Remove <datagrid> parsing which had been left in to make it easier to add the element later. (whatwg r4470)

hixie: Remove <datagrid> parsing which had been left in to make it
easier to add the element later. (whatwg r4470)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3569&r2=1.3570&f=h
http://html5.org/tools/web-apps-tracker?from=4469&to=4470

===================================================================
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:51 UTC