DOM/WebIDL Review Checklist: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Added Ehsan's checklist items)
No edit summary
Line 1: Line 1:
A review checklist for DOM Peers while doing WebIDL reviews. Not yet complete.
A review checklist for DOM Peers while doing WebIDL reviews. Not yet complete.


* Assuming the API is exposed to the Web (so especially non-b2g-only APIs), make sure the API follows the spec.
* The API should be easy to understand and use, and consistent.
* If the API has <code>[Exposed=SomethingOtherThanWindow]</code>:
* If the API has <code>[Exposed=SomethingOtherThanWindow]</code>:
** Audit the API implementation to make sure it doesn't assume the existence of a Window or a Document
** Audit the API implementation to make sure it doesn't assume the existence of a Window or a Document
Confirmed users
157

edits

Navigation menu