What happened?
We recently tried to switch the DCAT specification to respec-w3c, as per https://github.com/w3c/respec/issues/2889
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 - 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 and companyURL set.
Expected behavior (e.g., it shouldn't crash):
ORCID icon showing up for all editors having an ORCID.
Optional, steps to reproduce:
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?
Hey, I just released with this fix. Should be fine now :)
Yep. Confirmed. Thanks a lot, @sidvishnoi !