mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Fix [foo=bar i] selectors for Stylo
This commit is contained in:
parent
0b1e51de53
commit
2ca2c2d2be
1 changed files with 1 additions and 1 deletions
|
@ -1393,7 +1393,7 @@ impl<'le> ::selectors::MatchAttr for GeckoElement<'le> {
|
||||||
attr.ns_or_null(),
|
attr.ns_or_null(),
|
||||||
attr.select_name(self.is_html_element_in_html_document()),
|
attr.select_name(self.is_html_element_in_html_document()),
|
||||||
value.as_ptr(),
|
value.as_ptr(),
|
||||||
/* ignoreCase = */ false)
|
/* ignoreCase = */ true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fn match_attr_includes(&self, attr: &AttrSelector<Self::Impl>, value: &Atom) -> bool {
|
fn match_attr_includes(&self, attr: &AttrSelector<Self::Impl>, value: &Atom) -> bool {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue