kotlinx.html icon indicating copy to clipboard operation
kotlinx.html copied to clipboard

HTMLElement dir value

Open qwibbler opened this issue 3 years ago • 0 comments
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.

image

image

qwibbler avatar Mar 24 '22 19:03 qwibbler