Information

  • The Web Platform Working Group was closed on 14 April 2022.

Web Platform Working Group - Publications

Recommendations

- history

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.

- history

API that provides scripted access to raw mouse movement data while locking the target of mouse events to a single element and removing the cursor from view.

Working Drafts

- history

This specification defines various APIs for programmatic access to HTML and generic XML parsers by web applications for use in parsing and serializing DOM nodes.

Retired specifications