- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 May 2009 22:58:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19050
Modified Files:
Overview.html
Log Message:
Clarify a requirement regarding dtend's syntax which I had missed when going through vevent before. (whatwg r3098)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2255
retrieving revision 1.2256
diff -u -d -r1.2255 -r1.2256
--- Overview.html 14 May 2009 22:44:51 -0000 1.2255
+++ Overview.html 14 May 2009 22:58:03 -0000 1.2256
@@ -38105,20 +38105,22 @@
<p>Gives the date and time by which the event ends.</p>
- <p>The <a href="#concept-property-value" title="concept-property-value">value</a> must be
- text that is either a <a href="#valid-date-string">valid date string</a> or a
- <a href="#valid-global-date-and-time-string">valid global date and time string</a>, and the value must
- be later in time than the value of the <code title="md-event-dtstart">dtstart</code> property of the same <a href="#concept-item" title="concept-item">item</a>.</p>
+ <p>If the property with the name <code title="md-vevent-dtend"><a href="#md-vevent-dtend">dtend</a></code> is present within an <a href="#concept-item" title="concept-item">item</a> with the type <code title="md-vevent"><a href="#md-vevent">vevent</a></code> that has a property with the name
+ <code title="md-vevent-dtstart"><a href="#md-vevent-dtstart">dtstart</a></code> whose value is a
+ <a href="#valid-date-string">valid date string</a>, then the <a href="#concept-property-value" title="concept-property-value">value</a> of the property with
+ the name <code title="md-vevent-dtend"><a href="#md-vevent-dtend">dtend</a></code> must be text
+ that is a <a href="#valid-date-string">valid date string</a> also. Otherwise, the
+ <a href="#concept-property-value" title="concept-property-value">value</a> of the property
+ must be text that is a <a href="#valid-global-date-and-time-string">valid global date and time
+ string</a>.</p>
-<!--XXX
- The "VEVENT" is also the calendar component used to specify an
- anniversary or daily reminder within a calendar. These events have a
- DATE value type for the "DTSTART" property instead of the default
- data type of DATE-TIME. If such a "VEVENT" has a "DTEND" property, it
- MUST be specified as a DATE value also. The anniversary type of
- "VEVENT" can span more than one date (i.e, "DTEND" property value is
- set to a calendar date after the "DTSTART" property value).
--->
+ <p>In either case, the <a href="#concept-property-value" title="concept-property-value">value</a> be later in time than
+ the value of the <code title="md-event-dtstart">dtstart</code>
+ property of the same <a href="#concept-item" title="concept-item">item</a>.</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 <a href="#concept-property-value" title="concept-property-value">value</a> 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
<a href="#concept-item" title="concept-item">item</a> with the type <code title="md-vevent"><a href="#md-vevent">vevent</a></code>, so long as that <code title="md-vevent"><a href="#md-vevent">vevent</a></code> does not have a property with the
Received on Thursday, 14 May 2009 22:58:22 UTC