Files
emacs/lisp/web-completion-data/html-stuff/html-attributes-short-docs/bdo-dir
2020-12-05 21:29:49 +01:00

7 lines
276 B
Plaintext

dir
Text direction in this element. Possible values are:
ltr: Indicates that the text should go in a left-to-right direction.
rtl: Indicates that the text should go in a right-to-left direction.
auto: The browser decides which direction based on the element's content.