text-emphasis-position
If right or left is omitted, it defaults to right.
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
under
right
left
JS
Internal
External