- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 07 Dec 2009 19:03:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/mdvevent In directory hutz:/tmp/cvs-serv28054 Modified Files: Overview.html Log Message: fix a series of double-thes. (whatwg r4414) Index: Overview.html =================================================================== RCS file: /sources/public/html5/mdvevent/Overview.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Overview.html 6 Dec 2009 08:24:18 -0000 1.11 +++ Overview.html 7 Dec 2009 19:03:02 -0000 1.12 @@ -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>Microdata vocabularies: vEvent</h1> - <h2 class="no-num no-toc" id="editor-s-draft-6-december-2009">Editor's Draft 6 December 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-7-december-2009">Editor's Draft 7 December 2009</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/mdvevent/">http://www.w3.org/TR/mdvevent/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -307,7 +307,7 @@ specification's progress along the W3C Recommendation track. - This specification is the 6 December 2009 Editor's Draft. + This specification is the 7 December 2009 Editor's Draft. </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 Vocabularies</a> specification, in its vEvent section. This normative @@ -562,7 +562,7 @@ property of the same <span title="concept-item">item</span>.</p> <p class="note">The time given by the <code title="md-vevent-dtend"><a href="#md-vevent-dtend">dtend</a></code> property is not - inclusive. For day-long events, therefore, the the <code title="md-vevent-dtend"><a href="#md-vevent-dtend">dtend</a></code> property's <span title="concept-property-value">value</span> will be the day + inclusive. For day-long events, therefore, the <code title="md-vevent-dtend"><a href="#md-vevent-dtend">dtend</a></code> property's <span title="concept-property-value">value</span> will be the day <em>after</em> the end of the event.</p> <p>A single property with the name <code title="md-vevent-dtend"><a href="#md-vevent-dtend">dtend</a></code> may be present within each
Received on Monday, 7 December 2009 19:03:06 UTC