Do not fire invalid event on form elements#27174
Conversation
|
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. |
|
Heads up! This PR modifies the following files:
|
invalid event on a form elementinvalid event on form elements
|
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+ |
|
📌 Commit 7fd903c has been approved by |
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
|
💡 This pull request was already approved, no need to approve it again.
|
|
📌 Commit 7fd903c has been approved by |
|
☀️ Test successful - status-taskcluster |
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