308
edits
(Minor edit to the exception throwing bit.) |
(Add some suggestions from annevk to spec sanity section) |
||
Line 16: | Line 16: | ||
* 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 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. | ||
* The spec is being reasonable with its usage of incumbent/entry/current/relevant globals, settings objects, and so forth. | |||
* The spec handles origins that stringify to "null" correctly. | |||
== Implementation is correct == | == Implementation is correct == |
edits