Skip to content

Commit

Permalink
Fix ReSpec bug when using |@context| markup.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jul 30, 2024
1 parent 03e285c commit a4efc44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -832,8 +832,8 @@ <h4>Proof Configuration (ecdsa-rdfc-2019)</h4>
<a data-cite="VC-DATA-INTEGRITY#PROOF_GENERATION_ERROR">PROOF_GENERATION_ERROR</a>.
</li>
<li>
Set |proofConfig|.|@context| to
|unsecuredDocument|.|@context|.
Set |proofConfig|.<var>@context</var> to
|unsecuredDocument|.<var>@context</var>.
</li>
<li>
Let |canonicalProofConfig| be the result of applying the
Expand Down Expand Up @@ -2827,8 +2827,8 @@ <h4>Base Proof Configuration (ecdsa-sd-2023)</h4>
<a data-cite="VC-DATA-INTEGRITY#PROOF_GENERATION_ERROR">PROOF_GENERATION_ERROR</a>.
</li>
<li>
Set |proofConfig|.|@context| to
|unsecuredDocument|.|@context|.
Set |proofConfig|.<var>@context</var> to
|unsecuredDocument|.<var>@context</var>.
</li>
<li>
Let |canonicalProofConfig| be the result of applying the
Expand Down

1 comment on commit a4efc44

@TallTed
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not so much "fix" as "workaround for"

Please sign in to comment.