Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-10-31 21:25:26 +01:00 committed by Martin Robinson
parent 57da2712d0
commit d53696e452

View file

@ -252,6 +252,7 @@ impl Parse for Content {
has_moz_keyword = true;
generics::ContentItem::MozAltContent
},
#[cfg(feature = "gecko")]
"-moz-label-content" if context.chrome_rules_enabled() => {
has_moz_keyword = true;
generics::ContentItem::MozLabelContent