Re: [heycam/webidl] "For `DOMExceptions`" (#255)

Digging into, it turns out there was both a DOMException dfn and DOMException IDL type prior to the Bikeshed conversion, so I must have borked that on the way. :-/

Thoughts on moving back to that distinction? We either want to do this or fix some of the now barely sensical sentences such as:

```
IDL {{DOMException}} values are represented
by platform objects for {{DOMException|DOMExceptions}}.
```

Which [originally read](https://cdn.rawgit.com/heycam/webidl/dd77b1907e6af7ec27ff67edfb38f892f2fde3a8/index.html#es-DOMException):

```
IDL {{DOMException}} values are represented
by platform objects for [=DOMExceptions=].
```

-- 
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/255#issuecomment-267003105

Received on Wednesday, 14 December 2016 10:47:47 UTC