aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/style/values/specified/box.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/style/values/specified/box.rs b/components/style/values/specified/box.rs
index ffa59a4d50e..3c634df1ab6 100644
--- a/components/style/values/specified/box.rs
+++ b/components/style/values/specified/box.rs
@@ -1036,8 +1036,10 @@ pub enum Appearance {
#[parse(condition = "in_ua_or_chrome_sheet")]
Menuimage,
/// A horizontal meter bar.
- Meterbar,
+ #[parse(aliases = "meterbar")]
+ Meter,
/// The meter bar's meter indicator.
+ #[parse(condition = "in_ua_or_chrome_sheet")]
Meterchunk,
/// The "arrowed" part of the dropdown button that open up a dropdown list.
#[parse(condition = "in_ua_or_chrome_sheet")]