We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d46cce commit 37f1eb2Copy full SHA for 37f1eb2
selectors/parser.rs
@@ -56,7 +56,7 @@ pub trait NonTSPseudoClass<'i>: Sized + ToCss {
56
fn is_user_action_state(&self) -> bool;
57
58
fn is_valid_before_webkit_scrollbar(&self) -> bool {
59
- false
+ true
60
}
61
62
fn is_valid_after_webkit_scrollbar(&self) -> bool {
@@ -3416,7 +3416,7 @@ pub mod tests {
3416
seen: Vec<String>,
3417
3418
3419
- impl SelectorVisitor for TestVisitor {
+ impl<'i> SelectorVisitor<'i> for TestVisitor {
3420
type Impl = DummySelectorImpl;
3421
3422
fn visit_simple_selector(&mut self, s: &Component<DummySelectorImpl>) -> bool {
0 commit comments