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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ To give you a sense of whether we will accept changes, you can use these heurist
69
69
70
70
> For example, adding a new spec or subsection via a new or updated IDL file
71
71
72
-
- 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
72
+
- 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
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
74
- Are the additions available in at least two of Firefox, Safari and Chromium?
75
75
- Could any types added at the global scope have naming conflicts?
@@ -79,7 +79,7 @@ To give you a sense of whether we will accept changes, you can use these heurist
79
79
80
80
> For example, removing a browser-specific section of code
81
81
82
-
- Do the remove objects or fields show up in [mdn/browser-compat-data](https://github.com/mdn/browser-compat-data)? If so, are they marked as deprecated?
82
+
- Do the removed objects or fields show up in [mdn/browser-compat-data](https://github.com/mdn/browser-compat-data)? If so, are they marked as deprecated?
83
83
- Does an internet search for the fields show results in blogs/recommendations?
84
84
- When was the deprecation (this can be hard to find) but was it at least 2 years ago if so?
0 commit comments