- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 28 Jun 2017 10:32:08 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 28 June 2017 17:32:40 UTC
@tabatkins can you help with the following Bikeshed error? ``` [1;33mLINK ERROR:[0m 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