Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Add status of the document section #71

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 51 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ <h1>
Task Scheduler API Specification

</h1>
<h2 class="no-num no-toc" id="editor-draft-—-13-october-2014">
Editor Draft — 13 October 2014
<h2 class="no-num no-toc" id="editor-draft-—-13-november-2014">
Editor Draft — 13 November 2014
</h2>
<dl>
<dt>
Expand Down Expand Up @@ -106,11 +106,54 @@ <h2 class="no-num no-toc" id="specabstract">
of whether the application is active on user agent. Applications such as an alarm clock or an
auto-updater may utilize this API to perform certain action at a specified time.
</p>
<h2 class="no-num no-toc" id="specstatus">
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 <abbr title="World Wide Web Consortium">W3C</abbr> publications and the
latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> technical reports index</a> at
http://www.w3.org/TR/.</em>
</p>
<p>
This specification defines an API to schedule a task at a specified time at client side.
</p>
<p> If you find any issue with this specification, please
<a href="https://github.com/sysapps/web-alarms/issues">file a bug on Github</a>.
</p>
<p>
This document was published by the <a href="http://www.w3.org/2012/sysapps/">System Applications Working Group</a> as an Editor's Draft.
If you wish to make comments regarding this document, please send them to
<a href="mailto:[email protected]">[email protected]</a>
(<a href="mailto:[email protected]?subject=subscribe">subscribe</a>,
<a href="http://lists.w3.org/Archives/Public/public-sysapps/">archives</a>).
All comments are welcome.
</p>
<p>
Publication as an Editor's Draft does not imply endorsement by the <abbr title="World Wide Web Consortium">W3C</abbr>
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 about="" href="http://www.w3.org/Consortium/Patent-Policy-20040205/" id="sotd_patent" rel="w3p:patentRules">5 February 2004
<abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.
<abbr title="World Wide Web Consortium">W3C</abbr> maintains a <a href="http://www.w3.org/2004/01/pp-impl/58119/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 <abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.
</p>
<p>
This document is governed by the <a href="http://www.w3.org/2014/Process-20140801/" id="w3c_process_revision">1 August 2014 <abbr title="World Wide Web Consortium">W3C</abbr> Process Document</a>.
</p>
<h2 class="no-num no-toc" id="toc">
Table of Contents
</h2>
<!--begin-toc-->
<ol class="toc">
<ul class="toc">
<li><a href="#introduction"><span class="secno">1 </span>
Introduction
</a></li>
Expand All @@ -126,7 +169,7 @@ <h2 class="no-num no-toc" id="toc">
<li><a href="#task-scheduler-api"><span class="secno">5 </span>
Task Scheduler API
</a>
<ol class="toc">
<ul class="toc">
<li><a href="#interface-serviceworkerregistration"><span class="secno">5.1 </span>
Interface <code title="">ServiceWorkerRegistration</code>
</a></li>
Expand All @@ -135,11 +178,11 @@ <h2 class="no-num no-toc" id="toc">
</a></li>
<li><a href="#interface-scheduledtask"><span class="secno">5.3 </span>
<span>Interface <code title="">ScheduledTask</code></span>
</a></ol></li>
</a></ul></li>
<li><a href="#events"><span class="secno">6 </span>
Events
</a>
<ol class="toc">
<ul class="toc">
<li><a href="#event-handler"><span class="secno">6.1 </span>
Event Handler
</a></li>
Expand All @@ -148,13 +191,13 @@ <h2 class="no-num no-toc" id="toc">
</a></li>
<li><a href="#firing-task-event-to-service-worker"><span class="secno">6.3 </span>
Firing <code>task</code> event to service worker
</a></ol></li>
</a></ul></li>
<li><a class="no-num" href="#references">
References
</a></li>
<li><a class="no-num" href="#acknowledgments">
Acknowledgments
</a></ol>
</a></ul>
<!--end-toc-->
<h2 id="introduction"><span class="secno">1 </span>
Introduction
Expand Down
43 changes: 43 additions & 0 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,49 @@ <h2 class="no-num no-toc" id="specabstract">
of whether the application is active on user agent. Applications such as an alarm clock or an
auto-updater may utilize this API to perform certain action at a specified time.
</p>
<h2 class="no-num no-toc" id="specstatus">
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 <abbr title="World Wide Web Consortium">W3C</abbr> publications and the
latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> technical reports index</a> at
http://www.w3.org/TR/.</em>
</p>
<p>
This specification defines an API to schedule a task at a specified time at client side.
</p>
<p> If you find any issue with this specification, please
<a href="https://github.com/sysapps/web-alarms/issues">file a bug on Github</a>.
</p>
<p>
This document was published by the <a href="http://www.w3.org/2012/sysapps/">System Applications Working Group</a> as an Editor's Draft.
If you wish to make comments regarding this document, please send them to
<a href="mailto:[email protected]">[email protected]</a>
(<a href="mailto:[email protected]?subject=subscribe">subscribe</a>,
<a href="http://lists.w3.org/Archives/Public/public-sysapps/">archives</a>).
All comments are welcome.
</p>
<p>
Publication as an Editor's Draft does not imply endorsement by the <abbr title="World Wide Web Consortium">W3C</abbr>
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 id="sotd_patent" about="" rel="w3p:patentRules" href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004
<abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.
<abbr title="World Wide Web Consortium">W3C</abbr> maintains a <a href="http://www.w3.org/2004/01/pp-impl/58119/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 <abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.
</p>
<p>
This document is governed by the <a id="w3c_process_revision" href="http://www.w3.org/2014/Process-20140801/">1 August 2014 <abbr title="World Wide Web Consortium">W3C</abbr> Process Document</a>.
</p>
<h2 class="no-num no-toc" id="toc">
Table of Contents
</h2><!--toc-->
Expand Down