mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
stylo: Remove :-moz-system-metric pseudo-class.
Bug: 1405311 Reviewed-by: xidorn MozReview-Commit-ID: CIF64dG1F2k
This commit is contained in:
parent
5682eeff48
commit
3e9bfdd72e
2 changed files with 0 additions and 3 deletions
|
@ -116,8 +116,6 @@ macro_rules! apply_non_ts_list {
|
||||||
("-moz-window-inactive", MozWindowInactive, mozWindowInactive, _, _),
|
("-moz-window-inactive", MozWindowInactive, mozWindowInactive, _, _),
|
||||||
],
|
],
|
||||||
string: [
|
string: [
|
||||||
// FIXME(emilio): Unship this for content docs (bug 1396066).
|
|
||||||
("-moz-system-metric", MozSystemMetric, mozSystemMetric, _, _),
|
|
||||||
("lang", Lang, lang, _, _),
|
("lang", Lang, lang, _, _),
|
||||||
],
|
],
|
||||||
keyword: [
|
keyword: [
|
||||||
|
|
|
@ -1975,7 +1975,6 @@ impl<'le> ::selectors::Element for GeckoElement<'le> {
|
||||||
NonTSPseudoClass::Lang(ref lang_arg) => {
|
NonTSPseudoClass::Lang(ref lang_arg) => {
|
||||||
self.match_element_lang(None, lang_arg)
|
self.match_element_lang(None, lang_arg)
|
||||||
}
|
}
|
||||||
NonTSPseudoClass::MozSystemMetric(ref s) |
|
|
||||||
NonTSPseudoClass::MozLocaleDir(ref s) |
|
NonTSPseudoClass::MozLocaleDir(ref s) |
|
||||||
NonTSPseudoClass::Dir(ref s) => {
|
NonTSPseudoClass::Dir(ref s) => {
|
||||||
unsafe {
|
unsafe {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue