Skip to content

Commit 3a0007b

Browse files
committed
Fix definition exports to stop Strudy errors in DI specs.
1 parent b031f8c commit 3a0007b

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

index.html

+7-18
Original file line numberDiff line numberDiff line change
@@ -523,18 +523,6 @@ <h2>Terminology</h2>
523523
<dd>
524524
The [=graph=] containing all [=claims=] that are not explicitly part of
525525
a [=named graph=].
526-
</dd>
527-
<dt><dfn data-lt="predicates|derived predicates">derived predicate</dfn></dt>
528-
<dd>
529-
A verifiable, boolean assertion about the value of another attribute in a
530-
[=verifiable credential=]. These are useful in zero-knowledge-proof-style
531-
[=verifiable presentations=] because they can limit information disclosure.
532-
For example, if a [=verifiable credential=] contains an attribute for
533-
expressing a specific height in centimeters, a derived predicate might reference
534-
the height attribute in the [=verifiable credential=] demonstrating that the
535-
[=issuer=] attests to a height value meeting the minimum height requirement,
536-
without actually disclosing the specific height value. For example, the
537-
[=subject=] is taller than 150 centimeters.
538526
</dd>
539527
<dt><dfn class="lint-ignore">digital signature</dfn></dt>
540528
<dd>
@@ -640,7 +628,7 @@ <h2>Terminology</h2>
640628
apply their own rules to determine which claims in which [=credentials=]
641629
are suitable for use by their systems.
642630
</dd>
643-
<dt><dfn class="export" data-lt="vc|vcs">verifiable credential</dfn></dt>
631+
<dt><dfn class="export">verifiable credential</dfn></dt>
644632
<dd>
645633
A verifiable credential is a tamper-evident credential that has authorship that
646634
can be cryptographically verified. Verifiable credentials can be used to build
@@ -656,7 +644,7 @@ <h2>Terminology</h2>
656644
registries, such as ones for UUIDs and public keys, might just act as namespaces
657645
for identifiers.
658646
</dd>
659-
<dt><dfn class="export" data-lt="vp|vps">verifiable presentation</dfn></dt>
647+
<dt><dfn class="export">verifiable presentation</dfn></dt>
660648
<dd>
661649
A verifiable presentation is a tamper-evident presentation encoded in such a way
662650
that authorship of the data can be trusted after a process of cryptographic
@@ -918,10 +906,11 @@ <h3>Presentations</h3>
918906
</p>
919907

920908
<p>
921-
A [=verifiable presentation=] is <dfn>created</dfn> by a [=holder=], can express
922-
data from multiple [=verifiable credentials=], and can contain arbitrary additional
923-
data encoded as JSON-LD. They are used to present [=claims=] to a [=verifier=].
924-
It is also possible to present [=verifiable credentials=] directly.
909+
A [=verifiable presentation=] is <dfn class="lint-ignore">created</dfn> by a
910+
[=holder=], can express data from multiple [=verifiable credentials=], and can
911+
contain arbitrary additional data encoded as JSON-LD. They are used to present
912+
[=claims=] to a [=verifier=]. It is also possible to present [=verifiable
913+
credentials=] directly.
925914
</p>
926915

927916
<p>

0 commit comments

Comments
 (0)