Skip to content

Commit

Permalink
Meta: address xref issue
Browse files Browse the repository at this point in the history
Apparently ReSpec does not support this.
  • Loading branch information
annevk authored Nov 25, 2024
1 parent 53fc465 commit fe3f8ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -996,8 +996,8 @@ <h2>
creation of the {{ArrayBuffer}} object are re-thrown.
</p>
<p data-cite="encoding">
The <dfn>json()</dfn> method steps are to return the result of <a>parsing JSON bytes to a
JavaScript value</a> given [=this=]'s [=bytes=].
The <dfn>json()</dfn> method steps are to return the result of [=parse JSON bytes to a
JavaScript value|parsing JSON bytes to a JavaScript value=] given [=this=]'s [=bytes=].
</p>
<p data-cite="encoding">
The <dfn>text()</dfn> method steps are to return the result of running <a>UTF-8 decode</a>
Expand Down

0 comments on commit fe3f8ff

Please sign in to comment.