- From: poot <cvsmail@w3.org>
- Date: Tue, 13 Dec 2011 21:00:42 -0500
- To: public-html-diffs@w3.org
hixie: Improve accuracy. (whatwg r6860) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5459&r2=1.5460&f=h http://html5.org/tools/web-apps-tracker?from=6859&to=6860 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5459 retrieving revision 1.5460 diff -u -d -r1.5459 -r1.5460 --- Overview.html 9 Dec 2011 21:51:03 -0000 1.5459 +++ Overview.html 9 Dec 2011 21:53:33 -0000 1.5460 @@ -9857,9 +9857,12 @@ <li><a href="#embedded-content">Embedded content</a></li> <li><a href="#interactive-content">Interactive content</a></li> </ul><p class="note">Some elements also fall into other categories, which - are defined in other parts of this specification.<p>These categories are related as follows:<p><object data="images/content-venn.svg" height="288" width="1000"><img alt="Sectioning content, heading content, phrasing content, and - embedded content are all types of flow content. Embedded content is - also a type of phrasing content." src="http://dev.w3.org/html5/spec/images/content-venn.png"></object><p>Other categories are also used for specific purposes, e.g. form + are defined in other parts of this specification.<p>These categories are related as follows:<p><object data="images/content-venn.svg" height="288" width="1000"><img alt="Sectioning content, heading content, phrasing content, embedded + content, and interactive content are all types of flow content. + Metadata is sometimes flow content. Metadata and interactive content + are sometimes phrasing content. Embedded content is also a type of + phrasing content, and sometimes is interactive + content." src="http://dev.w3.org/html5/spec/images/content-venn.png"></object><p>Other categories are also used for specific purposes, e.g. form controls are specified using a number of categories to define common requirements. Some elements have unique requirements and do not fit into any particular category.<h6 id="metadata-content-0"><span class="secno">3.2.5.1.1 </span>Metadata content</h6><p><dfn id="metadata-content">Metadata content</dfn> is content that sets up the
Received on Wednesday, 14 December 2011 02:00:51 UTC