- From: Tobie Langel <notifications@github.com>
- Date: Mon, 26 Feb 2018 10:49:21 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 26 February 2018 18:49:44 UTC
tobie commented on this pull request. > - \[[Prototype]] [=internal slot=] whose value is returned from - the following steps: - - 1. If |A| is declared to inherit from another interface, then return the - [=interface prototype object=] - for the inherited interface. - 1. Otherwise, if |A| is declared with the [{{LegacyArrayClass}}] - extended attribute, then return {{%ArrayPrototype%}}. - 1. Otherwise, return {{%ObjectPrototype%}}. +<div algorithm> + The [=named properties object=] for a given [=interface=] |interface| and [=Realm=] |realm|, + is <dfn lt="create a named properties object">created</dfn> as follows: + + 1. Let |proto| be null. + 1. If |interface| is declared to inherit from another interface, + then set |proto| to the [=interface prototype object=] in |realm| for the inherited interface. Fixed in https://github.com/heycam/webidl/pull/494/commits/7aab506b677b0484740b146aa405cc0bb088d346. -- 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/494#discussion_r170695169
Received on Monday, 26 February 2018 18:49:44 UTC