- From: Tab Atkins Jr. <notifications@github.com>
- Date: Tue, 30 May 2017 13:01:10 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 30 May 2017 20:02:26 UTC
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