A few links to material that I'm referencing while putting together some thoughts about doing multi-lingual layouts.
This is not a thought-out blog post, but rather a reference to some thoughts and other articles. I figured I would just post my notes as I make them.
Please reach out with corrections, or additional/better info, if you'd like to contribute!
dir
HTML prop: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir
Use that over CSS wherever possible!
CSS direction
and unicode-bidi
mess with how the browser will automatically
figure things out for people with certain settings. Avoid these if you can.
direction
https://developer.mozilla.org/en-US/docs/Web/CSS/direction
unicode-bidi
https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-bidi
direction