- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 01:27:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv12216 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 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: typo (codec/codecs) (whatwg r4190) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v retrieving revision 1.384 retrieving revision 1.385 diff -u -d -r1.384 -r1.385 --- infrastructure.html 20 Oct 2009 01:17:05 -0000 1.384 +++ infrastructure.html 20 Oct 2009 01:27:07 -0000 1.385 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</p> </div><div> <a href="introduction.html">← 1 Introduction</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -383,9 +383,9 @@ type</a>.</p><h3 id="case-sensitivity-and-string-comparison"><span class="secno">2.3 </span>Case-sensitivity and string comparison</h3><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><p>Comparing two strings in a <dfn id="case-sensitive">case-sensitive</dfn> manner means comparing them exactly, code point for code point.</p><p>Comparing two strings in an <dfn id="ascii-case-insensitive">ASCII case-insensitive</dfn> manner means comparing them exactly, code point for code point, except - that the characters in the range U+0041 .. U+005A (i.e. LATIN + that the characters in the range U+0041 to U+005A (i.e. LATIN CAPITAL LETTER A to LATIN CAPITAL LETTER Z) and the corresponding - characters in the range U+0061 .. U+007A (i.e. LATIN SMALL LETTER A + characters in the range U+0061 to U+007A (i.e. LATIN SMALL LETTER A to LATIN SMALL LETTER Z) are considered to also match.</p><p>Comparing two strings in a <dfn id="compatibility-caseless">compatibility caseless</dfn> manner means using the Unicode <i>compatibility caseless match</i> operation to compare the two strings. <a href="references.html#refsUNICODE">[UNICODE]</a></p><p>A string <var title="">pattern</var> is a <dfn id="prefix-match">prefix match</dfn> Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v retrieving revision 1.382 retrieving revision 1.383 diff -u -d -r1.382 -r1.383 --- text-level-semantics.html 20 Oct 2009 01:17:06 -0000 1.382 +++ text-level-semantics.html 20 Oct 2009 01:27:08 -0000 1.383 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</p> </div><div> <a href="semantics.html">← 4 The elements of HTML</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -1744,9 +1744,7 @@ match the simple expected syntax.</p> <pre><p>Disk usage: <meter min=0 value=170261928 max=233257824>170 261 928 bytes used -out of 233 257 824 bytes available</meter></p> - - </p></pre> +out of 233 257 824 bytes available</meter></p></pre> </div><h4 id="the-ruby-element"><span class="secno">4.6.20 </span>The <dfn><code>ruby</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><dl class="element"><dt>Categories</dt> <dd><a href="dom.html#flow-content">Flow content</a>.</dd> @@ -3440,7 +3438,7 @@ metadata</a> of the resource given by the <code title="attr-embed-src"><a href="#attr-embed-src">src</a></code> attribute.</p><p>Any (namespace-less) attribute may be specified on the <code><a href="#the-embed-element">embed</a></code> element, so long as its name is <a href="infrastructure.html#xml-compatible">XML-compatible</a> and contains no characters in the range - U+0041 .. U+005A (LATIN CAPITAL LETTER A to LATIN CAPITAL LETTER + U+0041 to U+005A (LATIN CAPITAL LETTER A to LATIN CAPITAL LETTER Z). These attributes are then passed as parameters to the <a href="infrastructure.html#plugin">plugin</a>.</p><p class="note">All attributes in <a href="dom.html#html-documents">HTML documents</a> get lowercased automatically, so the restriction on uppercase letters Index: history.html =================================================================== RCS file: /sources/public/html5/spec-author-view/history.html,v retrieving revision 1.384 retrieving revision 1.385 diff -u -d -r1.384 -r1.385 --- history.html 20 Oct 2009 01:17:05 -0000 1.384 +++ history.html 20 Oct 2009 01:27:07 -0000 1.385 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</p> </div><div> <a href="offline.html">← 6.7 Offline Web applications</a> – <a href="Overview.html#contents">Table of contents</a> – Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v retrieving revision 1.383 retrieving revision 1.384 diff -u -d -r1.383 -r1.384 --- tabular-data.html 20 Oct 2009 01:17:06 -0000 1.383 +++ tabular-data.html 20 Oct 2009 01:27:08 -0000 1.384 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</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.383 retrieving revision 1.384 diff -u -d -r1.383 -r1.384 --- microdata.html 20 Oct 2009 01:17:05 -0000 1.383 +++ microdata.html 20 Oct 2009 01:27:07 -0000 1.384 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</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.385 retrieving revision 1.386 diff -u -d -r1.385 -r1.386 --- Overview.html 20 Oct 2009 01:17:05 -0000 1.385 +++ Overview.html 20 Oct 2009 01:27:06 -0000 1.386 @@ -241,7 +241,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.3333. +This is revision 1.3337. </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.383 retrieving revision 1.384 diff -u -d -r1.383 -r1.384 --- embedded-content-0.html 20 Oct 2009 01:17:05 -0000 1.383 +++ embedded-content-0.html 20 Oct 2009 01:27:07 -0000 1.384 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</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.386 retrieving revision 1.387 diff -u -d -r1.386 -r1.387 --- dom.html 20 Oct 2009 01:17:05 -0000 1.386 +++ dom.html 20 Oct 2009 01:27:07 -0000 1.387 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</p> </div><div> <a href="infrastructure.html">← 2 Common infrastructure</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -993,7 +993,7 @@ </div><h5 id="embedding-custom-non-visible-data"><span class="secno">3.2.3.8 </span><dfn>Embedding custom non-visible data</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="custom-data-attribute">custom data attribute</dfn> is an attribute in no namespace whose name starts with the string "<dfn id="attr-data" title="attr-data-*"><code>data-</code></dfn>", has at least one character after the hyphen, is <a href="infrastructure.html#xml-compatible">XML-compatible</a>, and - contains no characters in the range U+0041 .. U+005A (LATIN CAPITAL + contains no characters in the range U+0041 to U+005A (LATIN CAPITAL LETTER A to LATIN CAPITAL LETTER Z).</p><p class="note">All attributes in <a href="#html-documents">HTML documents</a> get lowercased automatically, so the restriction on uppercase letters doesn't affect such documents.</p><p><a href="#custom-data-attribute" title="custom data attribute">Custom data attributes</a> Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v retrieving revision 1.383 retrieving revision 1.384 diff -u -d -r1.383 -r1.384 --- acknowledgements.html 20 Oct 2009 01:17:05 -0000 1.383 +++ acknowledgements.html 20 Oct 2009 01:27:07 -0000 1.384 @@ -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.3333.</p> +<p>This is revision 1.3337.</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.385 retrieving revision 1.386 diff -u -d -r1.385 -r1.386 --- the-canvas-element.html 20 Oct 2009 01:17:06 -0000 1.385 +++ the-canvas-element.html 20 Oct 2009 01:27:08 -0000 1.386 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</p> </div><div> <a href="video.html">← 4.8.7 The video element</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -1550,7 +1550,7 @@ <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.</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 + non-conforming from the perspective of this 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><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.383 retrieving revision 1.384 diff -u -d -r1.383 -r1.384 --- iana-considerations.html 20 Oct 2009 01:17:05 -0000 1.383 +++ iana-considerations.html 20 Oct 2009 01:27:07 -0000 1.384 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</p> </div><div> <a href="obsolete.html">← 11 Obsolete features</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.385 retrieving revision 1.386 diff -u -d -r1.385 -r1.386 --- forms.html 20 Oct 2009 01:17:05 -0000 1.385 +++ forms.html 20 Oct 2009 01:27:07 -0000 1.386 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</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.383 retrieving revision 1.384 diff -u -d -r1.383 -r1.384 --- interactive-elements.html 20 Oct 2009 01:17:05 -0000 1.383 +++ interactive-elements.html 20 Oct 2009 01:27:07 -0000 1.384 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</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.385 retrieving revision 1.386 diff -u -d -r1.385 -r1.386 --- editing.html 20 Oct 2009 01:17:05 -0000 1.385 +++ editing.html 20 Oct 2009 01:27:07 -0000 1.386 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</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.385 retrieving revision 1.386 diff -u -d -r1.385 -r1.386 --- video.html 20 Oct 2009 01:17:06 -0000 1.385 +++ video.html 20 Oct 2009 01:27:08 -0000 1.386 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</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.386 retrieving revision 1.387 diff -u -d -r1.386 -r1.387 --- browsers.html 20 Oct 2009 01:17:05 -0000 1.386 +++ browsers.html 20 Oct 2009 01:27:07 -0000 1.387 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</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.382 retrieving revision 1.383 diff -u -d -r1.382 -r1.383 --- the-xhtml-syntax.html 20 Oct 2009 01:17:06 -0000 1.382 +++ the-xhtml-syntax.html 20 Oct 2009 01:27:08 -0000 1.383 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</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.383 retrieving revision 1.384 diff -u -d -r1.383 -r1.384 --- offline.html 20 Oct 2009 01:17:06 -0000 1.383 +++ offline.html 20 Oct 2009 01:27:07 -0000 1.384 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</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.386 retrieving revision 1.387 diff -u -d -r1.386 -r1.387 --- syntax.html 20 Oct 2009 01:17:06 -0000 1.386 +++ syntax.html 20 Oct 2009 01:27:08 -0000 1.387 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</p> </div><div> <a href="comms.html">← 8 Communication</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -266,8 +266,8 @@ </div><p>Many strings in the HTML syntax (e.g. the names of elements and their attributes) are case-insensitive, but only for characters in - the ranges U+0041 .. U+005A (LATIN CAPITAL LETTER A to LATIN CAPITAL - LETTER Z) and U+0061 .. U+007A (LATIN SMALL LETTER A to LATIN SMALL + the ranges U+0041 to U+005A (LATIN CAPITAL LETTER A to LATIN CAPITAL + LETTER Z) and U+0061 to U+007A (LATIN SMALL LETTER A to LATIN SMALL LETTER Z). For convenience, in this section this is just referred to as "case-insensitive".</p><h4 id="the-doctype"><span class="secno">9.1.1 </span>The DOCTYPE</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/4">ISSUE-4</a> (html-versioning) blocks progress to Last Call</span></p><p>A <dfn id="syntax-doctype" title="syntax-doctype">DOCTYPE</dfn> is a mostly useless, but required, header.</p><p class="note">DOCTYPEs are required for legacy reasons. When Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec-author-view/obsolete.html,v retrieving revision 1.384 retrieving revision 1.385 diff -u -d -r1.384 -r1.385 --- obsolete.html 20 Oct 2009 01:17:05 -0000 1.384 +++ obsolete.html 20 Oct 2009 01:27:07 -0000 1.385 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</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.384 retrieving revision 1.385 diff -u -d -r1.384 -r1.385 --- named-character-references.html 20 Oct 2009 01:17:05 -0000 1.384 +++ named-character-references.html 20 Oct 2009 01:27:07 -0000 1.385 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</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.383 retrieving revision 1.384 diff -u -d -r1.383 -r1.384 --- references.html 20 Oct 2009 01:17:06 -0000 1.383 +++ references.html 20 Oct 2009 01:27:07 -0000 1.384 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</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.385 retrieving revision 1.386 diff -u -d -r1.385 -r1.386 --- semantics.html 20 Oct 2009 01:17:06 -0000 1.385 +++ semantics.html 20 Oct 2009 01:27:07 -0000 1.386 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</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.383 retrieving revision 1.384 diff -u -d -r1.383 -r1.384 --- index.html 20 Oct 2009 01:17:05 -0000 1.383 +++ index.html 20 Oct 2009 01:27:07 -0000 1.384 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</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.385 retrieving revision 1.386 diff -u -d -r1.385 -r1.386 --- comms.html 20 Oct 2009 01:17:05 -0000 1.385 +++ comms.html 20 Oct 2009 01:27:07 -0000 1.386 @@ -219,7 +219,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.3333.</p> +<p>This is revision 1.3337.</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.386 retrieving revision 1.387 diff -u -d -r1.386 -r1.387 --- spec.html 20 Oct 2009 01:17:06 -0000 1.386 +++ spec.html 20 Oct 2009 01:27:07 -0000 1.387 @@ -239,7 +239,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.3333. +This is revision 1.3337. </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 @@ -1421,9 +1421,9 @@ type</a>.</p><h3 id=case-sensitivity-and-string-comparison><span class=secno>2.3 </span>Case-sensitivity and string comparison</h3><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><p>Comparing two strings in a <dfn id=case-sensitive>case-sensitive</dfn> manner means comparing them exactly, code point for code point.</p><p>Comparing two strings in an <dfn id=ascii-case-insensitive>ASCII case-insensitive</dfn> manner means comparing them exactly, code point for code point, except - that the characters in the range U+0041 .. U+005A (i.e. LATIN + that the characters in the range U+0041 to U+005A (i.e. LATIN CAPITAL LETTER A to LATIN CAPITAL LETTER Z) and the corresponding - characters in the range U+0061 .. U+007A (i.e. LATIN SMALL LETTER A + characters in the range U+0061 to U+007A (i.e. LATIN SMALL LETTER A to LATIN SMALL LETTER Z) are considered to also match.</p><p>Comparing two strings in a <dfn id=compatibility-caseless>compatibility caseless</dfn> manner means using the Unicode <i>compatibility caseless match</i> operation to compare the two strings. <a href=#refsUNICODE>[UNICODE]</a></p><p>A string <var title="">pattern</var> is a <dfn id=prefix-match>prefix match</dfn> @@ -3034,7 +3034,7 @@ </div><h5 id=embedding-custom-non-visible-data><span class=secno>3.2.3.8 </span><dfn>Embedding custom non-visible data</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id=custom-data-attribute>custom data attribute</dfn> is an attribute in no namespace whose name starts with the string "<dfn id=attr-data title=attr-data-*><code>data-</code></dfn>", has at least one character after the hyphen, is <a href=#xml-compatible>XML-compatible</a>, and - contains no characters in the range U+0041 .. U+005A (LATIN CAPITAL + contains no characters in the range U+0041 to U+005A (LATIN CAPITAL LETTER A to LATIN CAPITAL LETTER Z).</p><p class=note>All attributes in <a href=#html-documents>HTML documents</a> get lowercased automatically, so the restriction on uppercase letters doesn't affect such documents.</p><p><a href=#custom-data-attribute title="custom data attribute">Custom data attributes</a> @@ -8555,9 +8555,7 @@ match the simple expected syntax.</p> <pre><p>Disk usage: <meter min=0 value=170261928 max=233257824>170 261 928 bytes used -out of 233 257 824 bytes available</meter></p> - - </p></pre> +out of 233 257 824 bytes available</meter></p></pre> </div><h4 id=the-ruby-element><span class=secno>4.6.20 </span>The <dfn><code>ruby</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><dl class=element><dt>Categories</dt> <dd><a href=#flow-content>Flow content</a>.</dd> @@ -10251,7 +10249,7 @@ metadata</a> of the resource given by the <code title=attr-embed-src><a href=#attr-embed-src>src</a></code> attribute.</p><p>Any (namespace-less) attribute may be specified on the <code><a href=#the-embed-element>embed</a></code> element, so long as its name is <a href=#xml-compatible>XML-compatible</a> and contains no characters in the range - U+0041 .. U+005A (LATIN CAPITAL LETTER A to LATIN CAPITAL LETTER + U+0041 to U+005A (LATIN CAPITAL LETTER A to LATIN CAPITAL LETTER Z). These attributes are then passed as parameters to the <a href=#plugin>plugin</a>.</p><p class=note>All attributes in <a href=#html-documents>HTML documents</a> get lowercased automatically, so the restriction on uppercase letters @@ -12792,7 +12790,7 @@ <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.</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 + non-conforming from the perspective of this 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><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 @@ -25598,8 +25596,8 @@ </div><p>Many strings in the HTML syntax (e.g. the names of elements and their attributes) are case-insensitive, but only for characters in - the ranges U+0041 .. U+005A (LATIN CAPITAL LETTER A to LATIN CAPITAL - LETTER Z) and U+0061 .. U+007A (LATIN SMALL LETTER A to LATIN SMALL + the ranges U+0041 to U+005A (LATIN CAPITAL LETTER A to LATIN CAPITAL + LETTER Z) and U+0061 to U+007A (LATIN SMALL LETTER A to LATIN SMALL LETTER Z). For convenience, in this section this is just referred to as "case-insensitive".</p><h4 id=the-doctype><span class=secno>9.1.1 </span>The DOCTYPE</h4><p class="XXX annotation"><span><a href=http://www.w3.org/html/wg/tracker/issues/4>ISSUE-4</a> (html-versioning) blocks progress to Last Call</span></p><p>A <dfn id=syntax-doctype title=syntax-doctype>DOCTYPE</dfn> is a mostly useless, but required, header.</p><p class=note>DOCTYPEs are required for legacy reasons. When Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec-author-view/introduction.html,v retrieving revision 1.384 retrieving revision 1.385 diff -u -d -r1.384 -r1.385 --- introduction.html 20 Oct 2009 01:17:05 -0000 1.384 +++ introduction.html 20 Oct 2009 01:27:07 -0000 1.385 @@ -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.3333.</p> +<p>This is revision 1.3337.</p> </div><div> <a href="Overview.html#contents">Table of contents</a> – <a href="infrastructure.html">2 Common infrastructure →</a>
Received on Tuesday, 20 October 2009 01:27:15 UTC