Skip to content

Revise the condition to add specs #708

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 7, 2019
Merged
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
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,8 @@ The common steps to send a pull request are:

### When should a DOM API be included here?

If a DOM API is still a draft, it belongs on [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped#readme).
When it graduates past draft stage, it can be added here and removed from DefinitelyTyped.
A feature is considered a draft if:

#### W3C

A Working Draft should go on DefinitelyTyped.
A feature that is a Candidate Recommendation (or has passed that stage) should be added here.

#### WhatWG

A "Working Draft" ([example](https://whatwg.org/specs/web-controls/current-work/)) should go on DefinitelyTyped.
A "Living Standard" ([example](https://xhr.spec.whatwg.org/)) should be added here.
A feature is considered highly experimental if a DOM API lacks multiple implementations or a formal specification from W3C or WHATWG. Such a feature belongs on [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped#readme).
When it gets multiple implementations and a proper specification, it can be added here and removed from DefinitelyTyped.


## Code Structure
Expand Down