Skip to content

Conversation

@robertbeuligmann
Copy link
Contributor

  1. The combobox (the a.ui-button element) is now set to refer to the same label as the base select using ARIA labelledby.

  2. Set the combobox to update its aria-activedependent attribute from the focus callback of the internal menu instance. Does the aria-activedependent attribute need to be cleared when the menu instance is closed?

  3. The Space key will now active/deactivate the menu.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use single var, see also output of running grunt

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Though in this case, just inline the variable, as its used just once.

@robertbeuligmann
Copy link
Contributor Author

New commit to address style issues.

@jzaefferer jzaefferer merged commit 8e1e956 into jquery:selectmenu Oct 16, 2012
@jzaefferer
Copy link
Member

Thanks, landed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants