OO.ui.DropdownWidget.prototype.onFocus = function () {
    this.menu.toggleScreenReaderMode( true );
};