CSS baseline-source Property Reference

The CSS baseline-source property is a standard property in CSS Inline. Review its formal syntax, computed behavior, and practical declarations.

CSS baseline-source Property Reference

The CSS baseline-source property is a standard property in CSS Inline. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

baseline-source overview

The CSS baseline-source property is a standard property in CSS Inline. 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

baseline-source formal syntax
FieldValue
Formal syntaxauto | first | last
Initial valueauto
Applies toinlineLevelBoxes
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Inline
StatusStandard

Practical examples

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

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

Description

The CSS baseline-source property is a standard property in CSS Inline. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: baseline-source
  2. MDN: CSS Properties Reference

Similar or alternative tools

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