[heycam/webidl] Fix ambiguity within the [SecureContext] section (#465)

It would be clearer if the generic term "exposed" and the "exposed" [formal definition][1] would be easier to distinguish from each other, optimally not share the same name.

To fix this ambiguity within the [[SecureContext]][2] section, how about rename:

>it indicates that the construct is exposed only within a secure context.

Into:

>it is [available only in secure contexts][3].

There are many occurrences of "exposed" using both the meanings in WebIDL (and elsewhere), but that refactor is out of scope for this particular issue.

[1]: https://heycam.github.io/webidl/#dfn-exposed
[2]: https://heycam.github.io/webidl/#SecureContext
[3]: https://heycam.github.io/webidl/#dfn-available-only-in-secure-contexts


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/465

Received on Tuesday, 17 October 2017 12:00:06 UTC