From 3f0daa8deab2aff46338dba3e3ba6d53dbd2545e Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 5 Jan 2021 17:09:16 -0600 Subject: [PATCH] Issue #146 - Remove requirement around GREASE syntax This is handled in the "create an arbitrary brand" algorithm. --- index.bs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/index.bs b/index.bs index c6f6157..61a8d0f 100644 --- a/index.bs +++ b/index.bs @@ -602,11 +602,6 @@ Let's examine a few examples: [=User agents=] MUST include more than a single value in [=user agent/brands=], where one of these values is an arbitrary value. -When adding arbitrary values to [=user agent/brands=], [=user agents=] MUST make sure that receivers -of the header adhere to [=Structured Header=] parsing, by adding escaped double-quotes, commas and -semi-colons to those values. The purpose of this is to make non-compliant server implementations -immediately aware that their parsing code is inadequate. - The value order in [=user agent/brands=] MUST change over time to prevent receivers of the header from relying on certain values being in certain locations in the list.