Use text-align:start to better support RTL/LTR designs#4596
Conversation
|
Did you cross-browser test or trust David? ;) |
|
Implemented in c0cbe7b, |
|
I trust David. However, I've run into the text-align issues with a project I was working on lately, where we had arabic text. I had to override every text-align:left statement manually. There's also an issue with the .invisible class, cause it does a negative left offset (which does not work in RTL mode). But that's another topic ;-) |
|
Anmerkung bezüglich Browser-Support von Auf der Beispielsite zum Contao-Buch gab es folgende Ergebnisse:
Anlass für diese Untersuchung war ein Beitrag im Forum. |
|
Ich denke wir sollten das trotzdem so lassen, wie du im Forum geschrieben hast. PS: gab es nicht noch mehr |
|
Mein Kommentar war auch nicht als Änderungsvorschlag gemeint, eher als Ergänzung ;-) Ob es im Contao-CSS-Framework noch mehr |
See http://davidwalsh.name/text-align-start for details.