line-stacking property
Author admin Reading 1 min Views 333 Published by Modified by
Definition and Usage
This property is a shorthand property for setting ‘line-stacking-ruby‘, ‘line-stacking-shift‘ and ‘line-stacking-strategy‘.
| Name: | line-stacking |
| Value: | <‘line-stacking-strategy’> || <‘line-stacking-ruby’> || <‘line-stacking-shift’> |
| Initial: | see individual properties |
| Applies to: | block-level elements |
| Inherited: | yes |
| Percentages: | N/A |
| Media: | visual |
| Computed value: | see individual properties |
Syntax
line-stacking: <'line-stacking-strategy'> || <'line-stacking-ruby'> || <'line-stacking-shift'>
Examples
2 | line-stacking: max-height include-ruby disregard-shifts ; |