- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Feb 2010 07:47:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv19988 Modified Files: Overview.html content-models.html spec.html Log Message: Make the content venn diagram interactive. (whatwg r4754) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.704 retrieving revision 1.705 diff -u -d -r1.704 -r1.705 --- Overview.html 17 Feb 2010 05:17:08 -0000 1.704 +++ Overview.html 17 Feb 2010 07:47:01 -0000 1.705 @@ -304,7 +304,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3801. +This is revision 1.3802. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec-author-view/content-models.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- content-models.html 15 Feb 2010 19:17:00 -0000 1.21 +++ content-models.html 17 Feb 2010 07:47:01 -0000 1.22 @@ -347,7 +347,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><p>These categories are related as follows:</p><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><p>These categories are related as follows:</p><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><p>In addition, certain elements are categorized as <a href="forms.html#form-associated-element" title="form-associated element">form-associated elements</a> and further subcategorized to define their role in various form-related Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.709 retrieving revision 1.710 diff -u -d -r1.709 -r1.710 --- spec.html 17 Feb 2010 05:17:09 -0000 1.709 +++ spec.html 17 Feb 2010 07:47:01 -0000 1.710 @@ -302,7 +302,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3801. +This is revision 1.3802. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -3187,7 +3187,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><p>These categories are related as follows:</p><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><p>These categories are related as follows:</p><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><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:47:05 UTC