We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened?
We recently tried to switch the DCAT specification to respec-w3c, as per https://github.com/w3c/respec/issues/2889
respec-w3c
After that, we saw that the ORCID SVG icon is not showing up for some of the editors.
You can check the differences by comparing these two versions:
respec-w3c-common
The editor's data in config.js are all specified consistently, so this should not be the problem:
config.js
https://raw.githack.com/w3c/dxwg/andrea-perego-fix-respec-w3c-common-warning/dcat/config.js
The only differences between the editors is that the ones without the ORCID icon have fields url and companyURL set.
url
companyURL
Expected behavior (e.g., it shouldn't crash):
ORCID icon showing up for all editors having an ORCID.
Optional, steps to reproduce:
The text was updated successfully, but these errors were encountered:
Thanks for addressing this issue, @sidvishnoi .
However, the ORCID icons are not showing up yet:
https://raw.githack.com/w3c/dxwg/andrea-perego-fix-respec-w3c-common-warning/dcat/index.html
I guess this is because no new built was created (the current one in GH is still v25.16.4).
Do you know when this will happen?
Sorry, something went wrong.
Hey, I just released with this fix. Should be fine now :)
Yep. Confirmed. Thanks a lot, @sidvishnoi !
Successfully merging a pull request may close this issue.
Important info
Description of problem
What happened?
We recently tried to switch the DCAT specification to
respec-w3c
, as per https://github.com/w3c/respec/issues/2889After that, we saw that the ORCID SVG icon is not showing up for some of the editors.
You can check the differences by comparing these two versions:
respec-w3c
- ORCID icon missing from some editors: https://raw.githack.com/w3c/dxwg/andrea-perego-fix-respec-w3c-common-warning/dcat/index.htmlrespec-w3c-common
- ORCID icon shown correcly: https://w3c.github.io/dxwg/dcat/The editor's data in
config.js
are all specified consistently, so this should not be the problem:https://raw.githack.com/w3c/dxwg/andrea-perego-fix-respec-w3c-common-warning/dcat/config.js
The only differences between the editors is that the ones without the ORCID icon have fields
url
andcompanyURL
set.Expected behavior (e.g., it shouldn't crash):
ORCID icon showing up for all editors having an ORCID.
Optional, steps to reproduce:
The text was updated successfully, but these errors were encountered: