Re: [heycam/webidl] Re-align DOMException objects with what is implemented (#378)

@tabatkins can you help with the following Bikeshed error?

```
LINK ERROR: Multiple possible 'dfn' local refs for 'stringification behavior'.
Arbitrarily chose the one with type 'dfn' and for ''.
<a data-link-type="dfn" data-lt="stringification behavior">stringification behavior</a>
```

I think I'm doing everything right:

```html
The <dfn dfn for="DOMException">stringification behavior</dfn> is to return the concatenation of
this {{DOMException}} object's [=DOMException/name=], ": ", and this {{DOMException}} object's
[=DOMException/message=].
```

-- 
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/378#issuecomment-311731726

Received on Wednesday, 28 June 2017 17:32:40 UTC