css.properties

ruby-position

The ruby-position property specifies the position of ruby annotations.

Formal Syntax

ruby-position = [ alternate || [ over | under ] ] | inter-character

See specification

JavaScript Access

// Access via element.style element.style.rubyPosition = "alternate";

Browser Support

standard | MDN · Spec

FeatureChromeFirefoxSafariEdge
ruby-position843818.284
alternate88
inter-character8418.284
over843818.284
under843818.284

Related Properties