DOM/WebIDL Review Checklist: Difference between revisions

Minor edit to the exception throwing bit.
(→‎Spec makes sense: review exceptions)
(Minor edit to the exception throwing bit.)
Line 14: Line 14:
* 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.
* <code>Exposed</code> values should make sense.
* <code>Exposed</code> values should make sense.
* The order of exceptions should be defined.
* The order in which checks that lead to exceptions being thrown happen  should be defined in cases when the method can have multiple exceptional conditions.
* The spec should almost certainly not be using the term "active document".  If it is, think extra carefully about what happens when that document is not same-origin with any of the other things the spec is talking about.
* The spec should almost certainly not be using the term "active document".  If it is, think extra carefully about what happens when that document is not same-origin with any of the other things the spec is talking about.


308

edits