mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
style: Remove :-moz-empty-except-children-with-local-name.
<applet> is not a thing anymore, and that selector in our UA sheet will never match anyway, since an <applet> element will never have the BROKEN state. Bug: 1396073 Reviewed-by: xidorn MozReview-Commit-ID: 7UOMKOv55uJ Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
parent
abcd92ba9e
commit
87dc00d54f
2 changed files with 0 additions and 4 deletions
|
@ -119,9 +119,6 @@ macro_rules! apply_non_ts_list {
|
||||||
string: [
|
string: [
|
||||||
// FIXME(emilio): Unship this for content docs (bug 1396066).
|
// FIXME(emilio): Unship this for content docs (bug 1396066).
|
||||||
("-moz-system-metric", MozSystemMetric, mozSystemMetric, _, _),
|
("-moz-system-metric", MozSystemMetric, mozSystemMetric, _, _),
|
||||||
// FIXME(emilio): Unship this for content docs (bug 1396073).
|
|
||||||
("-moz-empty-except-children-with-localname", MozEmptyExceptChildrenWithLocalname,
|
|
||||||
mozEmptyExceptChildrenWithLocalname, _, _),
|
|
||||||
("lang", Lang, lang, _, _),
|
("lang", Lang, lang, _, _),
|
||||||
],
|
],
|
||||||
keyword: [
|
keyword: [
|
||||||
|
|
|
@ -1970,7 +1970,6 @@ impl<'le> ::selectors::Element for GeckoElement<'le> {
|
||||||
}
|
}
|
||||||
NonTSPseudoClass::MozSystemMetric(ref s) |
|
NonTSPseudoClass::MozSystemMetric(ref s) |
|
||||||
NonTSPseudoClass::MozLocaleDir(ref s) |
|
NonTSPseudoClass::MozLocaleDir(ref s) |
|
||||||
NonTSPseudoClass::MozEmptyExceptChildrenWithLocalname(ref s) |
|
|
||||||
NonTSPseudoClass::Dir(ref s) => {
|
NonTSPseudoClass::Dir(ref s) => {
|
||||||
unsafe {
|
unsafe {
|
||||||
let mut set_slow_selector = false;
|
let mut set_slow_selector = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue