- From: Tab Atkins Jr. <notifications@github.com>
- Date: Fri, 28 Oct 2016 13:47:32 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 28 October 2016 20:48:17 UTC
Yes, as I keep telling you, Bikeshed first tries to link to local things, and `<a>origin</a>` is an autolink that filters for `text=origin; type=dfn;`, which successfully matches against the local `<dfn for="ForeignFetchEvent">origin</dfn>` you have in the spec. `<a for=/>origin</a>`, or `[=/origin=]`, additionally specifies that you want the `for=/;`, which makes the local no longer match, and then it finds the foreign dfn from HTML. -- 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/995#issuecomment-257024314
Received on Friday, 28 October 2016 20:48:17 UTC