Hacker News new | ask | show | jobs
by jesprenj 1026 days ago
PSA: Assume dir="auto" if none provided in browsers you develop.
1 comments

While that may be a saner default for user input form controls which are kind of a separate document, it would be a very bad default for every element. It is also probably not the best default if you know the user is inputing content in a specific language (but of course better than getting it wrong).