Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete special-case handling of Boolean return value from mouseover event #25190

Closed
pshaughn opened this issue Dec 6, 2019 · 2 comments
Closed

Comments

@pshaughn
Copy link
Member

@pshaughn pshaughn commented Dec 6, 2019

WPT html/webappapis/scripting/events/event-handler-processing-algorithm.html handily points us at whatwg/html#2398 which removed a Gecko-specific quirk from the spec and came with a matching WPT change. Mouseover events should now just do the same thing on true/false as other mouse events.

@pshaughn pshaughn changed the title Remove deprecated special-case handling of Boolean return value from mouseover event Remove obsolete special-case handling of Boolean return value from mouseover event Dec 6, 2019
@CYBAI CYBAI added the A-content/dom label Dec 7, 2019
@jdm jdm added the I-spec-update label Dec 9, 2019
@jdm jdm added this to To do in web-platform-test failures via automation Dec 9, 2019
@pshaughn
Copy link
Member Author

@pshaughn pshaughn commented Dec 11, 2019

@highfive assign me

@highfive highfive added the C-assigned label Dec 11, 2019
@highfive
Copy link

@highfive highfive commented Dec 11, 2019

Hey @pshaughn! Thanks for your interest in working on this issue. It's now assigned to you!

@pshaughn pshaughn mentioned this issue Dec 11, 2019
4 of 4 tasks complete
bors-servo added a commit that referenced this issue Dec 11, 2019
Took out the special mouseover cancel case

<!-- Please describe your changes on the following line: -->
eventtarget.rs was checking the event type to see if it was a mouseover; now it doesn't. Other special-case events like error and beforeunload go down other code paths entirely, so this one has no special cases left.

---
<!-- 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 #25190

<!-- Either: -->
- [X] There are tests for these changes

<!-- 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. -->
web-platform-test failures automation moved this from To do to Done Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Linked pull requests

Successfully merging a pull request may close this issue.

4 participants
You can’t perform that action at this time.