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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,16 +64,20 @@ To give you a sense of whether we will accept changes, you can use these heurist
64
64
- Does the PR show examples of the changes being used in spec examples or reputable websites like MDN?
65
65
- Did this change come from an IDL update?
66
66
- 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?
67
68
68
69
#### Additions
69
70
70
71
> For example, adding a new spec or subsection via a new or updated IDL file
71
72
72
73
- 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
75
79
- 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?
0 commit comments