Skip to content

Commit

Permalink
html fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe committed Feb 26, 2024
1 parent 5bbe9f2 commit a3245c8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en">

<head>
<meta charset="utf-8" />
<meta charset="utf-8">
<title>Securing Verifiable Credentials using JOSE and COSE</title>
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
<script src="https://cdn.jsdelivr.net/gh/w3c/vc-jose-cose@206aac2e84847fa8f5c9601e11974e26ace4f9ac/plugin/dist/main.js"></script>
<script type="text/javascript" class="remove">
<script src="https://cdn.jsdelivr.net/gh/w3c/vc-jose-cose"></script>
<script class="remove">
// See https://github.com/w3c/respec/wiki/ for how to configure
// ReSpec
var respecConfig = {
Expand Down Expand Up @@ -667,7 +667,6 @@ <h2>COSE Header Parameters and CWT Claims</h2>
Additional members may be present as header parameters and claims.
If they are not understood, they MUST be ignored.
</p>
</section>
</section>

<section id="key_discovery" class="normative">
Expand Down Expand Up @@ -1738,7 +1737,6 @@ <h2>Privacy Considerations</h2>
</p>
</li>
</ul>
</p>
<p>
These considerations are not exhaustive, and implementers and
users are advised to consult additional privacy resources and
Expand Down Expand Up @@ -2097,8 +2095,6 @@ <h2>
</p>
</section>
</section>
</section>

<section>
<h2>Verification Algorithm</h2>
<p>
Expand Down

0 comments on commit a3245c8

Please sign in to comment.