[html5] r4721 - [e] (0) Explain dtend's weirdness. Fixing http://www.w3.org/Bugs/Public/show_bug [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Feb 13 22:45:00 PST 2010
Author: ianh
Date: 2010-02-13 22:44:58 -0800 (Sat, 13 Feb 2010)
New Revision: 4721
Modified:
complete.html
index
source
Log:
[e] (0) Explain dtend's weirdness.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8851
Modified: complete.html
===================================================================
--- complete.html 2010-02-14 05:44:01 UTC (rev 4720)
+++ complete.html 2010-02-14 06:44:58 UTC (rev 4721)
@@ -16907,6 +16907,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>
Modified: index
===================================================================
--- index 2010-02-14 05:44:01 UTC (rev 4720)
+++ index 2010-02-14 06:44:58 UTC (rev 4721)
@@ -16806,6 +16806,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>
Modified: source
===================================================================
--- source 2010-02-14 05:44:01 UTC (rev 4720)
+++ source 2010-02-14 06:44:58 UTC (rev 4721)
@@ -17879,6 +17879,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">
More information about the Commit-Watchers
mailing list