- From: poot <cvsmail@w3.org>
- Date: Wed, 26 Nov 2008 05:51:04 +0900 (JST)
- To: public-html-diffs@w3.org
fix the definition of the categories (whatwg r2443) 3.4.1 Kinds of content http://people.w3.org/mike/diffs/html5/spec/Overview.1.1615.html#kinds-of-content preceded or followed http://people.w3.org/mike/diffs/html5/spec/Overview.1.1615.html#preceded-or-followed 3.4.1.1 Metadata content http://people.w3.org/mike/diffs/html5/spec/Overview.1.1615.html#metadata-content http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1614&r2=1.1615&f=h http://html5.org/tools/web-apps-tracker?from=2442&to=2443 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1614 retrieving revision 1.1615 diff -u -d -r1.1614 -r1.1615 --- Overview.html 25 Nov 2008 12:37:31 -0000 1.1614 +++ Overview.html 25 Nov 2008 20:48:27 -0000 1.1615 @@ -5456,21 +5456,17 @@ </div><h4 id=kinds-of-content><span class=secno>3.4.1 </span>Kinds of content</h4><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:<ul class=brief><li><a href=#metadata-content-0>Metadata content</a></li> + broad categories are used in this specification:<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.<h5 id=metadata-content><span class=secno>3.4.1.1 </span>Metadata content</h5><p><dfn id=metadata-content-0>Metadata content</dfn> is content that sets up the presentation or behavior of the rest of the content, or that sets up the relationship of the document with other documents, or that
Received on Tuesday, 25 November 2008 20:51:42 UTC