-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial, Template, and Functional Updates to Example of Tabs With A…
…utomatic Activation modified examples/tabs/tabs-1/tabs.html: 1. Move script elements to head so HTML source will display. 2. Editorial revisions to introduction. 3. Added link to section that provides guidance on selection follows focus. 4. Per example template, Removed region around example and replaced with screen reader sepearator elements. 5. Added `aria-label="Entertainment"` to the tablist. 6. Added `tabindex="0"` to the tabpanel elements 7. Editorial revisions to the keyboard table. 8. Remove delete from keyboard table since it is not supported. 9. In roles, states and properties table: * added scope attribute and TH elements per template. * Added row for aria-label on tablist * Added rows for aria-selected true and false on tab * Added row for aria-labelledby on tabpanel * Added row for tabindex on tabpanel. 10. Per template, Added screen reader separators around HTML source display and removed role region from the source code display div. 11. Added link to review issue #278.
- Loading branch information
Showing
1 changed file
with
186 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters