[whatwg/url] Remove _charset_ handling. (#382)

We don't need to handle _charset_ in application/x-www-form-urlencoded
serializer because it should be done in "construct the form data set"
steps in the HTML specification.

This fixes https://github.com/whatwg/html/issues/3560.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/url/pull/382

-- Commit Summary --

  * Remove _charset_ handling.

-- File Changes --

    M url.bs (13)

-- Patch Links --

https://github.com/whatwg/url/pull/382.patch
https://github.com/whatwg/url/pull/382.diff

-- 
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/382

Received on Wednesday, 25 April 2018 05:42:07 UTC