- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Sep 2009 21:37:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv29535 Modified Files: Overview.html acknowledgements.html browsers.html comms.html dom.html editing.html embedded-content-0.html forms.html history.html iana-considerations.html index.html infrastructure.html interactive-elements.html introduction.html microdata.html named-character-references.html no.html obsolete.html offline.html references.html semantics.html spec.html syntax.html tabular-data.html text-level-semantics.html the-canvas-element.html the-xhtml-syntax.html video.html Log Message: Mention that MathML and SVG semantics are defined in their relevant specs. (whatwg r3976) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v retrieving revision 1.224 retrieving revision 1.225 diff -u -d -r1.224 -r1.225 --- infrastructure.html 22 Sep 2009 11:56:53 -0000 1.224 +++ infrastructure.html 22 Sep 2009 21:37:36 -0000 1.225 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="introduction.html">← 1 Introduction</a> – <a href="Overview.html#contents">Table of contents</a> – Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v retrieving revision 1.222 retrieving revision 1.223 diff -u -d -r1.222 -r1.223 --- text-level-semantics.html 22 Sep 2009 11:56:54 -0000 1.222 +++ text-level-semantics.html 22 Sep 2009 21:37:37 -0000 1.223 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="semantics.html">← 4 The elements of HTML</a> – <a href="Overview.html#contents">Table of contents</a> – Index: history.html =================================================================== RCS file: /sources/public/html5/spec-author-view/history.html,v retrieving revision 1.224 retrieving revision 1.225 diff -u -d -r1.224 -r1.225 --- history.html 22 Sep 2009 11:56:53 -0000 1.224 +++ history.html 22 Sep 2009 21:37:36 -0000 1.225 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="offline.html">← 6.7 Offline Web applications</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -310,7 +310,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> @@ -342,7 +342,7 @@ subsequent entries are numbered with consecutively increasing integers (1, 2, 3, etc).</p><p>The <dfn id="current-entry-of-the-joint-session-history">current entry of the joint session history</dfn> is the entry that was the most recently became a <a href="#current-entry">current entry</a> - in its <a href="#session-history">session history</a>.</p><h4 id="activating-state-object-entries"><span class="secno">6.8.3 </span><dfn title="activate the state object">Activating state object entries</dfn></h4><pre class="idl">interface <dfn id="popstateevent">PopStateEvent</dfn> : Event { + in its <a href="#session-history">session history</a>.</p><!-- XXX add a pushState() example here, for bug 7621 --><h4 id="activating-state-object-entries"><span class="secno">6.8.3 </span><dfn title="activate the state object">Activating state object entries</dfn></h4><pre class="idl">interface <dfn id="popstateevent">PopStateEvent</dfn> : Event { readonly attribute any <a href="#dom-popstateevent-state" title="dom-PopStateEvent-state">state</a>; void <a href="#dom-popstateevent-initpopstateevent" title="dom-PopStateEvent-initPopStateEvent">initPopStateEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any stateArg); void <a href="#dom-popstateevent-initpopstateeventns" title="dom-PopStateEvent-initPopStateEventNS">initPopStateEventNS</a>(in DOMString namespaceURIArg, in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any stateArg); Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- tabular-data.html 22 Sep 2009 11:56:54 -0000 1.223 +++ tabular-data.html 22 Sep 2009 21:37:37 -0000 1.224 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="the-canvas-element.html">← 4.8.11 The canvas element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: microdata.html =================================================================== RCS file: /sources/public/html5/spec-author-view/microdata.html,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- microdata.html 22 Sep 2009 11:56:53 -0000 1.223 +++ microdata.html 22 Sep 2009 21:37:36 -0000 1.224 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="interactive-elements.html">← 4.11 Interactive elements</a> – <a href="Overview.html#contents">Table of contents</a> – Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- Overview.html 22 Sep 2009 11:56:53 -0000 1.223 +++ Overview.html 22 Sep 2009 21:37:35 -0000 1.224 @@ -240,7 +240,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3137. +This is revision 1.3138. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: embedded-content-0.html =================================================================== RCS file: /sources/public/html5/spec-author-view/embedded-content-0.html,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- embedded-content-0.html 22 Sep 2009 11:56:53 -0000 1.223 +++ embedded-content-0.html 22 Sep 2009 21:37:36 -0000 1.224 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="dom.html">← 3 Semantics, structure, and APIs of HTML documents</a> – <a href="Overview.html#contents">Table of contents</a> – Index: dom.html =================================================================== RCS file: /sources/public/html5/spec-author-view/dom.html,v retrieving revision 1.224 retrieving revision 1.225 diff -u -d -r1.224 -r1.225 --- dom.html 22 Sep 2009 11:56:53 -0000 1.224 +++ dom.html 22 Sep 2009 21:37:36 -0000 1.225 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="infrastructure.html">← 2 Common infrastructure</a> – <a href="Overview.html#contents">Table of contents</a> – Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- acknowledgements.html 22 Sep 2009 11:56:53 -0000 1.223 +++ acknowledgements.html 22 Sep 2009 21:37:36 -0000 1.224 @@ -217,7 +217,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="references.html">← References</a> – <a href="Overview.html#contents">Table of contents</a> Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- the-canvas-element.html 22 Sep 2009 11:56:54 -0000 1.223 +++ the-canvas-element.html 22 Sep 2009 21:37:37 -0000 1.224 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="video.html">← 4.8.7 The video element</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -1496,7 +1496,8 @@ namespace</a> falls into the <a href="embedded-content-0.html#embedded-content">embedded content</a>, <a href="dom.html#phrasing-content">phrasing content</a>, and <a href="dom.html#flow-content">flow content</a> categories for the purposes of the content models in this - specification.</p><div class="example"> + specification.</p><p>The semantics of MathML elements are defined by the MathML + specification and other relevant specifications. <a href="references.html#refsMATHML">[MATHML]</a></p><div class="example"> <p>Here is an example of the use of MathML in an HTML document:</p> @@ -1539,7 +1540,8 @@ <a href="dom.html#flow-content">flow content</a>. <a href="references.html#refsSVG">[SVG]</a></p><p>The content model for <code title="">title</code> elements in the <a href="#svg-namespace">SVG namespace</a> inside <a href="dom.html#html-documents">HTML documents</a> is <a href="dom.html#phrasing-content">phrasing content</a>. (This further constrains the - requirements given in the SVG specification.)</p><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><p>Author requirements<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><p>The semantics of SVG elements are defined by the SVG + specification and other relevant specifications. <a href="references.html#refsSVG">[SVG]</a></p><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><p>Author requirements<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="text-level-semantics.html#the-img-element">img</a></code>, <code><a href="text-level-semantics.html#the-iframe-element">iframe</a></code>, <code><a href="text-level-semantics.html#the-embed-element">embed</a></code>, <code><a href="text-level-semantics.html#the-object-element">object</a></code>, <code><a href="video.html#video">video</a></code>, and, when their <code title="attr-input-type"><a href="forms.html#attr-input-type">type</a></code> attribute is in the <a href="forms.html#image-button-state" title="attr-input-type-image">Image Button</a> state, <code><a href="forms.html#the-input-element">input</a></code> elements may be specified to give the dimensions Index: iana-considerations.html =================================================================== RCS file: /sources/public/html5/spec-author-view/iana-considerations.html,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- iana-considerations.html 22 Sep 2009 11:56:53 -0000 1.223 +++ iana-considerations.html 22 Sep 2009 21:37:36 -0000 1.224 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="no.html">← 12 Things that you can't do with this specification because they are better handled using other technologies that are further described herein</a> – <a href="Overview.html#contents">Table of contents</a> – Index: forms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/forms.html,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- forms.html 22 Sep 2009 11:56:53 -0000 1.223 +++ forms.html 22 Sep 2009 21:37:36 -0000 1.224 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="tabular-data.html">← 4.9 Tabular data</a> – <a href="Overview.html#contents">Table of contents</a> – Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- interactive-elements.html 22 Sep 2009 11:56:53 -0000 1.223 +++ interactive-elements.html 22 Sep 2009 21:37:36 -0000 1.224 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="forms.html">← 4.10 Forms</a> – <a href="Overview.html#contents">Table of contents</a> – Index: editing.html =================================================================== RCS file: /sources/public/html5/spec-author-view/editing.html,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- editing.html 22 Sep 2009 11:56:53 -0000 1.223 +++ editing.html 22 Sep 2009 21:37:36 -0000 1.224 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="history.html">← 6.8 Session history and navigation</a> – <a href="Overview.html#contents">Table of contents</a> – Index: video.html =================================================================== RCS file: /sources/public/html5/spec-author-view/video.html,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- video.html 22 Sep 2009 11:56:54 -0000 1.223 +++ video.html 22 Sep 2009 21:37:37 -0000 1.224 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="text-level-semantics.html">← 4.6 Text-level semantics</a> – <a href="Overview.html#contents">Table of contents</a> – Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/browsers.html,v retrieving revision 1.224 retrieving revision 1.225 diff -u -d -r1.224 -r1.225 --- browsers.html 22 Sep 2009 11:56:53 -0000 1.224 +++ browsers.html 22 Sep 2009 21:37:36 -0000 1.225 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="microdata.html">← 5 Microdata</a> – <a href="Overview.html#contents">Table of contents</a> – Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v retrieving revision 1.222 retrieving revision 1.223 diff -u -d -r1.222 -r1.223 --- the-xhtml-syntax.html 22 Sep 2009 11:56:54 -0000 1.222 +++ the-xhtml-syntax.html 22 Sep 2009 21:37:37 -0000 1.223 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="named-character-references.html">← 9.2 Named character references</a> – <a href="Overview.html#contents">Table of contents</a> – Index: offline.html =================================================================== RCS file: /sources/public/html5/spec-author-view/offline.html,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- offline.html 22 Sep 2009 11:56:53 -0000 1.223 +++ offline.html 22 Sep 2009 21:37:36 -0000 1.224 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="browsers.html">← 6 Web browsers</a> – <a href="Overview.html#contents">Table of contents</a> – Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/syntax.html,v retrieving revision 1.224 retrieving revision 1.225 diff -u -d -r1.224 -r1.225 --- syntax.html 22 Sep 2009 11:56:54 -0000 1.224 +++ syntax.html 22 Sep 2009 21:37:37 -0000 1.225 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="comms.html">← 8 Communication</a> – <a href="Overview.html#contents">Table of contents</a> – Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec-author-view/obsolete.html,v retrieving revision 1.224 retrieving revision 1.225 diff -u -d -r1.224 -r1.225 --- obsolete.html 22 Sep 2009 11:56:53 -0000 1.224 +++ obsolete.html 22 Sep 2009 21:37:36 -0000 1.225 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="the-xhtml-syntax.html">← 10 The XHTML syntax</a> – <a href="Overview.html#contents">Table of contents</a> – Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v retrieving revision 1.224 retrieving revision 1.225 diff -u -d -r1.224 -r1.225 --- named-character-references.html 22 Sep 2009 11:56:53 -0000 1.224 +++ named-character-references.html 22 Sep 2009 21:37:36 -0000 1.225 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="syntax.html">← 9 The HTML syntax</a> – <a href="Overview.html#contents">Table of contents</a> – Index: references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/references.html,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- references.html 22 Sep 2009 11:56:53 -0000 1.223 +++ references.html 22 Sep 2009 21:37:36 -0000 1.224 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="index.html">← Index</a> – <a href="Overview.html#contents">Table of contents</a> – Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/semantics.html,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- semantics.html 22 Sep 2009 11:56:54 -0000 1.223 +++ semantics.html 22 Sep 2009 21:37:36 -0000 1.224 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="embedded-content-0.html">← 3.2.5.1.6 Embedded content</a> – <a href="Overview.html#contents">Table of contents</a> – Index: index.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index.html,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- index.html 22 Sep 2009 11:56:53 -0000 1.223 +++ index.html 22 Sep 2009 21:37:36 -0000 1.224 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="iana-considerations.html">← IANA considerations</a> – <a href="Overview.html#contents">Table of contents</a> – Index: comms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/comms.html,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- comms.html 22 Sep 2009 11:56:53 -0000 1.223 +++ comms.html 22 Sep 2009 21:37:36 -0000 1.224 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="editing.html">← 7 User Interaction</a> – <a href="Overview.html#contents">Table of contents</a> – Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.224 retrieving revision 1.225 diff -u -d -r1.224 -r1.225 --- spec.html 22 Sep 2009 11:56:54 -0000 1.224 +++ spec.html 22 Sep 2009 21:37:36 -0000 1.225 @@ -238,7 +238,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3137. +This is revision 1.3138. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -12500,7 +12500,8 @@ namespace</a> falls into the <a href=#embedded-content>embedded content</a>, <a href=#phrasing-content>phrasing content</a>, and <a href=#flow-content>flow content</a> categories for the purposes of the content models in this - specification.</p><div class=example> + specification.</p><p>The semantics of MathML elements are defined by the MathML + specification and other relevant specifications. <a href=#refsMATHML>[MATHML]</a></p><div class=example> <p>Here is an example of the use of MathML in an HTML document:</p> @@ -12543,7 +12544,8 @@ <a href=#flow-content>flow content</a>. <a href=#refsSVG>[SVG]</a></p><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.)</p><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><p>Author requirements<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><p>The semantics of SVG elements are defined by the SVG + specification and other relevant specifications. <a href=#refsSVG>[SVG]</a></p><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><p>Author requirements<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 @@ -23538,7 +23540,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> @@ -23570,7 +23572,7 @@ subsequent entries are numbered with consecutively increasing integers (1, 2, 3, etc).</p><p>The <dfn id=current-entry-of-the-joint-session-history>current entry of the joint session history</dfn> is the entry that was the most recently became a <a href=#current-entry>current entry</a> - in its <a href=#session-history>session history</a>.</p><h4 id=activating-state-object-entries><span class=secno>6.8.3 </span><dfn title="activate the state object">Activating state object entries</dfn></h4><pre class=idl>interface <dfn id=popstateevent>PopStateEvent</dfn> : Event { + in its <a href=#session-history>session history</a>.</p><!-- XXX add a pushState() example here, for bug 7621 --><h4 id=activating-state-object-entries><span class=secno>6.8.3 </span><dfn title="activate the state object">Activating state object entries</dfn></h4><pre class=idl>interface <dfn id=popstateevent>PopStateEvent</dfn> : Event { readonly attribute any <a href=#dom-popstateevent-state title=dom-PopStateEvent-state>state</a>; void <a href=#dom-popstateevent-initpopstateevent title=dom-PopStateEvent-initPopStateEvent>initPopStateEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any stateArg); void <a href=#dom-popstateevent-initpopstateeventns title=dom-PopStateEvent-initPopStateEventNS>initPopStateEventNS</a>(in DOMString namespaceURIArg, in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any stateArg); Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec-author-view/introduction.html,v retrieving revision 1.224 retrieving revision 1.225 diff -u -d -r1.224 -r1.225 --- introduction.html 22 Sep 2009 11:56:53 -0000 1.224 +++ introduction.html 22 Sep 2009 21:37:36 -0000 1.225 @@ -217,7 +217,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="Overview.html#contents">Table of contents</a> – <a href="infrastructure.html">2 Common infrastructure →</a> Index: no.html =================================================================== RCS file: /sources/public/html5/spec-author-view/no.html,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- no.html 22 Sep 2009 11:56:53 -0000 1.223 +++ no.html 22 Sep 2009 21:37:36 -0000 1.224 @@ -218,7 +218,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>HTML5</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> -<p>This is revision 1.3137.</p> +<p>This is revision 1.3138.</p> </div><div> <a href="obsolete.html">← 11 Obsolete features</a> – <a href="Overview.html#contents">Table of contents</a> –
Received on Tuesday, 22 September 2009 21:37:49 UTC