CSS ruby-overhang Property Reference

The CSS ruby-overhang property is a standard property in CSS Ruby. Review its formal syntax, computed behavior, and practical declarations.

CSS ruby-overhang Property Reference

The CSS ruby-overhang property is a standard property in CSS Ruby. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

ruby-overhang overview

The CSS ruby-overhang property is a standard property in CSS Ruby. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

ruby-overhang formal syntax
FieldValue
Formal syntaxauto | none
Initial valueauto
Applies torubyAnnotationContainers
InheritedYes
Percentagesno
Computed valuetheSpecifiedKeyword
Animation typebyComputedValueType
Mediavisual
Specification groupCSS Ruby
StatusStandard

Practical examples

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

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

Description

The CSS ruby-overhang property is a standard property in CSS Ruby. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: ruby-overhang
  2. MDN: CSS Properties Reference

Similar or alternative tools

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