CSS text-box-edge Property Reference

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

CSS text-box-edge Property Reference

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

Updated 2026-08-12

text-box-edge overview

The CSS text-box-edge 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

text-box-edge formal syntax
FieldValue
Formal syntaxauto | <text-edge>
Initial valueauto
Applies toblockContainersAndInlineBoxes
InheritedNo
Percentagesno
Computed valuetheSpecifiedKeyword
Animation typediscrete
Mediavisual
Specification groupCSS Inline
StatusStandard

Practical examples

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

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

Description

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

References

  1. MDN: text-box-edge
  2. MDN: CSS Properties Reference

Similar or alternative tools

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