-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
I've got a Bikeshed document that attempts to use the term environment. I've got spec:html; type:dfn; for:/; text:environment in my link-defaults section. Bikeshed emits this warning (emphasis mine):
The following refs show up multiple times in their spec, in a way that Bikeshed can't distinguish between. Either create a manual link, or ask the spec maintainer to add disambiguating attributes (usually a
for=''attribute to all of them).
spec:html; type:dfn; for:/; text:environment
https://html.spec.whatwg.org/multipage/infrastructure.html#blob-url-entry-environment
https://html.spec.whatwg.org/multipage/semantics.html#link-options-environment
https://html.spec.whatwg.org/multipage/webappapis.html#environment
Could these definitions be tweaked so Bikeshed can figure out the right one to use? Thanks!