[whatwg/webidl] Export getter/setter steps, and note the tools you have access to when defining them. (PR #1130)

I was surprised and glad to see that getters/setters have defined terminology to work from now, but unfortunately the dfns weren't exported.

I also initially wrote my algos explicitly taking in a |this| (and a |val| for the setters) and only coincidentally remembered that [=this=] exists, which is also when I learned that [=the given value=] exists. To help myself and others in the future, I've dropped a Note here to remind of their existence, since the terms are defined elsewhere in the spec and not linked anywhere nearby.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/webidl/pull/1130

-- Commit Summary --

  * Export getter/setter steps, and note the tools you have access to when defining them.

-- File Changes --

    M index.bs (8)

-- Patch Links --

https://github.com/whatwg/webidl/pull/1130.patch
https://github.com/whatwg/webidl/pull/1130.diff

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

Message ID: <whatwg/webidl/pull/1130@github.com>

Received on Tuesday, 26 April 2022 17:23:58 UTC