[html5] r4470 - [cgiowt] (2) Remove <datagrid> parsing which had been left in to make it easier [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jan 4 21:36:04 PST 2010
Author: ianh
Date: 2010-01-04 21:35:59 -0800 (Mon, 04 Jan 2010)
New Revision: 4470
Modified:
complete.html
index
source
Log:
[cgiowt] (2) Remove <datagrid> parsing which had been left in to make it easier to add the element later.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8233
Modified: complete.html
===================================================================
--- complete.html 2010-01-05 05:34:07 UTC (rev 4469)
+++ complete.html 2010-01-05 05:35:59 UTC (rev 4470)
@@ -73291,7 +73291,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>
@@ -73492,7 +73492,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>
Modified: index
===================================================================
--- index 2010-01-05 05:34:07 UTC (rev 4469)
+++ index 2010-01-05 05:35:59 UTC (rev 4470)
@@ -64918,7 +64918,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>
@@ -65119,7 +65119,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>
Modified: source
===================================================================
--- source 2010-01-05 05:34:07 UTC (rev 4469)
+++ source 2010-01-05 05:35:59 UTC (rev 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>
More information about the Commit-Watchers
mailing list