- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Oct 2009 06:32:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/mdvevent
In directory hutz:/tmp/cvs-serv28541
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/mdvevent/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:27 -0000 1.2
+++ Overview.html 5 Oct 2009 06:32:00 -0000 1.3
@@ -214,7 +214,7 @@
<h1>Microdata vocabularies: vEvent</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-vevent">Microdata
@@ -434,24 +434,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> <!-- iCalendar
@@ -809,37 +809,37 @@
</dl><p>A string is a <dfn id="valid-vevent-duration-string">valid vevent duration string</dfn> if it
- matches the following pattern:<ol><li>A U+0050 LATIN CAPITAL LETTER P character.</li>
+ matches the following pattern:<ol><li>A U+0050 LATIN CAPITAL LETTER P character (P).</li>
<li>One of the following:
<ul><li> A <span>valid non-negative integer</span> followed by a
- U+0057 LATIN CAPITAL LETTER W character. The integer represents
- a duration of that number of weeks. </li>
+ U+0057 LATIN CAPITAL LETTER W character (W). The integer
+ represents a duration of that number of weeks. </li>
<li> At least one, and possible both in this order, of the
following:
<ol><li> A <span>valid non-negative integer</span> followed by a
- U+0044 LATIN CAPITAL LETTER D character. The integer
+ U+0044 LATIN CAPITAL LETTER D character (D). The integer
represents a duration of that number of days. </li>
- <li> A U+0054 LATIN CAPITAL LETTER T character followed by
+ <li> A U+0054 LATIN CAPITAL LETTER T character (T) followed by
any one of the following, or the first and second of the
following in that order, or the second and third of the
- following in that order, or all three of the following in
- this order:
+ following in that order, or all three of the following in this
+ order:
- <ol><li> A <span>valid non-negative integer</span> followed by
- a U+0048 LATIN CAPITAL LETTER H character. The integer
+ <ol><li> A <span>valid non-negative integer</span> followed by a
+ U+0048 LATIN CAPITAL LETTER H character (H). The integer
represents a duration of that number of hours. </li>
- <li> A <span>valid non-negative integer</span> followed by
- a U+004D LATIN CAPITAL LETTER M character. The integer
+ <li> A <span>valid non-negative integer</span> followed by a
+ U+004D LATIN CAPITAL LETTER M character (M). The integer
represents a duration of that number of minutes. </li>
- <li> A <span>valid non-negative integer</span> followed by
- a U+0053 LATIN CAPITAL LETTER S character. The integer
+ <li> A <span>valid non-negative integer</span> followed by a
+ U+0053 LATIN CAPITAL LETTER S character (S). The integer
represents a duration of that number of seconds. </li>
</ol></ol></li>
@@ -969,14 +969,14 @@
(\).</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>
+ 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 character (n).</li>
<li><p>Append <var title="">value</var> to <var title="">line</var>.</li>
Received on Monday, 5 October 2009 06:32:06 UTC