https://bugzilla.wikimedia.org/show_bug.cgi?id=19705
--- Comment #4 from Purodha Blissenbach <[email protected]> 2009-07-14 15:20:21 UTC --- Thank you. The palm tree, and its fruit, seem to originate from Portuguese. There is another small problem. Some messages refer to the "top right" of the screen, from user view. While current CSS are not (yet) capable to virtualise top-bottom relations, they do virtualize right-left order. Whether or not something is shown at the right end or at the left end of the window depends, at the moment & when it is well done, only on the wiki directionality - but there is a gadget that allows users to select their own directionality, and true multilinguality is inevitably going to come and will make directionality dependant on user preferences for those wikis wanting it, not taking away the ability to use dynamic DOM access to alter everything once a page has been sent to a client. Thus, what we needed and currently do not have, was a way to make a decision _in_ _system_ _messages_ based on the directionality of the page being rendered. While it is trivial and easily implemented to have something like: "This is written {{DIR:left-to-right|right-to-left}}." based upon wiki directionality, it is less obvious how to do it in the most general cases. Likely, two such functions are needed: - one referring to the page layout, and - another referring to the innermost surrounding CSS block element of the function call. Both should be using CSS magic so as to accomodate dynamic changes at the client side. Functions like these have been suggested seveal times. Maybe, this could be the time to implement at least the first one. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
