(editorial) change "Linked Data" to "LD"
"Linked Data Proofs" and "Linked Data Signatures" are referred to as "LD-Proofs" and "LD-Signatures" in the Data Model spec
@TallTed Hehe, though you are right to point out that "LD" matches the spec more, we're kind of stuck with the full "Linked Data" for the moment, especially in that generate.js file, since the only unique identifiers for the test results are their full titles, which include "Linked Data".
Basically, if we change the section names, it's going to throw off test result reporting (until all implementations re-run and re-submit their suites).
@dmitrizagidulin - Is it possible to quickly sed or similar over all relevant files? This mis-match seems likely to be problematic over time, when people are looking in the implementation report for implementations which reported support for feature X in the spec.
Ah, hmm, that's a good point. Do you mind doing that?
(Though first let me pull in the pending test report PRs)
@dmitrizagidulin - I can roll through all the files in the w3c/vc-test-suite repo, but my primary (all-but-exclusive) github interface is my web browser, so it will take some time and manual effort. Anyone who works through command-line git will be better equipped to do this.
No worries, I'll do it, then.
I think that resolves things in the correct way... but some other eyes would be good.
Thanks