- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 14 May 2020 05:14:08 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 14 May 2020 12:14:21 UTC
@annevk commented on this pull request. > @@ -2634,8 +2637,17 @@ Multiple [=constructor operations=] may appear on a given [=interface=]. For each [=constructor operation=] on the [=interface=], there will be a way to attempt to construct an instance by passing the specified arguments. -The prose definition of a [=constructor operation=] must either initialize the value passed as -<b>[=this=]</b>, or throw an exception. +The constructor description of a [=constructor operation=] must either initialize the value passed +as [=this=], or throw an exception. + +The <dfn>constructor steps</dfn> of a constructor _constructor_ should be introduced using text of Hopefully fixed. -- 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/882#discussion_r425088999
Received on Thursday, 14 May 2020 12:14:21 UTC