CSS line-stacking-ruby Property

Description

The line-stacking-ruby property determines the line stacking method for block elements containing ruby annotation elements (element with 'display: ruby-text' or 'display: ruby-text-container').

The line-stacking-ruby property has been deprecated or is no longer in any CSS working groups.

Initial value
exclude-ruby
Applies to
Block level elements
Inherited
Yes
Computed value
Specified value (except for initial and inherit)
Animatable
No
JavaScript syntax
object.style.lineStackingRuby

Syntax

line-stacking-ruby: exclude-ruby | include-ruby

Values

  • exclude-rubyThe ruby annotation elements are ignored for line stacking.
  • include-rubyThe ruby annotation elements are considered for line stacking.

Example

.class {
   line-stacking-ruby: include-ruby ; 
}

Browser Support

The following table will show you the current browser support for the CSS line-stacking-ruby property.

Desktop
Edge Chrome Firefox Opera Safari
?????
Tablets / Mobile
Chrome Firefox Opera Safari Samsung Webview
??????