Question Bank
3705 approved questions from the community
The title attribute provides reliable and accessible tooltips for all users across different devices and assistive technologies.
When is it appropriate to use an empty alt attribute (alt="") on an image within a <figure> element that has a <figcaption>?
Which ARIA attribute requires a corresponding role or relationship to function correctly?
What should you provide for users who are sensitive to motion when implementing animations?
What is the minimum color contrast ratio required by WCAG 2.1 Level AA for normal text?
In a Single Page Application (SPA), what is the best practice for managing keyboard focus when navigating between routes?
What is the difference between <label>, <legend>, and <caption> elements?
What is the difference between hidden, aria-hidden="true", and role="presentation"?
Why should you avoid using positive integer values (like tabindex="1" or tabindex="5") for tabindex?
CSS pseudo content (::before and ::after) is reliably announced by all screen readers.
When changing an element's visible text content, it is always necessary to also update its aria-label to match.
What should be avoided when implementing hover-triggered content?
Which of the following are examples of assistive technologies (AT)?
Which of the following are valid tools for testing website accessibility?
Why can carousels be problematic for users with disabilities?
Which HTML5 elements automatically create landmark regions for screen readers?
Which of the following are accessibility concerns with flat design?
What are key considerations for making email accessible?
What are best practices for making social media posts more accessible?
What are potential accessibility issues with infinite scrolling?