Skip to content

Commit

Permalink
[e] (0) fix the definition of the categories
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2443 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 25, 2008
1 parent 964dd2c commit e1f01c0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 20 deletions.
18 changes: 9 additions & 9 deletions index
Expand Up @@ -6670,23 +6670,23 @@ background: transparent"&gt;blue&lt;/span&gt;.&lt;/p&gt;</pre>

<p>Each element in HTML falls into zero or more categories that
group elements with similar characteristics together. The following
categories are used in this specification:</p>
broad categories are used in this specification:</p>

<ul class=brief><li><a href=#metadata-content-0>Metadata content</a></li>
<li><a href=#flow-content-0>Flow content</a></li>
<li><a href=#sectioning-content-0>Sectioning content</a></li>
<li><a href=#heading-content-0>Heading content</a></li>
<li><a href=#phrasing-content-0>Phrasing content</a></li>
<li><a href=#embedded-content-1>Embedded content</a></li>
<li><span>Form control content</span></li>
<li><a href=#interactive-content-0>Interactive content</a></li>
<!--
<li><span>Form content</span></li> XXX "Form control elements"
-->
</ul><!-- XXX xref check that all the above got a section defining them,
however briefly --><!-- XXX check that the element definitions also link to those
sections --><!-- XXX list all the elements for each kind of element in the
sections below. --><p>Some elements have unique requirements and do not fit into any
</ul><p>In addition, certain elements are categorised as <a href=#form-associated-element title="form-associated element">form-associated elements</a> and
further subcategorised so so to define their role in various
form-related processing models.</p>

<!-- XXX list all the elements for each kind of element in the
sections below and in a summary table at the end of the document -->

<p>Some elements have unique requirements and do not fit into any
particular category.</p>


Expand Down
17 changes: 6 additions & 11 deletions source
Expand Up @@ -6771,7 +6771,7 @@ background: transparent">blue&lt;/span>.&lt;/p></pre>

<p>Each element in HTML falls into zero or more categories that
group elements with similar characteristics together. The following
categories are used in this specification:</p>
broad categories are used in this specification:</p>

<ul class="brief">
<li><span>Metadata content</span></li>
Expand All @@ -6780,21 +6780,16 @@ background: transparent">blue&lt;/span>.&lt;/p></pre>
<li><span>Heading content</span></li>
<li><span>Phrasing content</span></li>
<li><span>Embedded content</span></li>
<li><span>Form control content</span></li>
<li><span>Interactive content</span></li>
<!--
<li><span>Form content</span></li> XXX "Form control elements"
-->
</ul>

<!-- XXX xref check that all the above got a section defining them,
however briefly -->

<!-- XXX check that the element definitions also link to those
sections -->
<p>In addition, certain elements are categorised as <span
title="form-associated element">form-associated elements</span> and
further subcategorised so so to define their role in various
form-related processing models.</p>

<!-- XXX list all the elements for each kind of element in the
sections below. -->
sections below and in a summary table at the end of the document -->

<p>Some elements have unique requirements and do not fit into any
particular category.</p>
Expand Down

0 comments on commit e1f01c0

Please sign in to comment.