I'm working on some project that uses Dojo dijit.form.Select, that produce some really strange HTML. It's replace standard browser select with table, tr, td and other crap that made it slow (a lot of unnecessary elements), inaccessible (select by letter doesn't work) and very hard to style.
Is there any why to tell Dojo to switch into standards mode?