kotlinx.html
kotlinx.html copied to clipboard
HTMLElement dir value
trafficstars
HTML Elements have a dir = Dir.rtl as well as Dir.ltr, but no Dir.auto. Trying to do gave me an IllegalStateException error. I did manage to set it later as element.dir = "auto" but not directly in the element itself.

