CSS Ruby-Span Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

This property controls the spanning behaviour of annotation elements.

Syntax

uby-span: [value]

Possible values

  • attr(x)
  • none

Initial Value

none

Applies To

Elements with display: ruby-text

Inherited

No

Media

Visual

Example

.class {
  ruby-span: attr(rbspan) ;
}


View All CSS Properties