- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Apr 2011 15:59:29 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/calendar
In directory hutz:/tmp/cvs-serv17802
Modified Files:
Overview.html
Log Message:
WF
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/calendar/Overview.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Overview.html 6 Apr 2011 15:48:46 -0000 1.22
+++ Overview.html 6 Apr 2011 15:59:27 -0000 1.23
@@ -83,7 +83,7 @@
This API includes the following key interfaces:
</p>
<ul>
- <li>A <a href="#calendar-interface"<code>Calendar</code></a> interface, which provides the method needed to access to a user's unified calendar.</li>
+ <li>A <a>Calendar</a> interface, which provides the method needed to access to a user's unified calendar.</li>
<li>A <a href="#calendarevent-interface"<code>CalendarEvent</code></a> interface, which provides the individual calendar information of type EVENT that may be returned following a successful read operation.</li>
</ul>
</section>
@@ -759,16 +759,15 @@
attribute CalendarEventFilter? filter
</dt>
<dd>
- A <a>search filter</a> with which to search and initially filter the <a
- href='#calendar-interface'><code>Calendar</code></a> database.
+ A <a>search filter</a> with which to search and initially filter the
+ <a>Calendar</a> database.
</dd>
<dt>
attribute boolean? multiple
</dt>
<dd>
- A boolean value to indicate whether multiple Calendar objects are returnable as part of the associated <a
- href="#calendar-interface"><code>Calendar</code></a> <a
- href="#widl-Calendar-findEvents">findEvents()</a> operation.
+ A boolean value to indicate whether multiple Calendar objects are returnable as part of the associated
+ <a>Calendar</a> <a href="#widl-Calendar-findEvents">findEvents()</a> operation.
<p>
By default this option is set to <code>true</code>.
Received on Wednesday, 6 April 2011 15:59:31 UTC