diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-07-08 05:06:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-08 05:06:57 -0700 |
commit | 5afdf7fb5c9a4c997a287f6d61ec05857f073ce2 (patch) | |
tree | 98c83ed2b7c3d019aefc67252ddfd242ca444c5b /components/script/dom/xmlhttprequest.rs | |
parent | 0766770aef37bac5df0cb12915c398770e6114cb (diff) | |
parent | 421c354d44f93ff8f52affde1b595f4e14b9ed27 (diff) | |
download | servo-5afdf7fb5c9a4c997a287f6d61ec05857f073ce2.tar.gz servo-5afdf7fb5c9a4c997a287f6d61ec05857f073ce2.zip |
Auto merge of #11781 - sjmelia:8719_support_for_css_active, r=Manishearth
Issue 8719: Add basic support for :active selector
<!-- Please describe your changes on the following line: -->
Added toggling of active state for element and parents on mousedown/mouseup. Active state is removed when mouseout. (hover)
- As with my other PR i'm struggling a bit with the automated testing. I've added a manual test case and found quirks-mode/active-and-hover-manual.html which - aside from also being a manual test, is functional in Firefox but does not render correctly in Servo.
- Not implemented: In Firefox, behaviour differs with a <!DOCTYPE HTML> and an anchor does not lose it's activation on mouseout; whereas a button does.
---
<!-- 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 #8719 (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11781)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/xmlhttprequest.rs')
0 files changed, 0 insertions, 0 deletions