Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDo not fire `invalid` event on form elements #27174
Conversation
highfive
commented
Jul 4, 2020
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @asajeffrey (or someone else) soon. |
highfive
commented
Jul 4, 2020
|
Heads up! This PR modifies the following files:
|
|
Thanks! Re closing the issue, we might want to keep it open regarding
It's better not to @ mention people in the opening statement of the PR, because if you do that, that person gets a lot of notifications as part of the bors merge process... @bors-servo r+ |
|
|
Do not fire `invalid` event on form elements This is a follow-up to my [previous PR](#27100) suggested by @gterzian. `invalid` event on the `<form>` element has been [recently removed](whatwg/html#4626) from the spec. --- <!-- 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 #27133 <!-- Either: --> - [x] [WPT test](https://github.com/servo/servo/blob/master/tests/wpt/web-platform-tests/html/semantics/forms/form-submission-0/historical.window.js) marked as passing
|
|
|
|
|
muodov commentedJul 4, 2020
•
edited
This is a follow-up to my previous PR suggested by @gterzian.
invalidevent on the<form>element has been recently removed from the spec../mach build -ddoes not report any errors./mach test-tidydoes not report any errors