[Webkit-unassigned] [Bug 207900] New: Value sanitization for input[type=text] should not truncate a value at a control character

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 18 10:52:09 PST 2020


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

            Bug ID: 207900
           Summary: Value sanitization for input[type=text] should not
                    truncate a value at a control character
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com
                CC: cdumez at apple.com, wenson_hsieh at apple.com

WebKit its truncating the value for input type text at the first control character that its non a tab.

This behaviour its not defined on the spec, neither match what other browsers do (Firefox, Chrome, etc).

This causes thousands of subtest failures on WPT tests encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-encode-form* <https://wpt.fyi/results/encoding/legacy-mb-japanese/iso-2022-jp>


Chrome corrected this behaviour years ago. For reference see: https://codereview.chromium.org/189843008

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200218/7831191c/attachment-0001.htm>


More information about the webkit-unassigned mailing list