Re: [whatwg/url] Editorial: use Infra in a/x-www-form-urlencoded (#300)

@annevk currently the [parser](https://url.spec.whatwg.org/#concept-urlencoded-parser) has the following step:

> 5. For each name-value tuple in _tuples_, append a name-value tuple to _output_ where the new name and value appended to output are the result of running UTF-8 decode without BOM on the percent decoding of the name and value from _tuples_, respectively, using **_encoding_**.

The _encoding_ variable is unused and undeclared in the rest of the algorithm, nor is it clear for which algorithm this variable is used as a parameter. Therefore I simply removed it.

-- 
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/url/pull/300#issuecomment-298602341

Received on Tuesday, 2 May 2017 10:46:37 UTC