spec/Overview.html 1.1776 Update a diagram to be an SVG diagram. Thanks

Update a diagram to be an SVG diagram. Thanks to Karl and Simon for the
help. (whatwg r)

3.4.1 Kinds of content
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1776.html#kinds-of-content
10.2 Conformance checkers
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1776.html#conformance-checkers-0

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1775&r2=1.1776&f=h

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1775
retrieving revision 1.1776
diff -u -d -r1.1775 -r1.1776
--- Overview.html 29 Dec 2008 00:53:17 -0000 1.1775
+++ Overview.html 29 Dec 2008 03:53:01 -0000 1.1776
@@ -5728,10 +5728,9 @@
    <li><a href=#interactive-content-0>Interactive content</a></li>
   </ul><p>These categories are related as follows:
 
-  <p><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><p>In addition, certain elements are categorised as <a href=#form-associated-element title="form-associated element">form-associated elements</a> and
+  <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>In addition, certain elements are categorised as <a href=#form-associated-element title="form-associated element">form-associated elements</a> and
   further subcategorised so so to define their role in various
   form-related processing models.</p><!-- XXX list all the elements for each kind of element in the
   sections below and in a summary table at the end of the document --><p>Some elements have unique requirements and do not fit into any
@@ -45123,7 +45122,7 @@
     some other spec are allowed in this list --></li>   
 
    <li><p>The presence of a <code title=attr-head-profile>profile</code> attribute on the
-   <code><a href=#the-head-element>head</a></code> element, if it's value is an <a href=#unordered-set-of-unique-space-separated-tokens>unordered set
+   <code><a href=#the-head-element>head</a></code> element, if its value is an <a href=#unordered-set-of-unique-space-separated-tokens>unordered set
    of unique space-separated tokens</a> where the words are all
    <a href=#valid-url title="valid URL">valid URLs</a>.</li>

Received on Monday, 29 December 2008 03:56:58 UTC