@@ -131,7 +131,7 @@ <h2 id="examples_by_role_label">Examples by Role</h2>
131
131
< td > < code > group</ code > </ td >
132
132
< td >
133
133
< ul >
134
- < li > < a href ="carousel/carousel-1.html "> Auto-Rotating Image Carousel</ a > </ li >
134
+ < li > < a href ="carousel/carousel-1-prev-next .html "> Auto-Rotating Image Carousel with Buttons for Slide Control </ a > </ li >
135
135
< li > < a href ="checkbox/checkbox-1/checkbox-1.html "> Checkbox (Two State)</ a > </ li >
136
136
< li > < a href ="menubar/menubar-editor.html "> Editor Menubar</ a > </ li >
137
137
< li > < a href ="spinbutton/datepicker-spinbuttons.html "> Date Picker Spin Button</ a > </ li >
@@ -237,8 +237,8 @@ <h2 id="examples_by_role_label">Examples by Role</h2>
237
237
< td > < code > radio</ code > </ td >
238
238
< td >
239
239
< ul >
240
- < li > < a href ="radio/radio-1/radio-1 .html "> Radio Group Using Roving tabindex </ a > </ li >
241
- < li > < a href ="radio/radio-2/radio-2 .html "> Radio Group Using aria-activedescendant </ a > </ li >
240
+ < li > < a href ="radio/radio-activedescendant .html "> Radio Group Using aria-activedescendant </ a > </ li >
241
+ < li > < a href ="radio/radio.html "> Radio Group Using Roving tabindex </ a > </ li >
242
242
< li > < a href ="toolbar/toolbar.html "> Toolbar</ a > </ li >
243
243
</ ul >
244
244
</ td >
@@ -247,8 +247,8 @@ <h2 id="examples_by_role_label">Examples by Role</h2>
247
247
< td > < code > radiogroup</ code > </ td >
248
248
< td >
249
249
< ul >
250
- < li > < a href ="radio/radio-1/radio-1 .html "> Radio Group Using Roving tabindex </ a > </ li >
251
- < li > < a href ="radio/radio-2/radio-2 .html "> Radio Group Using aria-activedescendant </ a > </ li >
250
+ < li > < a href ="radio/radio-activedescendant .html "> Radio Group Using aria-activedescendant </ a > </ li >
251
+ < li > < a href ="radio/radio.html "> Radio Group Using Roving tabindex </ a > </ li >
252
252
< li > < a href ="toolbar/toolbar.html "> Toolbar</ a > </ li >
253
253
</ ul >
254
254
</ td >
@@ -303,7 +303,7 @@ <h2 id="examples_by_role_label">Examples by Role</h2>
303
303
< td > < code > tab</ code > </ td >
304
304
< td >
305
305
< ul >
306
- < li > < a href ="carousel/carousel-2-tablist.html "> Auto-Rotating Image Carousel with a Tablist </ a > </ li >
306
+ < li > < a href ="carousel/carousel-2-tablist.html "> Auto-Rotating Image Carousel with Tabs for Slide Control </ a > </ li >
307
307
< li > < a href ="tabs/tabs-1/tabs.html "> Tabs with Automatic Activation</ a > </ li >
308
308
< li > < a href ="tabs/tabs-2/tabs.html "> Tabs with Manual Activation</ a > </ li >
309
309
</ ul >
@@ -317,7 +317,7 @@ <h2 id="examples_by_role_label">Examples by Role</h2>
317
317
< td > < code > tablist</ code > </ td >
318
318
< td >
319
319
< ul >
320
- < li > < a href ="carousel/carousel-2-tablist.html "> Auto-Rotating Image Carousel with a Tablist </ a > </ li >
320
+ < li > < a href ="carousel/carousel-2-tablist.html "> Auto-Rotating Image Carousel with Tabs for Slide Control </ a > </ li >
321
321
< li > < a href ="tabs/tabs-1/tabs.html "> Tabs with Automatic Activation</ a > </ li >
322
322
< li > < a href ="tabs/tabs-2/tabs.html "> Tabs with Manual Activation</ a > </ li >
323
323
</ ul >
@@ -327,7 +327,7 @@ <h2 id="examples_by_role_label">Examples by Role</h2>
327
327
< td > < code > tabpanel</ code > </ td >
328
328
< td >
329
329
< ul >
330
- < li > < a href ="carousel/carousel-2-tablist.html "> Auto-Rotating Image Carousel with a Tablist </ a > </ li >
330
+ < li > < a href ="carousel/carousel-2-tablist.html "> Auto-Rotating Image Carousel with Tabs for Slide Control </ a > </ li >
331
331
< li > < a href ="tabs/tabs-1/tabs.html "> Tabs with Automatic Activation</ a > </ li >
332
332
< li > < a href ="tabs/tabs-2/tabs.html "> Tabs with Manual Activation</ a > </ li >
333
333
</ ul >
@@ -389,7 +389,7 @@ <h2 id="examples_by_props_label">Examples By Properties and States</h2>
389
389
< li > < a href ="listbox/listbox-rearrangeable.html "> Listboxes with Rearrangeable Options</ a > </ li >
390
390
< li > < a href ="listbox/listbox-scrollable.html "> Scrollable Listbox</ a > </ li >
391
391
< li > < a href ="menu-button/menu-button-actions-active-descendant.html "> Actions Menu Button Using aria-activedescendant</ a > </ li >
392
- < li > < a href ="radio/radio-2/radio-2 .html "> Radio Group Using aria-activedescendant</ a > </ li >
392
+ < li > < a href ="radio/radio-activedescendant .html "> Radio Group Using aria-activedescendant</ a > </ li >
393
393
</ ul >
394
394
</ td >
395
395
</ tr >
@@ -416,8 +416,8 @@ <h2 id="examples_by_props_label">Examples By Properties and States</h2>
416
416
< li > < a href ="checkbox/checkbox-1/checkbox-1.html "> Checkbox (Two State)</ a > </ li >
417
417
< li > < a href ="checkbox/checkbox-2/checkbox-2.html "> Checkbox (Mixed-State)</ a > </ li >
418
418
< li > < a href ="menubar/menubar-editor.html "> Editor Menubar</ a > </ li >
419
- < li > < a href ="radio/radio-1/radio-1 .html "> Radio Group Using Roving tabindex </ a > </ li >
420
- < li > < a href ="radio/radio-2/radio-2 .html "> Radio Group Using aria-activedescendant </ a > </ li >
419
+ < li > < a href ="radio/radio-activedescendant .html "> Radio Group Using aria-activedescendant </ a > </ li >
420
+ < li > < a href ="radio/radio.html "> Radio Group Using Roving tabindex </ a > </ li >
421
421
< li > < a href ="toolbar/toolbar.html "> Toolbar</ a > </ li >
422
422
</ ul >
423
423
</ td >
@@ -431,7 +431,7 @@ <h2 id="examples_by_props_label">Examples By Properties and States</h2>
431
431
< td >
432
432
< ul >
433
433
< li > < a href ="accordion/accordion.html "> Accordion</ a > </ li >
434
- < li > < a href ="carousel/carousel-2-tablist.html "> Auto-Rotating Image Carousel with a Tablist </ a > </ li >
434
+ < li > < a href ="carousel/carousel-2-tablist.html "> Auto-Rotating Image Carousel with Tabs for Slide Control </ a > </ li >
435
435
< li > < a href ="checkbox/checkbox-2/checkbox-2.html "> Checkbox (Mixed-State)</ a > </ li >
436
436
< li > < a href ="combobox/combobox-autocomplete-both.html "> Editable Combobox With Both List and Inline Autocomplete</ a > </ li >
437
437
< li > < a href ="combobox/combobox-autocomplete-list.html "> Editable Combobox With List Autocomplete</ a > </ li >
@@ -537,8 +537,8 @@ <h2 id="examples_by_props_label">Examples By Properties and States</h2>
537
537
< td > < code > aria-label</ code > </ td >
538
538
< td >
539
539
< ul >
540
- < li > < a href ="carousel/carousel-1.html "> Auto-Rotating Image Carousel</ a > </ li >
541
- < li > < a href ="carousel/carousel-2-tablist.html "> Auto-Rotating Image Carousel with a Tablist </ a > </ li >
540
+ < li > < a href ="carousel/carousel-1-prev-next .html "> Auto-Rotating Image Carousel with Buttons for Slide Control </ a > </ li >
541
+ < li > < a href ="carousel/carousel-2-tablist.html "> Auto-Rotating Image Carousel with Tabs for Slide Control </ a > </ li >
542
542
< li > < a href ="checkbox/checkbox-1/checkbox-1.html "> Checkbox (Two State)</ a > </ li >
543
543
< li > < a href ="combobox/combobox-autocomplete-both.html "> Editable Combobox With Both List and Inline Autocomplete</ a > </ li >
544
544
< li > < a href ="combobox/combobox-autocomplete-list.html "> Editable Combobox With List Autocomplete</ a > </ li >
@@ -561,8 +561,8 @@ <h2 id="examples_by_props_label">Examples By Properties and States</h2>
561
561
< li > < a href ="menu-button/menu-button-links.html "> Navigation Menu Button</ a > </ li >
562
562
< li > < a href ="menubar/menubar-editor.html "> Editor Menubar</ a > </ li >
563
563
< li > < a href ="menubar/menubar-navigation.html "> Navigation Menubar</ a > </ li >
564
- < li > < a href ="radio/radio-1/radio-1 .html "> Radio Group Using Roving tabindex </ a > </ li >
565
- < li > < a href ="radio/radio-2/radio-2 .html "> Radio Group Using aria-activedescendant </ a > </ li >
564
+ < li > < a href ="radio/radio-activedescendant .html "> Radio Group Using aria-activedescendant </ a > </ li >
565
+ < li > < a href ="radio/radio.html "> Radio Group Using Roving tabindex </ a > </ li >
566
566
< li > < a href ="spinbutton/datepicker-spinbuttons.html "> Date Picker Spin Button</ a > </ li >
567
567
< li > < a href ="table/table.html "> Table</ a > </ li >
568
568
< li > < a href ="tabs/tabs-1/tabs.html "> Tabs with Automatic Activation</ a > </ li >
@@ -597,8 +597,8 @@ <h2 id="examples_by_props_label">Examples By Properties and States</h2>
597
597
< li > < a href ="menu-button/menu-button-actions-active-descendant.html "> Actions Menu Button Using aria-activedescendant</ a > </ li >
598
598
< li > < a href ="menu-button/menu-button-actions.html "> Actions Menu Button Using element.focus()</ a > </ li >
599
599
< li > < a href ="menu-button/menu-button-links.html "> Navigation Menu Button</ a > </ li >
600
- < li > < a href ="radio/radio-1/radio-1 .html "> Radio Group Using Roving tabindex </ a > </ li >
601
- < li > < a href ="radio/radio-2/radio-2 .html "> Radio Group Using aria-activedescendant </ a > </ li >
600
+ < li > < a href ="radio/radio-activedescendant .html "> Radio Group Using aria-activedescendant </ a > </ li >
601
+ < li > < a href ="radio/radio.html "> Radio Group Using Roving tabindex </ a > </ li >
602
602
< li > < a href ="spinbutton/datepicker-spinbuttons.html "> Date Picker Spin Button</ a > </ li >
603
603
< li > < a href ="tabs/tabs-1/tabs.html "> Tabs with Automatic Activation</ a > </ li >
604
604
< li > < a href ="tabs/tabs-2/tabs.html "> Tabs with Manual Activation</ a > </ li >
@@ -631,8 +631,8 @@ <h2 id="examples_by_props_label">Examples By Properties and States</h2>
631
631
< td >
632
632
< ul >
633
633
< li > < a href ="alert/alert.html "> Alert</ a > </ li >
634
- < li > < a href ="carousel/carousel-1.html "> Auto-Rotating Image Carousel</ a > </ li >
635
- < li > < a href ="carousel/carousel-2-tablist.html "> Auto-Rotating Image Carousel with a Tablist </ a > </ li >
634
+ < li > < a href ="carousel/carousel-1-prev-next .html "> Auto-Rotating Image Carousel with Buttons for Slide Control </ a > </ li >
635
+ < li > < a href ="carousel/carousel-2-tablist.html "> Auto-Rotating Image Carousel with Tabs for Slide Control </ a > </ li >
636
636
< li > < a href ="combobox/combobox-datepicker.html "> Date Picker Combobox</ a > </ li >
637
637
< li > < a href ="dialog-modal/datepicker-dialog.html "> Date Picker Dialog</ a > </ li >
638
638
</ ul >
@@ -682,8 +682,8 @@ <h2 id="examples_by_props_label">Examples By Properties and States</h2>
682
682
< td > < code > aria-roledescription</ code > </ td >
683
683
< td >
684
684
< ul >
685
- < li > < a href ="carousel/carousel-1.html "> Auto-Rotating Image Carousel</ a > </ li >
686
- < li > < a href ="carousel/carousel-2-tablist.html "> Auto-Rotating Image Carousel with a Tablist </ a > </ li >
685
+ < li > < a href ="carousel/carousel-1-prev-next .html "> Auto-Rotating Image Carousel with Buttons for Slide Control </ a > </ li >
686
+ < li > < a href ="carousel/carousel-2-tablist.html "> Auto-Rotating Image Carousel with Tabs for Slide Control </ a > </ li >
687
687
</ ul >
688
688
</ td >
689
689
</ tr >
@@ -709,7 +709,7 @@ <h2 id="examples_by_props_label">Examples By Properties and States</h2>
709
709
< td > < code > aria-selected</ code > </ td >
710
710
< td >
711
711
< ul >
712
- < li > < a href ="carousel/carousel-2-tablist.html "> Auto-Rotating Image Carousel with a Tablist </ a > </ li >
712
+ < li > < a href ="carousel/carousel-2-tablist.html "> Auto-Rotating Image Carousel with Tabs for Slide Control </ a > </ li >
713
713
< li > < a href ="combobox/combobox-autocomplete-both.html "> Editable Combobox With Both List and Inline Autocomplete</ a > </ li >
714
714
< li > < a href ="combobox/combobox-autocomplete-list.html "> Editable Combobox With List Autocomplete</ a > </ li >
715
715
< li > < a href ="combobox/combobox-autocomplete-none.html "> Editable Combobox without Autocomplete</ a > </ li >
0 commit comments