- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Dec 2011 21:53:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv5270 Modified Files: Overview.html Log Message: Improve accuracy. (whatwg r6860) Index: Overview.html =================================================================== 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 Friday, 9 December 2011 21:53:39 UTC