CSS ruby-merge Property Reference

The CSS ruby-merge property is a experimental property in CSS Ruby. Review its formal syntax, computed behavior, and practical declarations.

CSS ruby-merge Property Reference

The CSS ruby-merge property is a experimental property in CSS Ruby. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

ruby-merge overview

The CSS ruby-merge property is a experimental property in CSS Ruby. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

ruby-merge formal syntax
FieldValue
Formal syntaxseparate | collapse | auto
Initial valueseparate
Applies torubyAnnotationContainers
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typebyComputedValueType
Mediavisual
Specification groupCSS Ruby
StatusExperimental

Practical examples

These declarations demonstrate valid ways to set ruby-merge. The initial and inherit global keywords remain available even when a property-specific value is preferable.

ruby-merge live example
CSS .reset-example { ruby-merge: initial; } .inherit-example { ruby-merge: inherit; } @supports (ruby-merge: initial) { .supported { ruby-merge: initial; } }

Description

The CSS ruby-merge property is a experimental property in CSS Ruby. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: ruby-merge
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies