Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[e] (0) further work on the <time> proposal - fix hCalendar example
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14696 git-svn-id: http://svn.whatwg.org/webapps@6831 340c8d12-0b0e-0410-8428-c7bf67bfef74
- Loading branch information
Showing
with
6 additions
and 18 deletions.
- +2 −6 complete.html
- +2 −6 index
- +2 −6 source
<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> |
<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> |
<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"> |