mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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, _, _),
|
||||
],
|
||||
string: [
|
||||
// FIXME(emilio): Unship this for content docs (bug 1396066).
|
||||
("-moz-system-metric", MozSystemMetric, mozSystemMetric, _, _),
|
||||
("lang", Lang, lang, _, _),
|
||||
],
|
||||
keyword: [
|
||||
|
|
|
@ -1975,7 +1975,6 @@ impl<'le> ::selectors::Element for GeckoElement<'le> {
|
|||
NonTSPseudoClass::Lang(ref lang_arg) => {
|
||||
self.match_element_lang(None, lang_arg)
|
||||
}
|
||||
NonTSPseudoClass::MozSystemMetric(ref s) |
|
||||
NonTSPseudoClass::MozLocaleDir(ref s) |
|
||||
NonTSPseudoClass::Dir(ref s) => {
|
||||
unsafe {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue