DOM/WebIDL Review Checklist: Difference between revisions

Add link to intent to implement
(Add a thing about intents to implement.)
(Add link to intent to implement)
Line 11: Line 11:


* The API should be easy to understand and use, and consistent.
* The API should be easy to understand and use, and consistent.
* There should be an intent to implement for the feature, and the reviewer should not be objecting to the intent.  In particular, this means checking whether other UAs plan to implement this spec, and if not why we're doing it.
* There should be an [https://wiki.mozilla.org/WebAPI/ExposureGuidelines#Intent_to_Implement intent to implement] for the feature, and the reviewer should not be objecting to the intent.  In particular, this means checking whether other UAs plan to implement this spec, and if not why we're doing it.
* Whether things are nullable or not needs to make sense.
* Whether things are nullable or not needs to make sense.
* Whether arguments and dictionary members are optional or not needs to make sense.
* Whether arguments and dictionary members are optional or not needs to make sense.
308

edits