Version: 4.2.3 (KDE 4.2.3) (using 4.2.3 (KDE 4.2.3), Arch Linux) Compiler: gcc OS: Linux (i686) release 2.6.29-ARCH This is always reproducible and easy to see: go to www.mandrakeitalia.org. Some text (e.g. news titles) will be centered instead of beign left aligned (as seen in other browsers like Firefox). If you need screens or more infos just let me know.
yes, that's because of a mozilla hack supposed to forcibly reset text-align at table boundaries - for whatever reason. Where it becomes completely silly, reading the actual mozilla source code, is that they did it only for center and right... behold: data:text/html,<!doctype html> <div dir="LTR" align="right"><table width=100%><tr><td>If I am left aligned...</table></div> <div dir="RTL" align="left"><table width=100%><tr><td>...then I definetly should be right aligned!</table></div>
SVN commit 971235 by ggarand: don't allow special aligment values to percolate through tables even in strict mode, as it isn't Mozilla-compatible. BUG: 193093 M +9 -0 cssstyleselector.cpp M +1 -0 quirks.css WebSVN link: http://websvn.kde.org/?view=rev&revision=971235
SVN commit 971652 by ggarand: automatically merged revision 971235: don't allow special aligment values to percolate through tables even in strict mode, as it isn't Mozilla-compatible. BUG: 193093 M +9 -0 cssstyleselector.cpp M +1 -0 quirks.css WebSVN link: http://websvn.kde.org/?view=rev&revision=971652