From fe3f8ffaf6ec26c5db986592e492d99eadc226c6 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Mon, 25 Nov 2024 13:11:20 +0000 Subject: [PATCH] Meta: address xref issue Apparently ReSpec does not support this. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 295228c..e4b4acb 100644 --- a/index.html +++ b/index.html @@ -996,8 +996,8 @@

creation of the {{ArrayBuffer}} object are re-thrown.

- The json() method steps are to return the result of parsing JSON bytes to a - JavaScript value given [=this=]'s [=bytes=]. + The json() 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=].

The text() method steps are to return the result of running UTF-8 decode