- From: Tobie Langel <notifications@github.com>
- Date: Tue, 10 Apr 2018 12:34:44 +0000 (UTC)
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 April 2018 12:35:08 UTC
tobie commented on this pull request.
> - 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=].
+ 1. Otherwise, if |interface| is declared with the [{{LegacyArrayClass}}] [=extended attribute=],
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/494#discussion_r180402854
Received on Tuesday, 10 April 2018 12:35:08 UTC