- From: Taylor Brandstetter via GitHub <sysbot+gh@w3.org>
- Date: Thu, 15 Jun 2017 20:54:57 +0000
- To: public-webrtc-logs@w3.org
Giving them different `id=`s doesn't prevent the "duplicate definition" error. But something I just tried which seems to work is `[<dfn>[FooBar]</dfn>]` (in other words, enclose one set of `[]`s in the definition). Not sure if this would be considered a hack or an acceptable solution. Enclosing both sets of `[]`s in the definition almost works, but it tries to create a bibliography link (like it does for `[[JSEP]]`). I could work around this by adding extra spaces (`<dfn>[[ FooBar ]]</dfn>`). But again, this feels like a hack. -- GitHub Notification of comment by taylor-b Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1112#issuecomment-308863053 using your GitHub account
Received on Thursday, 15 June 2017 20:55:03 UTC