Fwd: Indexed Database API 2.0 is a W3C Proposed Recommendation (Call for Review)

With thanks to the editors, Joshua Bell, Ali Alabbas, and everyone else 
who contributed.




-------- Forwarded Message --------
Subject: Indexed Database API 2.0 is a W3C Proposed Recommendation (Call 
for  Review)
Resent-Date: Thu, 16 Nov 2017 06:19:01 +0000
Resent-From: chairs@w3.org
Date: Thu, 16 Nov 2017 14:18:51 +0800
From: Xueyuan <xueyuan@w3.org>
To: w3c-ac-forum@w3.org
CC: chairs@w3.org


Dear Advisory Committee Representative,
Chairs,

W3C is pleased to announce the advancement of Indexed Database API 2.0 
to Proposed Recommendation:
   https://www.w3.org/TR/2017/PR-IndexedDB-2-20171116/

The approval and publication are in response to this transition request:
   https://lists.w3.org/Archives/Member/chairs/2017OctDec/0090.html

Please review the specification and indicate whether you endorse it as a 
W3C Recommendation or object to its advancement by completing the 
following questionnaire:
   https://www.w3.org/2002/09/wbs/33280/IndexedDB-2-pr-review/

Additional details about the review are available in the questionnaire. 
The deadline for responses is: 2017-12-14.

We'd like to thank the editors, Ali Alabbas and Joshua Bell, for their 
outstanding work. More information about the Web Platform Working Group 
is available on the group home page:
   https://www.w3.org/WebPlatform/WG/

If you should have any questions or need further information, please 
contact Fuqiao Xue <xfq@w3.org>, Web Platform Working Group Team Contact.

This Call for Review follows section 6.5 of the W3C Process Document:
   https://www.w3.org/2017/Process-20170301/#rec-pr

Thank you,

For Tim Berners-Lee, W3C Director,
Philippe Le Hégaret, Project Management Lead,
Fuqiao Xue, Web Platform Working Group Team Contact;
Xueyuan Jia, W3C Marketing & Communications

==============================================
Quoting from
Indexed Database API 2.0
W3C Proposed Recommendation, 16 November 2017

This version:
   https://www.w3.org/TR/2017/PR-IndexedDB-2-20171116/
Latest published version:
   https://www.w3.org/TR/IndexedDB-2/

Abstract:

This document defines APIs for a database of records holding simple 
values and hierarchical objects. Each record consists of a key and some 
value. Moreover, the database maintains indexes over records it stores. 
An application developer directly uses an API to locate records either 
by their key or by using an index. A query language can be layered on 
this API. An indexed database can be implemented using a persistent 
B-tree data structure.

Status of this document:

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 W3C technical reports index at 
https://www.w3.org/TR/.

This is the Second Edition of Indexed Database API. The First Edition 
became a W3C Recommendation on 8 January 2015.

This document was published by the Web Platform Working Group as a 
Proposed Recommendation. This document is intended to become a W3C 
Recommendation.

The W3C Membership and other interested parties are invited to review 
the document and send comments to public-webapps@w3.org (subscribe, 
archives) or file a bug on GitHub through 14 December 2017. Advisory 
Committee Representatives should consult their WBS questionnaires.

Please see the Working Group's implementation report.

Publication as a Proposed Recommendation does not imply 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.

This document was produced by a group operating under the 5 February 
2004 W3C Patent Policy. W3C maintains a public list of any patent 
disclosures 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 Essential Claim(s) must disclose the information in accordance 
with section 6 of the W3C Patent Policy.

This document is governed by the 1 March 2017 W3C Process Document.
==============================================

Received on Thursday, 16 November 2017 11:04:02 UTC