https://bugzilla.wikimedia.org/show_bug.cgi?id=38674
Derk-Jan Hartman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Derk-Jan Hartman <[email protected]> --- Philippe Verdy: The problem was mostly that we simply didn't know where all of these language names were being used (and we needed a quick fix). It wasn't known if we could safely add html into them. So we used direction chars as a 'patch' and at the same time opening this ticket. Options: 1: Split the table of names into fragments + direction info. Use toHtml method to build a Html fragment rework the code to safely use it. 2: Simply add <bdi> tags into the name and cleanup all uses to make sure this is possible 3: Identify all places where the names are used and do individual markup/styling for all of those locations to fix the problem. -- 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
