wai-tutorials
wai-tutorials copied to clipboard
W3C WAI’s Web Accessibility Tutorials
https://www.w3.org/WAI/tutorials/menus/flyout/#use-button-as-toggle > The invisible label of the button is set to “show submenu” or “hide submenu”, reflecting the state of the submenu. this is happened not to be true, button...
Proposed new tip ("Responsive design") to improve coverage for responsive design of images. If confirmed, add note "Developed with support from WCAG TA Project"
In the article about the menu-structure (https://www.w3.org/WAI/tutorials/menus/structure/) the sketched example is relatively easy. But what about a navigation with multiple sections (not with the section-element)? - Should those sections (e.g....
Are there any reason not to use the elements `output` and `meter` in the [Complete Password Example](https://www.w3.org/WAI/tutorials/forms/examples/password/)? And if it is possible, is this the correct way to use them?...
This is regarding https://www.w3.org/WAI/tutorials/tables/irregular/ . This tutorial incorrectly implies that `scope="col"` does not work when `colspan` is used and seems to direct authors to use `scope="colgroup"` instead. Similar for `row...
## Summary In the example implementation of the application menu, using Shift-Tab focuses the first menu item instead of the first previous focusable element outside the application menu. ## Steps...
Fixes/includes * #654 * Fixes #669
Missing text on page https://www.w3.org/WAI/tutorials/forms/notifications/ 
The carousel page in the Web Accessibility Tutorial uses `ul` tag (unordered list) for both the slideshow and navigation buttons. However, the [definition](https://www.w3.org/TR/html52/grouping-content.html#the-ul-element) of ul is "a list of items,...
The next button of the "[Multi-Page form](https://www.w3.org/WAI/tutorials/forms/multi-page/)" and "[Custom controls ](https://www.w3.org/WAI/tutorials/forms/custom-controls/)" pages, point to themselves. The previous button on these pages both point to "Validating Input".