[Webkit-unassigned] [Bug 220783] New: Form payloads with text/plain enctype should have a final \r\n

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 20 17:16:38 PST 2021


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

            Bug ID: 220783
           Summary: Form payloads with text/plain enctype should have a
                    final \r\n
           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: abb at randomunok.com
                CC: cdumez at apple.com, wenson_hsieh at apple.com

Text/plain form payloads have entries separated by a \r\n newline, but the HTML specification (https://html.spec.whatwg.org/#plain-text-form-data) requires there to be a final \r\n newline, which WebKit skips.

Tests: https://wpt.fyi/results/html/semantics/forms/form-submission-0/text-plain.window.html?label=pr_head&max-count=1&pr=26740
(ignore the "formdata event" tests, since those are meant to test entries added to the form entry list through the formdata event, which WebKit doesn't yet implement)

-- 
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/20210121/f1f9e05f/attachment.htm>


More information about the webkit-unassigned mailing list