Re: [whatwg/fetch] investigate data: URL quoted parameters (#970)

[Section 5](https://tools.ietf.org/html/rfc2397#section-5) makes pretty clear that the intent was to excluded quoted-string as a concept from "data:" URLs, since "_it would not easily yield valid URLs without additional %xx encoding, which itself is sufficient_". So I retract the first part of my comment above, but remain convinced that the canonical representation of a media type parameter value including a comma is `foo=bar%2Cbaz` rather than `foo=%22bar%2Cbaz%22` and have submitted https://www.rfc-editor.org/errata/eid5923 to clarify.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/970#issuecomment-559854493

Received on Friday, 29 November 2019 17:48:53 UTC