[Webkit-unassigned] [Bug 219086] New: Newline normalization in forms and FormData
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 18 07:07:48 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=219086
Bug ID: 219086
Summary: Newline normalization in forms and FormData
Product: WebKit
Version: Safari Technology Preview
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
The fact that you can create a FormData object from a form and observe its entry list, and the fact that you can construct a FormData object from scratch and build a multipart/form-data payload from it, means that the newline normalization in "append an entry" (https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#append-an-entry) can no longer be deferred to the time when the form payload is constructed, as WebKit seems to be doing.
Tests:
https://wpt.fyi/results/html/semantics/forms/form-submission-0/newline-normalization.html?label=pr_head&max-count=1&pr=26556
https://wpt.fyi/results/FileAPI/file/send-file-formdata-controls.tentative.html?label=pr_head&max-count=1&pr=26556
--
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/20201118/38ea12ac/attachment-0001.htm>
More information about the webkit-unassigned
mailing list