Skip to content

Commit

Permalink
[cgiowt] (2) Remove <datagrid> parsing which had been left in to make…
Browse files Browse the repository at this point in the history
… it easier to add the element later.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8233

git-svn-id: http://svn.whatwg.org/webapps@4470 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 5, 2010
1 parent 486e2dd commit e4ed2d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -73291,7 +73291,7 @@ <h5 id=the-before-head-insertion-mode><span class=secno>11.2.5.6 </span>The "<df

<!-- 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>
Expand Down Expand Up @@ -73492,7 +73492,7 @@ <h5 id=the-before-head-insertion-mode><span class=secno>11.2.5.6 </span>The "<df

<!-- 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>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -64918,7 +64918,7 @@ document.body.appendChild(text);

<!-- 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>
Expand Down Expand Up @@ -65119,7 +65119,7 @@ document.body.appendChild(text);

<!-- 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>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -83656,7 +83656,7 @@ document.body.appendChild(text);

<!-- 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>
Expand Down Expand Up @@ -83865,7 +83865,7 @@ document.body.appendChild(text);

<!-- 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>
Expand Down

0 comments on commit e4ed2d9

Please sign in to comment.