Re: [w3c/ServiceWorker] DO NOT MERGE: using better link defaults (#995)

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