Kotlin / kotlinx.html

Kotlin DSL for HTML
Apache License 2.0
1.61k stars 131 forks source link

HTMLElement dir value #187

Closed qwibbler closed 3 months ago

qwibbler commented 2 years ago

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