ruby-align | NN n/a IE 5 CSS 3 |
Inherited: No | |
Controls alignment of content in a ruby element. |
|
CSS Syntax | |
ruby-align: alignType | auto
|
|
Value | |
One of the following constants: auto | center | distribute-letter | distribute-space | left | line-edge | right. For more details on ruby-related styles, visit http://www.w3.org/TR/css3-ruby. |
|
Initial Value | |
auto |
|
Applies To | |
IE limits this style to ruby elements only, but the preliminary CSS3 specification suggests it can apply to any element that contains ruby text (and is thus inheritable in that context). |
|
Object Model Reference | |
[window.]document.getElementById("elementID").style.rubyAlign
|