diff --git a/components/atoms/static_atoms.txt b/components/atoms/static_atoms.txt index 7ecb73f05bb..5163b943fef 100644 --- a/components/atoms/static_atoms.txt +++ b/components/atoms/static_atoms.txt @@ -34,6 +34,7 @@ compositionstart compositionupdate controllerchange cursive +dark datachannel date datetime-local @@ -69,6 +70,7 @@ keydown keypress kind left +light ltr load loadeddata @@ -86,6 +88,7 @@ mouseover mouseup negotiationneeded none +normal number onchange open diff --git a/components/style/properties/shorthands/font.mako.rs b/components/style/properties/shorthands/font.mako.rs index a58f5e57a14..2ae93c4bd77 100644 --- a/components/style/properties/shorthands/font.mako.rs +++ b/components/style/properties/shorthands/font.mako.rs @@ -38,9 +38,9 @@ use crate::properties::longhands::font_variant_caps; use crate::values::specified::text::LineHeight; use crate::values::specified::FontSize; - use crate::values::specified::font::{FontPalette, FontStretch, FontStretchKeyword}; + use crate::values::specified::font::{FontStretch, FontStretchKeyword}; #[cfg(feature = "gecko")] - use crate::values::specified::font::SystemFont; + use crate::values::specified::font::{FontPalette, SystemFont}; <% gecko_sub_properties = "kerning language_override size_adjust \