html5/spec Overview.html,1.3137,1.3138

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28435

Modified Files:
	Overview.html 
Log Message:
Mention that MathML and SVG semantics are defined in their relevant specs. (whatwg r3976)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3137
retrieving revision 1.3138
diff -u -d -r1.3137 -r1.3138
--- Overview.html	22 Sep 2009 11:46:33 -0000	1.3137
+++ Overview.html	22 Sep 2009 21:29:15 -0000	1.3138
@@ -24560,7 +24560,8 @@
   a way to export any MathML fragment as an XML namespace-well-formed
   XML fragment.</p>
 
-  </div><div class="example">
+  </div><p>The semantics of MathML elements are defined by the MathML
+  specification and other relevant specifications. <a href="#refsMATHML">[MATHML]</a><div class="example">
 
    <p>Here is an example of the use of MathML in an HTML document:</p>
 
@@ -24610,7 +24611,8 @@
   <a href="#flow-content">flow content</a>. <a href="#refsSVG">[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">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 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
+  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><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
@@ -48471,7 +48473,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-history"><a href="#dom-history">history</a></code> . <code title="dom-history-pushState"><a href="#dom-history-pushstate">pushState</a></code>(<var title="">data</var>, <var title="">title</var> [, <var title="">url</var> ] )</dt>
+   <dt><var title="">window</var> . <code title="dom-history"><a href="#dom-history">history</a></code> . <code title="dom-history-replaceState"><a href="#dom-history-replacestate">replaceState</a></code>(<var title="">data</var>, <var title="">title</var> [, <var title="">url</var> ] )</dt>
 
    <dd>
 
@@ -48662,7 +48664,7 @@
   last entry for that <code>Document</code> object in the session
   history.</p>
 
-  </div><h4 id="activating-state-object-entries"><span class="secno">6.10.3 </span><dfn title="activate the state object">Activating state object entries</dfn></h4><div class="impl">
+  </div><!-- XXX add a pushState() example here, for bug 7621 --><h4 id="activating-state-object-entries"><span class="secno">6.10.3 </span><dfn title="activate the state object">Activating state object entries</dfn></h4><div class="impl">
 
   <p>When an entry in the session history is activated (which happens
   during <a href="#traverse-the-history" title="traverse the history">session history

Received on Tuesday, 22 September 2009 21:29:27 UTC