- From: Changwan Hong <notifications@github.com>
- Date: Thu, 21 Feb 2019 18:16:55 -0800
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fullscreen/issues/144/466246682@github.com>
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