- From: poot <cvsmail@w3.org>
- Date: Tue, 29 Sep 2009 05:09:21 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Try some tweaks Shelley suggested. (whatwg r4009) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3170&r2=1.3171&f=h http://html5.org/tools/web-apps-tracker?from=4008&to=4009 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3170 retrieving revision 1.3171 diff -u -d -r1.3170 -r1.3171 --- Overview.html 28 Sep 2009 19:41:48 -0000 1.3170 +++ Overview.html 28 Sep 2009 20:08:59 -0000 1.3171 @@ -24653,13 +24653,13 @@ <a href="#svg-namespace">SVG namespace</a> inside <a href="#html-documents">HTML documents</a> is <a href="#phrasing-content">phrasing content</a>. (This further constrains the requirements given in the SVG specification.)<p>The semantics of SVG elements are defined by the SVG - specification and other relevant specifications. <a href="#refsSVG">[SVG]</a><p>The SVG specification states that elements that are not in the - SVG namespace, that are in SVG fragments, and that are not included - in a <code>foreignObject</code> element, are to be - ignored. Similarly, <em>this</em> specification does not define any - processing for elements in SVG fragments that are not in the HTML - namespace; they are considered neither conforming nor non-conforming - from the perspective of this specification.<h4 id="dimension-attributes"><span class="secno">4.8.17 </span><dfn>Dimension attributes</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><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 + specification and other relevant specifications. <a href="#refsSVG">[SVG]</a></p><!-- The following paragraph is for bug 7510 --><p>The SVG specification includes requirements regarding the + handling of elements in the DOM that are not in the SVG namespace, + that are in SVG fragments, and that are not included in a + <code>foreignObject</code> element. <em>This</em> specification does + not define any processing for elements in SVG fragments that are not + in the HTML namespace; they are considered neither conforming nor + non-conforming from the perspective of this specification.<h4 id="dimension-attributes"><span class="secno">4.8.17 </span><dfn>Dimension attributes</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><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 <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 Monday, 28 September 2009 20:09:59 UTC