From 4ad2be6e74a6bb0c1c75d332ea4ab4584eebf895 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Fri, 17 Mar 2017 12:19:06 +0100 Subject: [PATCH] Editorial: let Infra define byte-case-insensitive Depends on https://github.com/whatwg/infra/pull/76. --- fetch.bs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fetch.bs b/fetch.bs index 150d9e549..c13b23281 100644 --- a/fetch.bs +++ b/fetch.bs @@ -162,11 +162,6 @@ Standards.

ABNF means ABNF as modified by HTTP (in particular the addition #). -

Comparing two byte sequences in a byte-case-insensitive manner means -comparing them exactly, byte for byte, except that the bytes in the range 0x41 to 0x5A, -inclusive, are considered to also match their corresponding byte in the range 0x61 to -0x7A, inclusive. -


A response URL is a URL for which implementations need not