Question Bank
1899 approved questions from the community
When might you appropriately use role="presentation" or role="none"?
What is the appropriate way to provide alternative text for SVG graphics?
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?
What is the difference between <label>, <legend>, and <caption> elements?
What should be avoided when implementing hover-triggered content?
CSS pseudo content (::before and ::after) is reliably announced by all screen readers.
How can you distinguish whether an accessibility bug is caused by the browser, assistive technology, or developer error?
Which of the following are valid tools for testing website accessibility?
Which HTML5 elements automatically create landmark regions for screen readers?
Which of the following are accessibility concerns with flat design?
What are best practices for making social media posts more accessible?
What states besides :hover should interactive elements have styles for?
What are key features of an accessible presentation?
What are effective strategies for creating a culture of accessible document creation?
How can responsive/mobile-first design affect accessibility?
The title attribute provides reliable and accessible tooltips for all users across different devices and assistive technologies.
When should you use a button instead of a link?
What is an element's 'accessible name'?
What is the appropriate use of tabindex="0"?