- From: poot <cvsmail@w3.org>
- Date: Tue, 15 Sep 2009 10:07:42 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: hex digits to Z? no... (whatwg r3849) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3015&r2=1.3016&f=h http://html5.org/tools/web-apps-tracker?from=3848&to=3849 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3015 retrieving revision 1.3016 diff -u -d -r1.3015 -r1.3016 --- Overview.html 14 Sep 2009 11:48:46 -0000 1.3015 +++ Overview.html 15 Sep 2009 01:07:13 -0000 1.3016 @@ -215,7 +215,7 @@ <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> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 25 August 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-14-september-2009">Editor's Draft 14 September 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-15-september-2009">Editor's Draft 15 September 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out--><!-- <dt>This Version:</dt> @@ -314,7 +314,7 @@ track. <!--ZZZ:--> <!--This specification is the 25 August 2009 Working Draft.--> - This specification is the 14 September 2009 Editor's Draft. + This specification is the 15 September 2009 Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -6628,7 +6628,7 @@ </div><hr><p class="note">The <code title="dom-document-dir"><a href="#dom-document-dir">dir</a></code> attribute on the <code><a href="#htmldocument">HTMLDocument</a></code> interface is defined along with the <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> content - attribute.<h3 id="elements"><span class="secno">3.2 </span>Elements</h3><h4 id="semantics-0"><span class="secno">3.2.1 </span>Semantics</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/41">ISSUE-41</a> (Decentralized-extensibility) blocks progress to Last Call</span><p>Elements, attributes, and attribute values in HTML are defined + attribute.<h3 id="elements"><span class="secno">3.2 </span>Elements</h3><h4 id="semantics-0"><span class="secno">3.2.1 </span>Semantics</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/41">ISSUE-41</a> (Decentralized-extensibility) blocks progress to Last Call</span><p>Elements, attributes, and attribute values in HTML are defined (by this specification) to have certain meanings (semantics). For example, the <code><a href="#the-ol-element">ol</a></code> element represents an ordered list, and the <code title="attr-lang"><a href="#attr-lang">lang</a></code> attribute represents the @@ -34566,7 +34566,7 @@ selected character encoding in turn, append to the string a U+0025 PERCENT SIGN character (%) followed by two characters in the ranges U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9) and - U+0041 LATIN CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z + U+0041 LATIN CAPITAL LETTER A to U+0046 LATIN CAPITAL LETTER F representing the hexadecimal value of the byte (zero-padded if necessary).</li> @@ -69478,6 +69478,7 @@ Mikko Rantalainen, Mohamed Zergaoui<!-- Innovimax SARL -->, Ms2ger, + NARUSE Yui, Neil Deakin, Neil Rashbrook, Neil Soiffer,
Received on Tuesday, 15 September 2009 01:08:18 UTC