- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 06:47:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv1060 Modified Files: Overview.html spec.html text-level-semantics.html Log Message: Explain dtend's weirdness. (whatwg r4721) [updated by splitter] Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v retrieving revision 1.566 retrieving revision 1.567 diff -u -d -r1.566 -r1.567 --- text-level-semantics.html 13 Feb 2010 04:16:53 -0000 1.566 +++ text-level-semantics.html 14 Feb 2010 06:47:00 -0000 1.567 @@ -963,6 +963,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 Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.677 retrieving revision 1.678 diff -u -d -r1.677 -r1.678 --- Overview.html 14 Feb 2010 05:37:05 -0000 1.677 +++ Overview.html 14 Feb 2010 06:47:00 -0000 1.678 @@ -302,7 +302,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3768. +This is revision 1.3769. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.682 retrieving revision 1.683 diff -u -d -r1.682 -r1.683 --- spec.html 14 Feb 2010 05:37:06 -0000 1.682 +++ spec.html 14 Feb 2010 06:47:00 -0000 1.683 @@ -300,7 +300,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3768. +This is revision 1.3769. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -7878,6 +7878,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:47:04 UTC