https://bugzilla.wikimedia.org/show_bug.cgi?id=40044
--- Comment #8 from Daniel Werner <[email protected]> 2012-10-19 13:23:33 UTC --- After thinking about this again, I came to the conclusion that we basically can't predict what should be taken into account for creating the sort key. Therefore we shouldn't be smart about this and either take ALL alt tags + the text, or take only the text. Instead of trying to be smart here, we could add an attribute to the td element which holds the actual sort key. I am not sure whether there is any attribute we can abuse for this - e.g. the title attribute. We could wait for HTML5 to use data- attributes. Since it is possible in MW table syntax to define attributes for td elements, this might be the easiest and most generic solution. -- 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
