-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathabstract.hbs
31 lines (30 loc) · 1.07 KB
/
abstract.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<section id='abstract'>
<p>
The purpose of this test suite is to demonstrate a path to interoperability
for <a href="https://w3c.github.io/vc-bitstring-status-list/">Bitstring Status
List</a>.
</p>
<p>
The
<a href="https://github.com/w3c/vc-data-model-2.0-test-suite?tab=readme-ov-file#test-suite-http-api">test suite API</a>
requires raw JSON responses such that implementations
using VC JOSE/COSE or other enveloped response bodies are required to unwrap
the envelopes prior to responding. Consequently, in addition to the test
results below,
<a href="https://github.com/w3c/vc-bitstring-status-list-test-suite/issues/61">Tradeverifyd reports</a>
a successful implementation of every feature, including the ability to
host multiple statuses in a single list.
</p>
<style>
/* The "At Risk" section is currently hidden due to
Tradeverifyd's claim of support for every feature
*/
.tocxref[href="#At Risk"],
section#At\ Risk {
display: none;
}
.at-risk {
outline: none;
}
</style>
</section>