DOM/WebIDL Review Checklist
< DOM
Jump to navigation
Jump to search
A review checklist for DOM Peers while doing WebIDL reviews. Not yet complete.
- If the API has [Exposed=SomethingOtherThanWindow]:
- Audit the API implementation to make sure it doesn't assume the existence of a Window or a Document
- Require basic test coverage for each of the contexts in which the API is exposed.