You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-13Lines changed: 2 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -53,19 +53,8 @@ The common steps to send a pull request are:
53
53
54
54
### When should a DOM API be included here?
55
55
56
-
If a DOM API is still a draft, it belongs on [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped#readme).
57
-
When it graduates past draft stage, it can be added here and removed from DefinitelyTyped.
58
-
A feature is considered a draft if:
59
-
60
-
#### W3C
61
-
62
-
A Working Draft should go on DefinitelyTyped.
63
-
A feature that is a Candidate Recommendation (or has passed that stage) should be added here.
64
-
65
-
#### WhatWG
66
-
67
-
A "Working Draft" ([example](https://whatwg.org/specs/web-controls/current-work/)) should go on DefinitelyTyped.
68
-
A "Living Standard" ([example](https://xhr.spec.whatwg.org/)) should be added here.
56
+
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).
57
+
When it gets multiple implementations and a proper specification, it can be added here and removed from DefinitelyTyped.
0 commit comments