- From: Timothy Gu <notifications@github.com>
- Date: Wed, 04 Oct 2017 12:01:05 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 4 October 2017 19:01:27 UTC
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