- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 06:45:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv523
Modified Files:
Overview.html
Log Message:
Explain dtend's weirdness. (whatwg r4721)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3768
retrieving revision 1.3769
diff -u -d -r1.3768 -r1.3769
--- Overview.html 14 Feb 2010 05:29:17 -0000 1.3768
+++ Overview.html 14 Feb 2010 06:45:03 -0000 1.3769
@@ -14510,6 +14510,10 @@
at the <span class="location">Argent Hotel, San Francisco, CA</span>
</div></pre>
+ <p>(The end date is encoded as one day after the last date of the
+ event because in the iCalendar format, end dates are
+ <em>exclusive</em>, not inclusive.)</p>
+
</div><div class="example">
<p>The <code><a href="#the-time-element">time</a></code> element is not necessary for encoding
Received on Sunday, 14 February 2010 06:45:09 UTC