Horizontal meters with the non-themed default style
Providing meter styles
- has border
- has padding
- has margin
Providing bar and/or value styles
default -webkit-appearance, thus should use platform theme (only for Mac.)
- has bar style but should ignore it.
- has value style but should ignore it.
- has both styles but should ignore them.
-webkit-appearance: none, thus custom styled elements should be shown.
- has bar style, should have solid value part.
- has value style, should be solid bar part.
- should have solid bar and value part.
Providing appearances
- has "none" appearance, should be styled with default style.
- has "meter" appearance, should be themed.
Providing bar paddings
has "padding" on the bar.