[html5] r6831 - [e] (0) further work on the <time> proposal - fix hCalendar example Fixing http: [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Nov 18 16:48:59 PST 2011
Author: ianh
Date: 2011-11-18 16:48:57 -0800 (Fri, 18 Nov 2011)
New Revision: 6831
Modified:
complete.html
index
source
Log:
[e] (0) further work on the <time> proposal - fix hCalendar example
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14696
Modified: complete.html
===================================================================
--- complete.html 2011-11-19 00:17:53 UTC (rev 6830)
+++ complete.html 2011-11-19 00:48:57 UTC (rev 6831)
@@ -21340,15 +21340,11 @@
<pre><div class="vevent">
<a class="url" href="http://www.web2con.com/">http://www.web2con.com/</a>
<span class="summary">Web 2.0 Conference</span>:
- <time class="dtstart" datetime="2007-10-05">October 5</time> -
- <time class="dtend" datetime="2007-10-20">19</time>,
+ <time class="dtstart" datetime="2005-10-05">October 5</time> -
+ <time class="dtend" datetime="2005-10-07">7</time>,
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 2011-11-19 00:17:53 UTC (rev 6830)
+++ index 2011-11-19 00:48:57 UTC (rev 6831)
@@ -21340,15 +21340,11 @@
<pre><div class="vevent">
<a class="url" href="http://www.web2con.com/">http://www.web2con.com/</a>
<span class="summary">Web 2.0 Conference</span>:
- <time class="dtstart" datetime="2007-10-05">October 5</time> -
- <time class="dtend" datetime="2007-10-20">19</time>,
+ <time class="dtstart" datetime="2005-10-05">October 5</time> -
+ <time class="dtend" datetime="2005-10-07">7</time>,
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 2011-11-19 00:17:53 UTC (rev 6830)
+++ source 2011-11-19 00:48:57 UTC (rev 6831)
@@ -22849,15 +22849,11 @@
<pre><div class="vevent">
<a class="url" href="http://www.web2con.com/">http://www.web2con.com/</a>
<span class="summary">Web 2.0 Conference</span>:
- <time class="dtstart" datetime="2007-10-05">October 5</time> -
- <time class="dtend" datetime="2007-10-20">19</time>,
+ <time class="dtstart" datetime="2005-10-05">October 5</time> -
+ <time class="dtend" datetime="2005-10-07">7</time>,
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