[Bug 12606] x-www-form-urlencoded encoding algorithm should normalize single CR and LF characters

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12606

--- Comment #6 from Hallvord R. M. Steen <hallvord@opera.com> 2011-08-15 13:36:44 UTC ---
(In reply to comment #4)
> Do we really want to be fiddling with JavaScript-assigned values in <input
> type=hidden>?

Since a vast majority of existing UAs do, I believe we should.

(Tested IE, Firefox and Chrome - all normalize JS-assigned values. Only Opera
differs, it has not caused us problems that I'm aware of but we intend to
change anyway.)

Additionally, Firefox and Chrome normalize form element names with CRs or LFs
in them. Haven't checked if this happens during parsing or submit.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 15 August 2011 13:36:46 UTC