Summary: | Text centered on mandrakeitalia.org | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Diego <diego.ml> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | germain |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Diego
2009-05-18 10:42:56 UTC
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 |