DescriptionImplement accessible states and notifications for the tab strip.
This change just exposes information about what tabs are selected
and fires proper notifications when tab selection changes. This will
allow screen readers to announce when switching tabs even if the
web content doesn't have focus. It's also a good first step towards
making the tab strip fully accessible too (e.g. making it possible to
perform operations on multiple tabs with just the keyboard).
As part of this change I renamed the "selection changed" event to
"text selection changed" so that there's no confusion between the
text-selection-related events, and tab/list selection events.
BUG=100412
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282396
Patch Set 1 #Patch Set 2 : Rebase #
Total comments: 10
Patch Set 3 : Rebase #Patch Set 4 : Address feedback #Patch Set 5 : Clean up some events #Patch Set 6 : Clarified that selected_indices is sorted #
Total comments: 2
Patch Set 7 : Fix compile on other platforms #Messages
Total messages: 20 (0 generated)
|