You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.