mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
stylo: Support :hover and :active quirk
This commit is contained in:
parent
ff17af064b
commit
15fe48f3f6
15 changed files with 229 additions and 73 deletions
|
@ -34,6 +34,11 @@ impl SelectorImpl for Impl {
|
|||
type BorrowedNamespaceUrl = Atom;
|
||||
type NonTSPseudoClass = PseudoClass;
|
||||
type PseudoElement = gecko_like_types::PseudoElement;
|
||||
|
||||
#[inline]
|
||||
fn is_active_or_hover(_pseudo_class: &Self::NonTSPseudoClass) -> bool {
|
||||
unimplemented!()
|
||||
}
|
||||
}
|
||||
|
||||
impl SelectorMethods for PseudoClass {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue