rubyPosition

The ruby-position CSS property defines the position of a ruby element relatives to its base element. It can be positioned over the element (over), under it (under), or between the characters on their right side (inter-character).

Syntax: [ alternate || [ over | under ] ] | inter-character

Initial value: alternate

| Chrome  | Firefox |   Safari    | Edge  | IE  |
| :-----: | :-----: | :---------: | :---: | :-: |
|   84    |   38    |       7′    | 12-79 | No  |
|    1′   |         |             |       |     |

See also