You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The order of appearance of includes statements affects the order in which interface mixin are included by their host interface.
But "order of appearance of includes statements" is not really defined, since they can appear in multiple specifications.
As a data point, what Gecko does in practice right now (pre-mixin, in the "implements" and consequential interface world), is to sort the consequential interfaces by name, then include their members in that order.
The text was updated successfully, but these errors were encountered:
https://heycam.github.io/webidl/#idl-interface-mixins says:
But "order of appearance of includes statements" is not really defined, since they can appear in multiple specifications.
As a data point, what Gecko does in practice right now (pre-mixin, in the "implements" and consequential interface world), is to sort the consequential interfaces by name, then include their members in that order.
The text was updated successfully, but these errors were encountered: