Re: [heycam/webidl] Enumeration order of interface members (#432)

Or we can just enforce the relative order of members declared in the definition of an interface in a single IDL fragment, though that does cause questions like this:

```webidl
interface A {
  DOMString a();
  DOMString b();
  DOMString a(DOMString arg);
};
```

-- 
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/issues/432#issuecomment-334257158

Received on Wednesday, 4 October 2017 19:01:27 UTC