Skip to content

Commit 446d512

Browse files
davidlehnmsporny
authored andcommitted
Fix tags.
- Add missing li start tag. - Fix closing p tags. - Fix starting a tag.
1 parent d6b364b commit 446d512

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ <h3>Use Cases and Requirements</h3>
412412
<li>
413413
<a>Credentials</a> represent statements made by an <a>issuer</a>.
414414
</li>
415+
<li>
415416
<a>Verifiable credentials</a> represent statements made by an <a>issuer</a> in
416417
a tamper-evident and privacy-respecting manner.
417418
</li>
@@ -2828,7 +2829,7 @@ <h3>Terms of Use</h3>
28282829
using the information provided to correlate the <a>holder</a> or <a>subject</a>
28292830
using a third-party service. If the <a>verifier</a> were to use a third-party
28302831
service for correlation, they would violate the terms under which the
2831-
</a>holder</a> created the <a>presentation</a>.
2832+
<a>holder</a> created the <a>presentation</a>.
28322833
</p>
28332834

28342835
<p>
@@ -5020,7 +5021,7 @@ <h3>Language and Base Direction</h3>
50205021
The text above would most likley be rendered incorrectly as left-to-right
50215022
without the explicit expression of language and direction because many systems
50225023
use the first character of a text string to determine text direction.
5023-
<p>
5024+
</p>
50245025

50255026
<p>
50265027
Implementers utilizing JSON-LD are strongly urged to
@@ -5910,7 +5911,7 @@ <h4>Issuer Authorizes Holder</h4>
59105911
that verifiable credentials are likely to be used to build authorization and
59115912
delegation systems. The following is one approach that might be appropriate for
59125913
some use cases.
5913-
<p>
5914+
</p>
59145915

59155916
<pre class="example nohighlight" title="A credential issued to a
59165917
holder who is not the (only) subject of the credential, who has no relationship with

0 commit comments

Comments
 (0)