Skip to content

Commit 7b9af90

Browse files
committed
Update the docs with more nuanced guidelines
1 parent da8bc38 commit 7b9af90

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,20 @@ To give you a sense of whether we will accept changes, you can use these heurist
6464
- Does the PR show examples of the changes being used in spec examples or reputable websites like MDN?
6565
- Did this change come from an IDL update?
6666
- Does the change appear to be high-impact on a well-used API?
67+
- Would the changes introduce a lot of breaking changes to existing code in DT?
6768

6869
#### Additions
6970

7071
> For example, adding a new spec or subsection via a new or updated IDL file
7172
7273
- Does the new objects or fields show up in [mdn/browser-compat-data](https://github.com/mdn/browser-compat-data)? If not, it's likely too soon.
73-
- What stage of the [W3C process](https://en.wikipedia.org/wiki/World_Wide_Web_Consortium#Specification_maturation) is the proposal for these changes: We aim for Proposed recommendation, but can accept Candidate recommendation for stable looking proposals.
74-
- Are the additions available in at least two of Firefox, Safari and Chromium?
74+
- Is the IDL source from WHATWG?
75+
- Are the additions available in at least two of Firefox, Safari and Chromium?
76+
- Is the IDL source from W3C?
77+
- What stage of the [W3C process](https://en.wikipedia.org/wiki/World_Wide_Web_Consortium#Specification_maturation) is the proposal for these changes: We aim for Proposed recommendation, but can accept Candidate recommendation for stable looking proposals.
78+
- If it's at Working draft the additions available in all three of Firefox, Safari and Chromium
7579
- Could any types added at the global scope have naming conflicts?
76-
- Are the features going to be used by a lot of people?
80+
- Are the new features going to be used by a lot of people?
7781

7882
#### Removals
7983

0 commit comments

Comments
 (0)