CSS appearance Property Reference

The CSS appearance property is a standard property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

CSS appearance Property Reference

The CSS appearance property is a standard property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

appearance overview

The CSS appearance property is a standard property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

appearance formal syntax
FieldValue
Formal syntaxnone | auto | <compat-auto> | <compat-special>
Initial valuenone
Applies toallElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediaall
Specification groupCSS Basic User Interface
StatusStandard

Practical examples

These declarations demonstrate valid ways to set appearance. The initial and inherit global keywords remain available even when a property-specific value is preferable.

appearance live example
CSS .reset-example { appearance: initial; } .inherit-example { appearance: inherit; } @supports (appearance: initial) { .supported { appearance: initial; } }

Description

The CSS appearance property is a standard property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: appearance
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies