- From: Daniel Ehrenberg <notifications@github.com>
- Date: Wed, 12 Dec 2018 08:58:54 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 12 December 2018 16:59:15 UTC
littledan commented on this pull request. > +<div algorithm> + An ECMAScript value |value| <dfn id="es-is-platform-object">is a platform object</dfn> + if [$Type$](|value|) is Object and if |value| has a \[[PrimaryInterface]] internal slot. +</div> + +<div algorithm> + An ECMAScript value |value| <dfn export>implements</dfn> an [=interface=] |interface| + if |value| [=is a platform object=] and one of the following is true: + <ul> + <li>|value|.\[[PrimaryInterface]] is |interface|.</li> + <li>The set of [=inherited interfaces=] of |value|.\[[PrimaryInterface]] contains |interface|.</li> + </ul> +</div> + +<div class="note"> + Specifications use various wordings to reference the "[=implements=]" algorithm, Adopted -- 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/595#discussion_r241099878
Received on Wednesday, 12 December 2018 16:59:15 UTC