today, if you have:
[[html]] and <a data-cite="HTML">
Or variance in the above, ReSpec warns:
"[HTML] is referenced in 2 ways: ('HTML', 'html'). This causes duplicate entries in the References section."
This is annoying for a number of reasons:
Is this to be solved here or can it be a part of #1502 (module rewrite) ?
Same question
Can be solved whenever :) It should be fairly simple to fix.
WebIDL issue! I'd love to work on this please @marcoscaceres
Starting point is:
https://github.com/w3c/respec/blob/develop/src/core/inlines.js#L67-L87
And where the warning happens:
https://github.com/w3c/respec/blob/develop/src/core/biblio.js#L182-L189
Somewhere in the above (you whomever works on it), normalization of the reference needs to happen.
Accidentally closed. Reopening
Most helpful comment
Can be solved whenever :) It should be fairly simple to fix.