From the course: WordPress: Accessibility

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

What needs to change?

What needs to change?

- [Instructor] After completing your testing, it's good to summarize where you are and what needs to happen next. The summary is your description of what the problem is and what needs to change to make it accessible. Be clear and specific. Have you found any problems in your own sites while taking this course? Try writing down your description of any issues found. For sighted users dependent on keyboard navigation, links need a focus state, and this navigation menu didn't provide it. This is a CSS problem in which the focus state of the theme is overridden by the plugin. If it's not fixed by the plugin author, it can be fixed using custom CSS which can be added in the WordPress Additional CSS feature. For screen reader users, the dropdown menus are not available at all because the sub-menu toggle isn't focusable. This is caused by a plugin that's injecting toggles using JavaScript but isn't creating a keyboard focusable…

Contents