- From: Richard Tibbett via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 14:47:45 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/calendar
In directory hutz:/tmp/cvs-serv4006/calendar
Modified Files:
Overview.html
Log Message:
Complete rewrite of specification in line with issues resolved in the Contacts API and ACTION-320.
* Modifications to ALL sections (see CVS diff for further view on full changes)
* Addition of the following sections:
7. Extended Calendar Properties and Parameters
8. API Invocation via DOM Events
9. Adding and Updating Calendar Events
9.1 Adding a new Calendar Event
9.2 Updating an existing Calendar Event
A. User Interaction Guidelines
* Removal of a number of defunct API interfaces.
*** This specification update remains a work in progress with other updates coming shortly ***
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/calendar/Overview.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Overview.html 1 Feb 2010 12:44:18 -0000 1.12
+++ Overview.html 11 Jan 2011 14:47:43 -0000 1.13
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <title>The Calendar API</title>
+ <title>Calendar API</title>
<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
<script src='../ReSpec.js/js/respec.js' class='remove'></script>
<script src='../ReSpec.js/js/sh_main.min.js' class='remove'></script>
@@ -10,25 +10,93 @@
specStatus: "ED",
shortName: "calendar-api",
[...1318 lines suppressed...]
+ User Interaction Guidelines
+ </h2>
+
+ <p class="note">@ to be included</p>
+ </section>
- <section>
+ <section class="informative appendix">
<h2>Use Cases and Requirements</h2>
<section>
@@ -1178,7 +1291,7 @@
</section>
- <section class='appendix'>
+ <section class="informative appendix">
<h2>Features for Future Consideration</h2>
<p>
This is a list of features that have been discussed with respect to this version of the
Received on Tuesday, 11 January 2011 14:47:47 UTC