- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Dec 2008 03:53:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3541
Modified Files:
Overview.html
Log Message:
Update a diagram to be an SVG diagram. Thanks to Karl and Simon for the help. (whatwg r)
Index: Overview.html
===================================================================
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:53:13 UTC