Case-sensitive <dfn> in ReSpec

Hey all,

I have two term definitions that differ in case:

<dfn>Method</dfn> - a set
<dfn>method</dfn> - a set function

When I reference them using <a>Method</a> and <a>method</a>, the
generated link always leads to the first definition.

Why is the matching case-insensitive?

And can I work around it somehow by adding explicit IDs? E.g. <dfn
id="method-set">Method</a>, but I couldn't find an attribute that
references @id.

Thanks.

Martynas

Received on Wednesday, 21 December 2016 12:15:06 UTC