Skip to content

Commit e3c4ba5

Browse files
committed
Fix invalid ReSpec linting errors.
1 parent 6365ed6 commit e3c4ba5

File tree

1 file changed

+28
-25
lines changed

1 file changed

+28
-25
lines changed

index.html

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
//subtitle: "Expressing information with verifiable provenance",
2828

2929
// if you wish the publication date to be other than today, set this
30-
publishDate: "2021-11-09",
30+
publishDate: "2022-03-03",
3131
//crEnd: "2019-08-21",
3232
//prEnd: "2019-10-01",
3333
implementationReportURI: "https://w3c.github.io/vc-test-suite/implementations/",
@@ -552,9 +552,10 @@ <h3>Use Cases and Requirements</h3>
552552
</p>
553553

554554
<p>
555-
A <dfn>conforming processor</dfn> is any algorithm realized as software and/or
556-
hardware that generates or consumes a <a>conforming document</a>. Conforming
557-
processors MUST produce errors when non-conforming documents are consumed.
555+
A <dfn class="lint-ignore">conforming processor</dfn> is any algorithm realized
556+
as software and/or hardware that generates or consumes a <a>conforming
557+
document</a>. Conforming processors MUST produce errors when non-conforming
558+
documents are consumed.
558559
</p>
559560

560561
<p>
@@ -630,10 +631,10 @@ <h2>Core Data Model</h2>
630631
<h3>Claims</h3>
631632

632633
<p>
633-
A <a>claim</a> is a statement about a <a>subject</a>. A <a>subject</a> is
634-
a thing about which <a>claims</a> can be made. <a>Claims</a> are expressed using
635-
<strong><em>subject</em></strong>-<dfn data-lt="property|properties">property</dfn>-<dfn>value</dfn>
636-
relationships.
634+
A <a>claim</a> is a statement about a <a>subject</a>. A <a>subject</a> is a
635+
thing about which <a>claims</a> can be made. <a>Claims</a> are expressed using
636+
<strong><em>subject</em></strong>-<dfn data-lt="property|properties">
637+
property</dfn>-<dfn class="lint-ignore">value</dfn> relationships.
637638
</p>
638639

639640
<figure id="basic-structure">
@@ -1073,7 +1074,7 @@ <h3>Contexts</h3>
10731074
</p>
10741075

10751076
<dl>
1076-
<dt><dfn>@context</dfn></dt>
1077+
<dt><dfn class="lint-ignore">@context</dfn></dt>
10771078
<dd>
10781079
The value of the <code>@context</code> <a>property</a> MUST be an ordered set
10791080
where the first item is a <a>URI</a> with the value
@@ -1193,7 +1194,7 @@ <h3>Identifiers</h3>
11931194
</p>
11941195

11951196
<dl>
1196-
<dt><dfn>id</dfn></dt>
1197+
<dt><dfn class="lint-ignore">id</dfn></dt>
11971198
<dd>
11981199
The value of the <code>id</code> <a>property</a> MUST be a single <a>URI</a>.
11991200
It is RECOMMENDED that the <a>URI</a> in the <code>id</code> be one which, if
@@ -1700,11 +1701,12 @@ <h3>Proofs (Signatures)</h3>
17001701

17011702
<p>
17021703
This specification identifies two classes of proof mechanisms: external proofs
1703-
and embedded proofs. An <dfn>external proof</dfn> is one that wraps an
1704-
expression of this data model, such as a JSON Web Token, which is elaborated on
1705-
in Section <a href="#json-web-token"></a>. An <dfn>embedded proof</dfn> is a
1706-
mechanism where the proof is included in the data, such as a Linked Data
1707-
Signature, which is elaborated upon in Section <a href="#data-integrity-proofs"></a>.
1704+
and embedded proofs. An <dfn class="lint-ignore">external proof</dfn> is one
1705+
that wraps an expression of this data model, such as a JSON Web Token, which is
1706+
elaborated on in Section <a href="#json-web-token"></a>. An <dfn>embedded
1707+
proof</dfn> is a mechanism where the proof is included in the data, such as a
1708+
Linked Data Signature, which is elaborated upon in Section <a
1709+
href="#data-integrity-proofs"></a>.
17081710
</p>
17091711

17101712
<p>
@@ -2064,18 +2066,19 @@ <h3>Lifecycle Details</h3>
20642066

20652067
<ul>
20662068
<li>
2067-
An <a>issuer</a> <dfn data-lt="issue">issues</dfn> a
2069+
An <a>issuer</a> <dfn class="lint-ignore" data-lt="issue">issues</dfn> a
20682070
<a>verifiable credential</a> to a <a>holder</a>. Issuance always occurs before
20692071
any other actions involving a <a>credential</a>.
20702072
</li>
20712073
<li>
2072-
A <a>holder</a> might <dfn data-lt="transfers">transfer</dfn> one or more of
2073-
its <a>verifiable credentials</a> to another <a>holder</a>.
2074+
A <a>holder</a> might <dfn class="lint-ignore"
2075+
data-lt="transfers">transfer</dfn> one or more of its <a>verifiable
2076+
credentials</a> to another <a>holder</a>.
20742077
</li>
20752078
<li>
2076-
A <a>holder</a> <dfn data-lt="present">presents</dfn> one or more of its
2077-
<a>verifiable credentials</a> to a <a>verifier</a>, optionally inside a
2078-
<a>verifiable presentation</a>.
2079+
A <a>holder</a> <dfn class="lint-ignore" data-lt="present">presents</dfn> one or
2080+
more of its <a>verifiable credentials</a> to a <a>verifier</a>, optionally
2081+
inside a <a>verifiable presentation</a>.
20792082
</li>
20802083
<li>
20812084
A <a>verifier</a> <a>verifies</a> the authenticity of the presented
@@ -2084,11 +2087,11 @@ <h3>Lifecycle Details</h3>
20842087
of the <a>verifiable credentials</a>.
20852088
</li>
20862089
<li>
2087-
An <a>issuer</a> might <dfn data-lt="revoke">revoke</dfn> a
2090+
An <a>issuer</a> might <dfn class="lint-ignore" data-lt="revoke">revoke</dfn> a
20882091
<a>verifiable credential</a>.
20892092
</li>
20902093
<li>
2091-
A <a>holder</a> might <dfn data-lt="delete">delete</dfn> a
2094+
A <a>holder</a> might <dfn class="lint-ignore" data-lt="delete">delete</dfn> a
20922095
<a>verifiable credential</a>.
20932096
</li>
20942097
</ul>
@@ -2635,7 +2638,7 @@ <h3>Refreshing</h3>
26352638
example, <code>ManualRefreshService2018</code>) and its <code>id</code>, which
26362639
is the <a>URI</a> of the service. There is an expectation that machine readable
26372640
information needs to be retrievable from the URI. The precise content of
2638-
each refresh service is determined by the specific <code>refreshService</code>
2641+
each refresh service is determined by the specific <code>refreshService</code>
26392642
<a>type</a> definition.
26402643
</dd>
26412644
</dl>
@@ -5520,7 +5523,7 @@ <h3>Differences between Contexts, Types, and CredentialSchemas</h3>
55205523
properties, and cover some of the more specific use cases where it is possible
55215524
to use these features of the data model.
55225525
</p>
5523-
5526+
55245527
<p>
55255528
The <code>type</code> property is used to uniquely identify
55265529
the type of the <a>verifiable credential</a> in which it appears, i.e., to

0 commit comments

Comments
 (0)