https://bugzilla.wikimedia.org/show_bug.cgi?id=33274
Aryeh Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Aryeh Gregor <[email protected]> 2012-01-01 15:25:16 UTC --- You can use "input[type=text], input:not([type])" to find text inputs even if the type attribute is omitted. This doesn't work in IE7 or IE8, though, which input[type=text] does, and that's 25% of Wikimedia's traffic <http://stats.wikimedia.org/archive/squid_reports/2011-10/SquidReportClients.htm>. Both forms do work in IE9 and higher, and any interesting version of any other browser. Given IE's plummeting market share (<35% on Wikimedia!), I don't think we need to re-add the attributes for this use-case. But if people do want to, it would be simple enough to change the class so that they're always present instead of never present. -- 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
