HTML5 Tracker

Diff (omit for latest revision)
Filter

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

SVNBugCommentTime (UTC)
44708233[Conformance Checkers] [Gecko] [Internet Explorer] [Opera] [Webkit] [Tools] Remove <datagrid> parsing which had been left in to make it easier to add the element later.2010-01-05 05:35
Index: source
===================================================================
--- source	(revision 4469)
+++ source	(revision 4470)
@@ -83656,7 +83656,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>
@@ -83865,7 +83865,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>

|