- From: poot <cvsmail@w3.org>
- Date: Thu, 5 Mar 2009 12:31:57 +0900 (JST)
- To: public-html-diffs@w3.org
Added content model venn diagram
2 Getting Started with HTML 5
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.36.html#getting-started-with-html-5
4.1 Categories
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.36.html#categories
4.1.1 Metadata Content
http://people.w3.org/mike/diffs/html5/html-author/Overview.1.36.html#metadata-content
http://people.w3.org/mike/diffs/html5/html-author/Overview.diff.html
http://dev.w3.org/cvsweb/html5/html-author/Overview.html?r1=1.35&r2=1.36&f=h
===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Overview.html 5 Mar 2009 03:12:01 -0000 1.35
+++ Overview.html 5 Mar 2009 03:31:24 -0000 1.36
@@ -445,7 +445,13 @@
<p>Some elements have unique requirements and do not fit into any particular
category.</p>
- <p class=issue>[Create and link to some sort of index of elements that
+ <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
+ embedded content are all types of flow content. Embedded content is
+ also a type of phrasing content." src=images/content-venn.png></object>
+
+ </p><p class=issue>[Create and link to some sort of index of elements that
lists each element in each category.]</p>
<h4 id=metadata-content><span class=secno>4.1.1 </span><dfn>Metadata Content</dfn></h4>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- Overview.src.html 5 Mar 2009 03:12:01 -0000 1.36
+++ Overview.src.html 5 Mar 2009 03:31:24 -0000 1.37
@@ -309,6 +309,12 @@
<p>Some elements have unique requirements and do not fit into any particular
category.</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
+ embedded content are all types of flow content. Embedded content is
+ also a type of phrasing content." src=images/content-venn.png></object>
+
<p class="issue">[Create and link to some sort of index of elements that
lists each element in each category.]</p>
Received on Thursday, 5 March 2009 03:32:34 UTC