HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

text-emphasis-position

Description

The text-emphasis-position property for CSS describes where emphasis marks are drawn.

If right or left is omitted, it defaults to right.

Syntax

CSS

text-emphasis-position: value;

JS

object.style.textEmphasisPosition = "value";

Values

<'text-emphasis-position'> = [ over | under ] && [ right | left ]?
over

Draw marks over the text in horizontal typographic modes.

under

Draw marks under the text in horizontal typographic modes.

right

Draw marks to the right of the text in vertical typographic modes.

left

Draw marks to the left of the text in vertical typographic modes.

Initial

over right

Examples

1 · over

2 · under

3 · right

4 · left

5 · JS