本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

ruby-align

Specifies the alignment for ruby text.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
5.0+nononono

Values

inheritInherit the value from the parent element.
autoAlignment determined by browser.
leftRuby text is left-aligned with base.
centerRuby text is center-aligned with base.
rightRuby text is right-aligned with base.
distribute-letterDistribute evenly based on the letters of ruby text content.
distribute-spaceDistrute evenly based on the space of the ruby text content.
line-edgeCenter ruby text if it is not adjacent to a line edge.

Remarks

IE only.

Related