- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Oct 2009 06:31:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/mdvcard In directory hutz:/tmp/cvs-serv28505 Modified Files: Overview.html Log Message: Make spec consistent in its use of ASCII and Unicode character references and it's references to bytes sequences. (whatwg r4077) Index: Overview.html =================================================================== RCS file: /sources/public/html5/mdvcard/Overview.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Overview.html 4 Oct 2009 10:14:23 -0000 1.2 +++ Overview.html 5 Oct 2009 06:31:56 -0000 1.3 @@ -214,7 +214,7 @@ <h1>Microdata vocabularies: vCard</h1> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 25 August 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-4-october-2009">Editor's Draft 4 October 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-5-october-2009">Editor's Draft 5 October 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out--><!-- <dt>This Version:</dt> @@ -307,7 +307,7 @@ track. <!--ZZZ:--> <!--This specification is the 25 August 2009 Working Draft.--> - This specification is the 4 October 2009 Editor's Draft. + This specification is the 5 October 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>The text of this specification is also available as part of the <a href="http://www.whatwg.org/">WHATWG</a>'s <a href="http://www.whatwg.org/specs/vocabs/current-work/#md-vcard">Microdata @@ -949,24 +949,24 @@ <ol><li>Optionally, either a U+002B PLUS SIGN character (+) or a U+002D HYPHEN-MINUS character (-).</li> - <li>One or more digits in the range U+0030 DIGIT ZERO .. U+0039 - DIGIT NINE.</li> + <li>One or more digits in the range U+0030 DIGIT ZERO (0) to + U+0039 DIGIT NINE (9).</li> <li>Optionally*, a U+002E FULL STOP character (.) followed by one - or more digits in the range U+0030 DIGIT ZERO .. U+0039 DIGIT - NINE.</li> + or more digits in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT + NINE (9).</li> <li>A U+003B SEMICOLON character (;).</li> <li>Optionally, either a U+002B PLUS SIGN character (+) or a U+002D HYPHEN-MINUS character (-).</li> - <li>One or more digits in the range U+0030 DIGIT ZERO .. U+0039 - DIGIT NINE.</li> + <li>One or more digits in the range U+0030 DIGIT ZERO (0) to U+0039 + DIGIT NINE (9).</li> <li>Optionally*, a U+002E FULL STOP character (.) followed by one - or more digits in the range U+0030 DIGIT ZERO .. U+0039 DIGIT - NINE.</li> + or more digits in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT + NINE (9).</li> </ol><p>The optional components marked with an asterisk (*) should be included, and should have six digits each.</p> @@ -1720,14 +1720,14 @@ REVERSE SOLIDUS character (\).</li> <li><p>Replace every U+000D CARRIAGE RETURN U+000A LINE FEED - character pair (CRLF) in <var title="">value</var> with a U+005C REVERSE - SOLIDUS character (\) followed by a U+006E LATIN SMALL LETTER - N.</li> + character pair (CRLF) in <var title="">value</var> with a + U+005C REVERSE SOLIDUS character (\) followed by a U+006E + LATIN SMALL LETTER N character (n).</li> <li><p>Replace every remaining U+000D CARRIAGE RETURN (CR) or U+000A LINE FEED (LF) character in <var title="">value</var> - with a U+005C REVERSE SOLIDUS character (\) followed by a U+006E - LATIN SMALL LETTER N.</li> + with a U+005C REVERSE SOLIDUS character (\) followed by a + U+006E LATIN SMALL LETTER N character (n).</li> </ol></dd> @@ -1937,12 +1937,12 @@ <li><p>Replace every U+000D CARRIAGE RETURN U+000A LINE FEED character pair (CRLF) in <var title="">value</var> with a U+005C REVERSE SOLIDUS character (\) followed by a U+006E LATIN SMALL - LETTER N.</li> + LETTER N character (n).</li> <li><p>Replace every remaining U+000D CARRIAGE RETURN (CR) or U+000A LINE FEED (LF) character in <var title="">value</var> with a U+005C REVERSE SOLIDUS character (\) followed by a U+006E LATIN - SMALL LETTER N.</li> + SMALL LETTER N character (n).</li> <li><p>Return the mutated <var title="">value</var>.</li>
Received on Monday, 5 October 2009 06:32:02 UTC