Bug
http://dev.ckeditor.com/ticket/14237
The menu button label should not change.
The menu button label changes from 'Label' to 'Label (Selected)'.
I wonder how this change will affect accessibility? Additional (Selected) postfix is added for TRISTATE_ON state for buttons with arrow indicator i.e colorbutton and menubutton. Do we need indicate by aria label that the button is opened like Language (Selected), Background Color (Selected)?
@jacekbogdanski aria-expanded attribute should be used to denote opened menu. See https://www.w3.org/TR/wai-aria-practices/examples/menu-button/menu-button-links.html#rps_label.
Most helpful comment
@jacekbogdanski
aria-expandedattribute should be used to denote opened menu. See https://www.w3.org/TR/wai-aria-practices/examples/menu-button/menu-button-links.html#rps_label.