https://bugzilla.wikimedia.org/show_bug.cgi?id=16697
--- Comment #15 from Aryeh Gregor <[email protected]> 2008-12-21 15:41:34 UTC --- (In reply to comment #14) > The right place for such a rule were probaly the default Lingala style sheet > ([[betawiki:MediaWiki:Common.css/ln]]). Languages should *not* use *.css for default stylesheets (or *.js for default JS). They are meant *only* for user customizations. Any language-specific code put there will not be maintainable: changes made in MediaWiki will not stack with user customizations, and so will not take effect on upgrade. If default fonts are necessary for some languages, these should be added through some separate, specially-designed mechanism. The only language that uses its own CSS file right now is German, for bug 1553, and that's really not ideal (although it's a single rule that's not likely to change or become obsolete, much better than a list of fonts). > A short-term solution might be a bot replacing the combination with a single > character, for which there is better browser support. This could be done by the software, if the character combinations are supposed to be canonically identical. Actually, I thought Unicode normalization was supposed to do that anyway, but maybe I'm wrong on that. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
