- From: Emil Lundberg via GitHub <sysbot+gh@w3.org>
- Date: Fri, 31 May 2019 15:43:46 +0000
- To: public-webauthn@w3.org
@equalsJeffH Please advise on the remaining 4 issues: - [ ] Disambiguate imported definition `[=browsing context=]` ``` LINK ERROR: Multiple possible 'browsing context' dfn refs. Arbitrarily chose https://html.spec.whatwg.org/multipage/browsers.html#browsing-context To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block: spec:html; type:dfn; for:/; text:browsing context spec:html; type:dfn; for:Document; text:browsing context spec:html; type:dfn; for:Window; text:browsing context [=browsing context=] ``` - [ ] Disambiguate imported definition `[=feature policy=]` ``` LINK ERROR: Multiple possible 'feature policy' dfn refs. Arbitrarily chose https://html.spec.whatwg.org/multipage/infrastructure.html#concept-feature-policy To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block: spec:html; type:dfn; for:Document; text:feature policy 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:feature policy https://html.spec.whatwg.org/multipage/infrastructure.html#concept-feature-policy https://html.spec.whatwg.org/multipage/infrastructure.html#concept-policy-controlled-feature [=feature policy=] ``` - [ ] Export or un-`<dfn>` the term `indicates success` It looks to me like the purpose of this is create a hyperlink anchor, is that correct? ``` WARNING: Unexported dfn that's not referenced locally - did you mean to export it? <dfn data-dfn-for="CreateCred-AuthnrSuccess" data-dfn-type="dfn" id="createcred-authnrsuccess-indicates-success" data-lt="indicates success" data-noexport="by-default">indicates success<a class="self-link" href="#createcred-authnrsuccess-indicates-success"></a></dfn> ``` - [ ] Export the term `webauthn-feature`? ``` WARNING: Unexported dfn that's not referenced locally - did you mean to export it? <dfn data-lt="webauthn-feature" data-dfn-type="dfn" id="webauthn-feature" data-noexport="by-default">webauthn<a class="self-link" href="#webauthn-feature"></a></dfn> ``` -- GitHub Notification of comment by emlun Please view or discuss this issue at https://github.com/w3c/webauthn/pull/1225#issuecomment-497758209 using your GitHub account
Received on Friday, 31 May 2019 15:43:48 UTC