From 0ccc3fdd7d14b3b92406fc7dddd271717fbdb550 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Mon, 27 Nov 2023 10:39:06 +0100 Subject: [PATCH] Replace ref to obsoleted RFC7540 with ref to RFC9110 The spec mentions RFC7540 when it talks about content negotiation. RFC7540 has been obsoleted by RFC9113, so reference should be updated. Now, the prose is a bit clunky because it seems to suggest that RFC7540 defines the `"Accept-Language"` HTTP header, whereas it does not. Rather than replacing the reference with a reference to RFC9113, this update rather targets RFC9110, where `"Accept-Language"` is defined. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ec16ec678..037ef1d9a 100644 --- a/index.html +++ b/index.html @@ -3208,8 +3208,8 @@

The server that hosts the web application could attempt to predetermine the end-user's language by using geotargeting or by - using content negotiation (e.g., using [[RFC7540]]'s - "`Accept-Language`" header, or even a custom HTTP header). + using content negotiation (e.g., using an HTTP "`Accept-Language`" + header [[RFC9110]], or even a custom HTTP header).