- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Apr 2011 16:02:51 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/calendar In directory hutz:/tmp/cvs-serv19662 Modified Files: FPWD.html Log Message: apply Index: FPWD.html =================================================================== RCS file: /sources/public/2009/dap/calendar/FPWD.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- FPWD.html 6 Apr 2011 15:49:54 -0000 1.1 +++ FPWD.html 6 Apr 2011 16:02:49 -0000 1.2 @@ -527,7 +527,7 @@ This API includes the following key interfaces: </p> <ul> - <li>A <a href="#calendar-interface" <code="">Calendar</a> interface, which provides the method needed to access to a user's unified calendar.</li> + <li>A <a class="idlType" href="#idl-def-Calendar"><code>Calendar</code></a> interface, which provides the method needed to access to a user's unified calendar.</li> <li>A <a href="#calendarevent-interface" <code="">CalendarEvent</a> interface, which provides the individual calendar information of type EVENT that may be returned following a successful read operation.</li> </ul> </div><div id="sotd" class="introductory section"><h2>Status of This Document</h2><p><em>This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> at http://www.w3.org/TR/.</em></p><p>This document was published by the <a href="http://www.w3.org/2009/dap/">Device APIs and Policy Working Group</a> as a First Public Working Draft. This document is intended to become a W3C Recommendation. If you wish to make comments regarding this document, please send them to <a href="mailto:public-device-apis@w3.org">public-device-apis@w3.org</a> (<a href="mailto:public-device-apis-request@w3.org?subject=subscribe">subscribe</a>, <a href="http://lists.w3.org/Archives/Public/public-device-apis/">archives</a>). All feedback is welcome.</p><p>Publication as a Working Draft does not imly endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.</p><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/43696/status" rel="disclosure">public list of any patent disclosures</a> made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a> must disclose the information in accordance with <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the W3C Patent Policy</a>.</p></div><div class="section" id="toc">h2 class="introductory">Table of Contents</h2><ul class="toc"><li class="tocline"><a class="tocxref" href="#introduction"><span class="secno">1. </span>Introduction</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#scope"><span class="secno">1.1 </span>Scope</a></li><li class="tocline"><a class="tocxref" href="#usage-example"><span class="secno">1.2 </span>Usage Example</a></li></ul></li><li class="tocline"><a class="tocxref" href="#conformance"><span class="secno">2. </span>Conformance</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#terminology"><span class="secno">2.1 </span> @@ -1153,9 +1153,11 @@ <span class="idlAttribute"> attribute <span class="idlAttrType"><a>boolean</a>?</span> <span class="idlAttrName"><a href="#widl-CalendarFindOptions-multiple">multiple</a></span>;</span> };</span> </pre><div class="section" id="attributes-3"><h4><span class="secno">4.5.1 </span>Attributes</h4><dl class="attributes"><dt id="widl-CalendarFindOptions-filter"><code>filter</code> of type <span class="idlAttrType"><a class="idlType" href="#idl-def-CalendarEventFilter"><code>CalendarEventFilter</code></a></span>, nullable</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 class="idlType" href="#idl-def-Calendar"><code>Calendar</code></a> database. <div><em>No exceptions.</em></div></dd><dt id="widl-CalendarFindOptions-multiple"><code>multiple</code> of type <span class="idlAttrType"><a>boolean</a></span>, nullable</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 class="idlType" href="#idl-def-Calendar"><code>Calendar</code></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 16:02:54 UTC