- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Feb 2010 07:39:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18843
Modified Files:
Overview.html
Log Message:
Make the content venn diagram interactive. (whatwg r4754)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3801
retrieving revision 1.3802
diff -u -d -r1.3801 -r1.3802
--- Overview.html 17 Feb 2010 05:07:55 -0000 1.3801
+++ Overview.html 17 Feb 2010 07:39:13 -0000 1.3802
@@ -7474,7 +7474,7 @@
<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="512"><img alt="Sectioning content, heading content, phrasing content, and
+ 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>In addition, certain elements are categorized as <a href="#form-associated-element" title="form-associated element">form-associated elements</a> and
further subcategorized to define their role in various form-related
Received on Wednesday, 17 February 2010 07:39:19 UTC