Re: [whatwg/url] Let [=UTF-8 percent-encode=] take an extra optional boolean parameter spaceAsPlus (default false) (Issue #765)

Ah I see. Thanks for the clarification!
1. Are you suggesting that instead of `&key1=value1,value2`, it should (or better to) be `&key1=value1&key1=value2` by standard? Sorry I'm not familiar with this, so not sure how strict the requirement is to follow the latter format.
2. Besides that, any suggestion on how to spec [EscapeQueryParamValue](https://crsrc.org/c/base/strings/escape.h;drc=b4bc946c63b2b95e1f05dec4e84adcadd10499c6;l=29) with its `percentEncodeSet` set to true? [This](https://crsrc.org/c/content/services/auction_worklet/trusted_signals.cc;drc=d80a12e889e628c560d36a7346dc6934eadc07f1;l=41) is our code, if that's helpful. It is the part that I'm wondering how to document in our spec.


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

Message ID: <whatwg/url/issues/765/1479964619@github.com>

Received on Wednesday, 22 March 2023 17:16:48 UTC