Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Index was lacking formatBlock candidate category.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9124

git-svn-id: http://svn.whatwg.org/webapps@4889 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 29, 2010
1 parent 280c426 commit 6a178a5
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 0 deletions.
23 changes: 23 additions & 0 deletions complete.html
Expand Up @@ -89444,6 +89444,29 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>
<td>
&mdash;

<tr><td> <a href=#formatblock-candidate title="formatBlock candidate"><code title="">formatBlock</code> candidates</a>
<td>
<code><a href=#the-section-element>section</a></code>;
<code><a href=#the-nav-element>nav</a></code>;
<code><a href=#the-article-element>article</a></code>;
<code><a href=#the-aside-element>aside</a></code>;
<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>;
<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h2</a></code>;
<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h3</a></code>;
<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h4</a></code>;
<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h5</a></code>;
<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code>;
<code><a href=#the-hgroup-element>hgroup</a></code>;
<code><a href=#the-header-element>header</a></code>;
<code><a href=#the-footer-element>footer</a></code>;
<code><a href=#the-address-element>address</a></code>;
<code><a href=#the-p-element>p</a></code>;
<code><a href=#the-pre-element>pre</a></code>;
<code><a href=#the-blockquote-element>blockquote</a></code>;
<code><a href=#the-div-element>div</a></code>
<td>
&mdash;

</table><h3 class=no-num id=attributes-0>Attributes</h3>

<p><i>This section is non-normative.</i></p>
Expand Down
23 changes: 23 additions & 0 deletions index
Expand Up @@ -82717,6 +82717,29 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<td>
&mdash;

<tr><td> <a href=#formatblock-candidate title="formatBlock candidate"><code title="">formatBlock</code> candidates</a>
<td>
<code><a href=#the-section-element>section</a></code>;
<code><a href=#the-nav-element>nav</a></code>;
<code><a href=#the-article-element>article</a></code>;
<code><a href=#the-aside-element>aside</a></code>;
<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>;
<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h2</a></code>;
<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h3</a></code>;
<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h4</a></code>;
<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h5</a></code>;
<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code>;
<code><a href=#the-hgroup-element>hgroup</a></code>;
<code><a href=#the-header-element>header</a></code>;
<code><a href=#the-footer-element>footer</a></code>;
<code><a href=#the-address-element>address</a></code>;
<code><a href=#the-p-element>p</a></code>;
<code><a href=#the-pre-element>pre</a></code>;
<code><a href=#the-blockquote-element>blockquote</a></code>;
<code><a href=#the-div-element>div</a></code>
<td>
&mdash;

</table><h3 class=no-num id=attributes-0>Attributes</h3>

<p><i>This section is non-normative.</i></p>
Expand Down
24 changes: 24 additions & 0 deletions source
Expand Up @@ -99660,6 +99660,30 @@ interface <span>HTMLDocument</span> {
<td>
&mdash;

<tr>
<td> <span title="formatBlock candidate"><code title="">formatBlock</code> candidates</span>
<td>
<code>section</code>;
<code>nav</code>;
<code>article</code>;
<code>aside</code>;
<code>h1</code>;
<code>h2</code>;
<code>h3</code>;
<code>h4</code>;
<code>h5</code>;
<code>h6</code>;
<code>hgroup</code>;
<code>header</code>;
<code>footer</code>;
<code>address</code>;
<code>p</code>;
<code>pre</code>;
<code>blockquote</code>;
<code>div</code>
<td>
&mdash;

</table>


Expand Down

0 comments on commit 6a178a5

Please sign in to comment.