Lines Matching full:toolbar
106 For example, if your extension includes a toolbar,
107 set the <code>role</code> attribute of the toolbar's DOM element as follows:
111 <div role="toolbar">
138 to the example toolbar control:
142 <div role="toolbar" tabindex="0" aria-activedescendant="button1">
148 property specifies which child of the toolbar receives focus
149 when the toolbar receives focus.
150 In this example, the toolbar's first button
154 specifies that the toolbar
159 Here's the complete specification for the example toolbar:
163 <div role="toolbar" tabindex="0" aria-activedescendant="button1">
244 to switch the keyboard focus to the toolbar,
249 details about toolbar navigation
256 to support keyboard navigation to the toolbar.
259 access to the toolbar is provided through VoiceOver,
308 For the example toolbar,
312 to reflect the current active toolbar button.
327 // Implement circular keyboard navigation within the toolbar buttons
332 // Change the active toolbar button to the one to the right (circular).
337 // Change the active toolbar button to the one to the left (circular).
349 <div role="toolbar" tabindex="0" aria-activedescendant="button1" id="tb1"