Re: [heycam/webidl] Editorial: Note that interface mixins' elements are included among interface elements (#594)

domenic requested changes on this pull request.

A little tweak... Let's see if I can land this myself.

> @@ -1483,6 +1483,15 @@ and [=operations=] describe the behaviors that can be invoked on the object.
 [=Constants=] declare named constant values
 that are exposed as a convenience to users of objects in the system.
 
+<div class="note">
+
+    When an [=interface=] [=includes=] an [=interface mixin=], each [=member=]
+    of the interface mixin is also considered a member of the interface, but

```suggestion
    of the interface mixin is also considered a member of the interface. In contrast,
```

-- 
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/594#pullrequestreview-197268494

Received on Monday, 28 January 2019 21:30:08 UTC