Re: [whatwg/fullscreen] Rephrase: 3.12 While the first element in fullscreenElements is ... (#144)

Could someone help me? master(HEAD:https://github.com/whatwg/fullscreen/commit/7ecd70946501abb8692bbf8ce72fa2b8d3ccf3ac) branch building emits some errors.
```
$ make local
bikeshed spec fullscreen.bs fullscreen.html --md-Text-Macro="SNAPSHOT-LINK LOCAL COPY"
LINK ERROR: Multiple possible 'browsing context' dfn refs for '/'.
Arbitrarily chose https://html.spec.whatwg.org/multipage/browsers.html#browsing-context

The following refs show up multiple times in their spec, in a way that Bikeshed can't distinguish between. Either create a manual link, or ask the spec maintainer to add disambiguating attributes (usually a for='' attribute to all of them).
spec:html; type:dfn; for:/; text:browsing context
  https://html.spec.whatwg.org/multipage/browsers.html#browsing-context

  https://html.spec.whatwg.org/multipage/window-object.html#window-bc

<a data-link-for="/" data-link-type="dfn" data-lt="browsing context">browsing context</a>
LINK ERROR: Multiple possible 'browsing contexts' dfn refs for '/'.
Arbitrarily chose https://html.spec.whatwg.org/multipage/browsers.html#browsing-context

The following refs show up multiple times in their spec, in a way that Bikeshed can't distinguish between. Either create a manual link, or ask the spec maintainer to add disambiguating attributes (usually a for='' attribute to all of them).
spec:html; type:dfn; for:/; text:browsing context
  https://html.spec.whatwg.org/multipage/browsers.html#browsing-context

  https://html.spec.whatwg.org/multipage/window-object.html#window-bc

<a data-link-for="/" data-link-type="dfn" data-lt="browsing contexts">browsing contexts</a>
 ✔  Successfully generated, with 2 linking errors
```

Is it ok with 2 linking errors like log above? I don't have any local changes.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/144#issuecomment-466246682

Received on Friday, 22 February 2019 02:17:16 UTC