spec/Overview.html 1.1754 2583 Change the allowed content model for <sv

Change the allowed content model for <svg:foreignObject> when it
contains HTML. (credit: hs) (whatwg r2583)

Status of this document
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1754.html#status-of-this-document
4.8.16 SVG
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1754.html#svg
A vocabulary and associated APIs for HTML and XHTML
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1754.html#a-vocabulary-and-associated-apis-for-html-and-xhtml
preceded or followed
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1754.html#preceded-or-followed
4.8.17 Dimension attributes
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1754.html#dimension-attributes
Editor's Draft 25 December 2008
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1754.html#editor-s-draft-date-zzz-9-june-2008

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1753&r2=1.1754&f=h
http://html5.org/tools/web-apps-tracker?from=2582&to=2583

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1753
retrieving revision 1.1754
diff -u -d -r1.1753 -r1.1754
--- Overview.html 24 Dec 2008 22:03:21 -0000 1.1753
+++ Overview.html 25 Dec 2008 00:25:25 -0000 1.1754
@@ -8,7 +8,7 @@
    <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
    <h1>HTML 5</h1>
    <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->24 December 2008</h2>
+   <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->25 December 2008</h2>
    <dl><!-- ZZZ: update the month/day
     <dt>This Version:</dt>
     <dd><a href="http://www.w3.org/TR/2008/WD-html5-20080610/">http://www.w3.org/TR/2008/WD-html5-20080610/</a></dd>
@@ -97,7 +97,7 @@
   specification's progress along the W3C Recommendation
   track.
   <!--ZZZ:-->
-  This specification is the 24 December 2008 <!--ZZZ "Working Draft"-->Editor's Draft.
+  This specification is the 25 December 2008 <!--ZZZ "Working Draft"-->Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -5686,16 +5686,6 @@
   XML compound documents, these contexts could be inside elements from
   other namespaces, if those elements are defined as providing the
   relevant contexts.<div class=example>
-   <p>The SVG specification defines the SVG <code>foreignObject</code>
-   element as allowing foreign namespaces to be included, thus
-   allowing compound documents to be created by inserting subdocument
-   content under that element. <em>This</em> specification defines the
-   XHTML <code><a href=#the-html-element>html</a></code> element as being allowed where subdocument
-   fragments are allowed in a compound document. Together, these two
-   definitions mean that placing an XHTML <code><a href=#the-html-element>html</a></code> element as
-   a child of an SVG <code>foreignObject</code> element is
-   conforming. <a href=#references>[SVG]</a></p>
-  </div><div class=example>
    <p>The Atom specification defines the Atom <code title="">content</code> element, when its <code title="">type</code> attribute has the value <code title="">xhtml</code>, as requiring that it contains a single HTML
    <code><a href=#the-div-element>div</a></code> element. Thus, a <code><a href=#the-div-element>div</a></code> element is
    allowed in that context, even though this is not explicitly
@@ -17592,7 +17582,10 @@
   purposes of the content models in this specification.<p>To enable authors to use SVG tools that only accept SVG in its
   XML form, interactive HTML user agents are encouraged to provide a
   way to export any SVG fragment as a namespace-well-formed XML
-  fragment.<h4 id=dimension-attributes><span class=secno>4.8.17 </span><dfn>Dimension attributes</dfn></h4><p>The <dfn id=attr-dim-width title=attr-dim-width><code>width</code></dfn> and <dfn id=attr-dim-height title=attr-dim-height><code>height</code></dfn> attributes on
+  fragment.<p>When the SVG <code>foreignObject</code> element contains elements
+  from the HTML namespace, such elements must all be <a href=#flow-content-0>flow
+  content</a> and must not be interleaved with non-HTML
+  elements. <a href=#references>[SVG]</a><h4 id=dimension-attributes><span class=secno>4.8.17 </span><dfn>Dimension attributes</dfn></h4><p>The <dfn id=attr-dim-width title=attr-dim-width><code>width</code></dfn> and <dfn id=attr-dim-height title=attr-dim-height><code>height</code></dfn> attributes on
   <code><a href=#the-img-element>img</a></code>, <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-embed-element>embed</a></code>,
   <code><a href=#the-object-element>object</a></code>, <code><a href=#video>video</a></code>, and, when their <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#image-button-state title=attr-input-type-image>Image Button</a> state,
   <code><a href=#the-input-element>input</a></code> elements may be specified to give the dimensions

Received on Thursday, 25 December 2008 00:28:58 UTC