- From: poot <cvsmail@w3.org>
- Date: Wed, 25 Mar 2009 19:32:51 +0900 (JST)
- To: public-html-diffs@w3.org
Allow mixed SVG and MathML and HTML in <foreignObject> so long as it is all flow content. (credit: ed) (whatwg r2910) 4.8.16 SVG http://people.w3.org/mike/diffs/html5/spec/Overview.1.2078.html#svg 4.8.17 Dimension attributes http://people.w3.org/mike/diffs/html5/spec/Overview.1.2078.html#dimension-attributes http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2077&r2=1.2078&f=h http://html5.org/tools/web-apps-tracker?from=2909&to=2910 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2077 retrieving revision 1.2078 diff -u -d -r1.2077 -r1.2078 --- Overview.html 25 Mar 2009 09:45:24 -0000 1.2077 +++ Overview.html 25 Mar 2009 10:30:52 -0000 1.2078 @@ -22151,8 +22151,7 @@ </div><p>When the SVG <code>foreignObject</code> element contains elements from the <a href=#html-namespace-0>HTML namespace</a>, 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><p>The content model for <code title="">title</code> elements in the + <a href=#flow-content-0>flow content</a>. <a href=#references>[SVG]</a><p>The content model for <code title="">title</code> elements in the <a href=#svg-namespace>SVG namespace</a> inside <a href=#html-documents>HTML documents</a> is <a href=#phrasing-content-0>phrasing content</a>. (This further constrains the requirements given in the SVG specification.)<h4 id=dimension-attributes><span class=secno>4.8.17 </span><dfn>Dimension attributes</dfn></h4><p><strong class=impl>Author requirements:</strong> 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
Received on Wednesday, 25 March 2009 10:33:27 UTC