Re: [w3c/ServiceWorker] Extend attribute ref with link to external spec (#1144)

Because this definition doesn't have an explicit `data-dfn-type`, Shepherd kicks into heuristic mode, which detects the `id="dom-Interface-something"` pattern and infers that it's an attribute of the WorkerGlobalScope.  Thus its type ends up being `attribute`, rather than `dfn`, so that autolinking syntax won't pick it up.

(You can see it by running `bikeshed refs --text=closing --for=WorkerGlobalScope` - the reference shows up properly, but with a `type: attribute` line.)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1144#issuecomment-304991152

Received on Tuesday, 30 May 2017 20:02:26 UTC