<div dir="ltr"><div>Hi all,</div><div><br></div><div>A small update from the Fluent world - with landing of bug 1480798 Fluent now controls the directionality of its roots.</div><div><br></div><div>That means that you don't need to do any special magic for RTL locales, as we will set `localedir` and `dir` (XUL and HTML) attributes on the document element and flip it correctly in case of a locale change.</div><div><br></div><div>For most of the layout it is advised to write as much of it as possible in a directionality-independent way (so first/last rather than left/right), but if special rules for direction are necessary, `html[dir=rtl]` and `html[dir=ltr]` should be enough!</div><div><br></div><div>Once exception is pseudolocales, where strategy `bidi` does not currently automatically trigger directionality switch. I filled bug 1481325 to fix that.<br></div><div><br></div><div>Enjoy,</div><div>zb.<br></div></div>