CR: Web Storage (Second Edition)

[ Correcting the Subject: this is a CR publication ]

On 6/9/15 11:10 AM, Notifier wrote:
> Web Storage (Second Edition)
>
> http://www.w3.org/TR/2015/CR-webstorage-20150609/\nnfeedback due by: 2015-07-07
>
> Abstract
>
> This specification defines an API for persistent data storage of key-value pair data in Web clients.
>
> Status of the 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 http://www.w3.org/TR/.
>
> Publication as a Candidate 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 is the 09 June 2015 W3C Candidate Recommendation of Web Storage (Second Edition). If you wish to submit bugs regarding this document in a manner that is tracked by the W3C, please submit them via using our public bug database or GitHub issues. You can also e-mail feedback to public-webapps@w3.org (subscribe, archives), or whatwg@whatwg.org (subscribe, archives). All feedback is welcome.
>
> The W3C Web Applications Working Group is the W3C working group responsible for this specification's progress along the W3C Recommendation track. The Working Group expects to advance this specification to Recommendation status.
>
> This specification is expected to advance to Proposed Recommendation by 07 July 2015. To exit the Candidate Recommendation stage, the Web Applications Working Group will need to document a sufficient level of user-agent conformance with the requirements in the specification, as measured through the Test Suite for this spec.
>
> The following changes were made to this specification after Web Storage was published as a W3C Recommendation on 30 July 2013:The IDL of the Storage interface and the StorageEvent was updated. The getter of the Storage interface and the key of the StorageEvent are Nullable in this document; The security section in LocalStorage was removed. The original version claimed that user agents must throw a SecurityError whenever any of the members of a Storage object originally returned by the localStorage attribute are accessed by scripts whose effective script origin is not the same as the origin of the Document of the Window object on which the localStorage attribute was accessed.
>
>
>
> We expect the functionality specified in this CR (and the future PR/REC) will not be affected by changes to DOM4 or Web IDL as those specifications proceed to Recommendation.
>
> 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 August 2014 W3C Process Document.
>

Received on Tuesday, 9 June 2015 18:25:35 UTC