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

I don't think that conforms with the RFC, which states that «parameter values should use the URL Escaped encoding **instead of** quoted string if the parameter values contain any "tspecial".» But that does leave ambiguity about how to actually use quoted strings, and it's certainly more consistent to keep and percent-encode the double quote characters as you have done. I think I'm going to submit an erratum.

-- 
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-559819566

Received on Friday, 29 November 2019 15:12:37 UTC