errors due to cross-ref link to CredentialRequestOptions ?

when presently building the spec in master branch, I see these errors..

###
 > curl https://api.csswg.org/bikeshed/ -F file=@index.bs -F force=1 -F 
output=err
\033[1;33mLINK ERROR:\033[0m Multiple possible 'idl' refs for 
'CredentialRequestOptions'.
Arbitrarily chose the one in webappsec-credential-management-1.
If this is wrong, insert one of the following lines into a <pre 
class=link-defaults> block:
spec:webappsec-credential-management-1; type:dictionary; for:/; 
text:CredentialRequestOptions
spec:webappsec-credential-management-1; type:dictionary; for:/; 
text:CredentialRequestOptions
spec:webappsec-credential-management-1; type:dictionary; for:/; 
text:CredentialRequestOptions
<a data-link-type="idl" 
data-lt="CredentialRequestOptions">CredentialRequestOptions</a>
\033[1;33mLINK ERROR:\033[0m Multiple possible 'dictionary' refs for 
'CredentialRequestOptions'.
Arbitrarily chose the one in webappsec-credential-management-1.
If this is wrong, insert one of the following lines into a <pre 
class=link-defaults> block:
spec:webappsec-credential-management-1; type:dictionary; for:/; 
text:CredentialRequestOptions
spec:webappsec-credential-management-1; type:dictionary; for:/; 
text:CredentialRequestOptions
spec:webappsec-credential-management-1; type:dictionary; for:/; 
text:CredentialRequestOptions
<a data-link-type="dictionary" data-lt="CredentialRequestOptions" 
class="nv">CredentialRequestOptions</a>
\033[1;33mLINK ERROR:\033[0m Multiple possible 'idl' refs for 
'CredentialRequestOptions'.
Arbitrarily chose the one in webappsec-credential-management-1.
If this is wrong, insert one of the following lines into a <pre 
class=link-defaults> block:
spec:webappsec-credential-management-1; type:dictionary; for:/; 
text:CredentialRequestOptions
spec:webappsec-credential-management-1; type:dictionary; for:/; 
text:CredentialRequestOptions
spec:webappsec-credential-management-1; type:dictionary; for:/; 
text:CredentialRequestOptions
<a data-link-type="idl" data-lt="CredentialRequestOptions" 
data-link-for-hint="PublicKeyCredential/[[DiscoverFromExternalSource]](options)">CredentialRequestOptions</a>
\033[7;32m ✔ \033[0m Successfully generated, with 3 linking errors
###

I did add..

spec:webappsec-credential-management-1; type:dictionary; for:/; 
text:CredentialRequestOptions

..to the <pre class=link-defaults> block per above suggestions but the 
errors persist :(

thoughts?

thx

=JeffH

Received on Tuesday, 16 May 2017 20:05:54 UTC