- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 15 May 2017 16:58:06 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 15 May 2017 23:58:44 UTC
domenic commented on this pull request. > @@ -10624,11 +10632,8 @@ The [=return type=] of the [=default toJSON operation=] must be {{object}}. [=list|for each=] [=exposed=] [=regular attribute=] |attr| that is an [=interface member=] of |I|, in order: 1. Let |id| be the [=identifier=] of |attr|. - 1. Let |value| be the underlying value of |attr|. - 1. Let |value| be the result of performing the actions listed in the - description of |attr| that occur on getting (or those listed in the description - of the inherited attribute, if this attribute is declared to - [=inherit its getter=]), on |O|. + 1. Let |value| be the result of [=get the underlying value|getting the underlying value=] + of |attr| for |O|. Can we use this in the other place with similar wording as well? -- 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/pull/323#pullrequestreview-38263480
Received on Monday, 15 May 2017 23:58:44 UTC