- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 24 Oct 2016 09:39:01 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Message-ID: <w3c/ServiceWorker/pull/995@github.com>
Hoping to get @tabatkins help on a couple things that are still not going right, and also HTML needs to add a few more terms so we can get rid of the pre class=anchors section for HTML.
Error 1:
```
[1;33mLINK ERROR:[0m Multiple possible 'dfn' refs for 'browsing context'.
Arbitrarily chose the one in html.
If this is wrong, insert one of the following lines into a <pre class=link-defaults> block:
spec:html; type:dfn; text:browsing context
spec:html; type:dfn; for:Document; text:browsing context
```
This is confusing since I was hoping that without any for="", it would pick the normal browsing context one. It didn't, which is sad, but I vaguely remember that being a policy design. So instead I added an explicit link default. But Bikeshed is still complaining.
Error 2:
For some reason it really wants to link `<a>origin</a>` to ForeignFetchEvent's origin, despite me changing that `<dfn>` to have a for="".
You can view, comment on, or merge this pull request online at:
https://github.com/w3c/ServiceWorker/pull/995
-- Commit Summary --
* DO NOT MERGE: using better link defaults
-- File Changes --
M docs/index.bs (202)
M docs/index.html (116)
-- Patch Links --
https://github.com/w3c/ServiceWorker/pull/995.patch
https://github.com/w3c/ServiceWorker/pull/995.diff
--
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
Received on Monday, 24 October 2016 16:39:42 UTC