diff --git a/components/style/values/specified/box.rs b/components/style/values/specified/box.rs index 20f5ead3d20..4274905310d 100644 --- a/components/style/values/specified/box.rs +++ b/components/style/values/specified/box.rs @@ -1611,6 +1611,7 @@ pub enum Appearance { #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] MozMenulistArrowButton, /// For HTML's + #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] NumberInput, /// The progress bar's progress indicator #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] @@ -1628,6 +1629,7 @@ pub enum Appearance { #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] RadioLabel, /// nsRangeFrame and its subparts + #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] Range, #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] RangeThumb,