Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #347 from w3c/update-relevant-realm-handling
For created objects, `this`'s relevant realm is of interest, rather than its relevant global object. Also, link out to WebIDL's `this` definition instead of referencing it explicitly. Also, note that objects are created in the relevant realm of `this` by default, rather than mentioning it everywhere. And finally, refer to the "create an ArrayBuffer" algorithm of WebIDL, rather than constructing `ArrayBuffer` objects ourselves.
- Loading branch information