- From: Darien Maillet Valentine <notifications@github.com>
- Date: Tue, 08 Oct 2019 18:25:03 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 9 October 2019 01:25:06 UTC
I’m guessing Bikeshed’s message is unrelated to the change here, unless I’m missing something very subtle. The dnfs associated with DOMException appear to have unique attribute/value combos: ```html <dfn for="DOMException">name</dfn> <dfn for="DOMException">message</dfn> <dfn constructor for="DOMException"><code>DOMException(|message|, |name|)</code></dfn> <dfn attribute for="DOMException"><code>name</code></dfn> <dfn attribute for="DOMException"><code>message</code></dfn> <dfn attribute for="DOMException"><code>code</code></dfn> (plus a bunch of consts) ``` -- 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/811#issuecomment-539776181
Received on Wednesday, 9 October 2019 01:25:06 UTC