[whatwg/url] queries (#149)

Currently in query state we see this:
"If url is not special or url’s scheme is either "ws" or "wss", set encoding to UTF-8."
WebKit also uses UTF-8 if the encoding is UTF-7, UTF-16, or UTF-32 (big-endian or little-endian).  I verified existing behavior in Safari, Chrome, and Firefox for UTF-16.  I verified existing behavior in Safari and Chrome for UTF-32.  
I think we should add "...or encoding is UTF-7, UTF-16, or UTF-32..."

-- 
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/issues/149

Received on Thursday, 6 October 2016 23:26:37 UTC