http-extensions icon indicating copy to clipboard operation
http-extensions copied to clipboard

In Compression Dictionaries WPT tests, id=<string> doesn't remove quotes

Open jesup opened this issue 8 months ago • 2 comments

I presume the Chrome implementation also has this bug - the WPT dictionary-registration.tentative.https.html assumes that id="test" will yield an id of '"test"', when it should be 'test' per RFC 8941 (Structured Field Values for HTTP) 3.3.3 Strings. I haven't checked match-dest, which is an inner list of strings. I presume the match value (also a string) is removing the quotes.

I haven't checked other WPTs, but I assume they all have this issue.

jesup avatar Feb 27 '25 15:02 jesup