Warning:
This wiki has been archived and is now read-only.

Main Page

From HTML Editing APIs
Jump to: navigation, search

The HTML Editing APIs Community Group is scoped to discuss work on APIs and other functionality related to rich-text HTML editing, such as:

  1. the contenteditable and designMode attributes
  2. the execCommand(), queryCommandEnabled(), queryCommandIndeterm(), queryCommandState(), queryCommandSupported(), and queryCommandValue() methods on the Document interface
  3. what exact effect user actions (such as typing text or hitting Enter) should have on rich-text editable regions
  4. the Selection interface
  5. spellcheck for rich-text editable regions, and
  6. other functionality related to the foregoing.

The group is expected to work on writing high-quality, detailed technical specifications suited for implementation by major browsers. It will start work with the preliminary specification hosted at http://aryeh.name/spec/editing/editing.html, and later add the Selection part of http://html5.org/specs/dom-range.html, both of which have been developed entirely outside the W3C and are not close to interoperable implementation. The group's deliverables are expected to be submitted to the Recommendation track in the WebApps WG after they mature sufficiently.

Specifications

Discussion and Feedback

Use Cases and Requirements

Research