[Webkit-unassigned] [Bug 119320] Do not normalize into NFC the values of form fields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 11 06:28:41 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=119320





--- Comment #2 from Daniel Trebbien <dtrebbien at gmail.com>  2013-08-11 06:28:17 PST ---
Created an attachment (id=208491)
 --> (https://bugs.webkit.org/attachment.cgi?id=208491&action=review)
Patch

I think that this bug should be re-opened now that Safari is the only major browser which normalizes form values.

Bug 8769 cites the charmod-norm spec. Note that not normalizing form submission values is "perfectly acceptable" according to C309 (http://www.w3.org/TR/charmod-norm/#C309) because the browser can be viewed as the "producer", and the server to which the form data is being submitted can be viewed as the "remote component ... to which normalization is delegated". The server should be able to decide whether normalization is performed or not, and to which values.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list