aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorbors-servo <infra@servo.org>2023-04-05 13:47:48 +0200
committerGitHub <noreply@github.com>2023-04-05 13:47:48 +0200
commitcfef75c99b89193bd82d44a6dffc35119ce7f8d0 (patch)
tree9d1a9707202f4a705f88576ef4999a3ebd505627 /python
parenta64a15ba5303aa52b21b6079ea8de430095e7caa (diff)
parentf0818aa383a19aaeac02293f940928eefc4c5835 (diff)
downloadservo-cfef75c99b89193bd82d44a6dffc35119ce7f8d0.tar.gz
servo-cfef75c99b89193bd82d44a6dffc35119ce7f8d0.zip
Auto merge of #29584 - ohno418:fix-text-plain-encoding-algorithm, r=jdm
Remove unnecessary steps from "text/plain encoding algorithm" For "text/plain encoding algorithm", the specification [1] has changed [2] and "_charset_" is not now handled here. It's supposed to be handled in "construct the form data set" algorithm, and we've already implemented that [3]. So we now have extra steps for "text/plain encoding" algorithm. Remove no longer necessary steps from text/plain encoding algorithm so that it meets the specification. [1]: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#text/plain-encoding-algorithm [2]: https://github.com/whatwg/html/pull/3645 [3]: https://github.com/servo/servo/pull/25217 <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #25221 (GitHub issue number if applicable) <!-- Either: --> - [x] These changes do not require tests because this patch doesn't expect actual behavior, just removing extra steps. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions