mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Remove layout.css.moz-any-is-is.enabled.
We shipped this, let's remove the MozAny code. Differential Revision: https://phabricator.services.mozilla.com/D99607
This commit is contained in:
parent
72a0dbacc7
commit
a3f84f85e3
3 changed files with 5 additions and 69 deletions
|
@ -2136,10 +2136,6 @@ impl<'le> ::selectors::Element for GeckoElement<'le> {
|
|||
self.document_state().contains(state_bit)
|
||||
},
|
||||
NonTSPseudoClass::MozPlaceholder => false,
|
||||
NonTSPseudoClass::MozAny(ref sels) => context.nest(|context| {
|
||||
sels.iter()
|
||||
.any(|s| matches_complex_selector(s.iter(), self, context, flags_setter))
|
||||
}),
|
||||
NonTSPseudoClass::Lang(ref lang_arg) => self.match_element_lang(None, lang_arg),
|
||||
NonTSPseudoClass::MozLocaleDir(ref dir) => {
|
||||
let state_bit = DocumentState::NS_DOCUMENT_STATE_RTL_LOCALE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue