Re: [whatwg/fullscreen] Fix logical error of filling fullscreenElements (3.12) (#145)

CI tool emits similar log with my local "make deploy":
```
$ make deploy 
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  8555  100  8555    0     0   5684      0  0:00:01  0:00:01 --:--:--  5688
bash ./deploy.sh
Running a local deploy into fullscreen.spec.whatwg.org directory

Running deploy for commit: 23899b4442ba622c0024ce4f5c6f4b02c24f7fe2

Linting the source:
All good

Starting commit snapshot...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 31022    0   795  100 30227    383  14562  0:00:02  0:00:02 --:--:-- 14567
Error running preprocessor, returned code: 1.
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>
 ✘  Did not generate, due to fatal errorsMakefile:8: recipe for target 'deploy' failed
make: *** [deploy] Error 22
```

It's not from my patch, but should I resolve LINK ERROR first?

-- 
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/pull/145#issuecomment-466257984

Received on Friday, 22 February 2019 03:12:24 UTC