Skip to content

Commit

Permalink
Editorial: fix note
Browse files Browse the repository at this point in the history
  • Loading branch information
tobie committed Jan 4, 2018
1 parent 3bcebf8 commit d28856d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -9532,13 +9532,12 @@ a [=promise type=].
Note: Previously, the [{{NoInterfaceObject}}] [=extended attribute=] could also be used
to annotate [=interfaces=], which other [=interfaces=] could then implement
(using the defunct "implements statement") as if they were mixins.
There is now dedicated syntax to cater for this
There is now dedicated syntax to cater for this use case
in the form of [=interface mixins=] and [=includes statements=].
Using the [{{NoInterfaceObject}}] [=extended attribute=]
for this purpose is no longer supported.
Specifications which still do are strongly encouraged
to migrate to [=interface mixins=] as soon as possible.
Until all specifications have migrated.
</div>

If the [{{NoInterfaceObject}}] [=extended attribute=] appears on an [=interface=],
Expand Down

0 comments on commit d28856d

Please sign in to comment.