CSS ruby-position Property Reference

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

CSS ruby-position Property Reference

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

Updated 2026-08-12

ruby-position overview

The CSS ruby-position 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-position formal syntax
FieldValue
Formal syntax[ alternate || [ over | under ] ] | inter-character
Initial valuealternate
Applies torubyAnnotationContainers
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Ruby
StatusStandard

Practical examples

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

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

Description

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

References

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

Similar or alternative tools

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