Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build warnings #602

Closed
dirkschulze opened this issue Dec 2, 2018 · 1 comment
Closed

Build warnings #602

dirkschulze opened this issue Dec 2, 2018 · 1 comment

Comments

@dirkschulze
Copy link
Contributor

dirkschulze commented Dec 2, 2018

A fresh build gives following build warnings:

conform.html:354:68: warning: ambiguous name "href" matching multiple attributes
struct.html:653:36: warning: ambiguous name "href" matching multiple attributes
linking.html:151:54: warning: ambiguous name "href" matching multiple attributes
linking.html:286:21: warning: ambiguous name "href" matching multiple attributes
linking.html:300:31: warning: ambiguous name "href" matching multiple attributes
linking.html:301:23: warning: ambiguous name "href" matching multiple attributes
linking.html:376:20: warning: ambiguous name "href" matching multiple attributes
linking.html:453:12: warning: ambiguous name "href" matching multiple attributes
linking.html:476:30: warning: ambiguous name "href" matching multiple attributes
linking.html:568:39: warning: ambiguous name "href" matching multiple attributes
@AmeliaBR
Copy link
Contributor

Well, for the life of me I can't figure out what changed to have these warnings show up now and not on previous builds, but the issue is that these are references to a generic href attribute without an element context, and definitions.xml only defines href attributes for specific elements (because they usually have element-specific definitions about what they do).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants