Description
User interface components and navigation must be operable.
Questions & Answers
Is it compliant to have the same link present twice, as both an image and as text?
Is it considered accessible to have an image that acts as a link, followed by text that links to the same location?
- accessibility tree
- best practices
- links
- wcag
Are semantic heading levels important?
Why are semantic/programmatic heading levels important?
- headings
- text
Why do mobile apps need to be keyboard accessible?
Accessibility requirements for mobile apps say that all interactive elements need to be navigable with the keyboard. Why would someone use an external keyboard with a tablet or mobile phone?
- external keyboard
- keyboard navigation
- mobile
- tablet
How long should a correct/incorrect interstitial notification be shown?
I have a game: knowitornot.com that shows interstitial "correct" or "incorrect" screens between questions. I was wondering how long those screens should last to be considered accessible. Or if there is any alternative.
- animation
- interstitial
Visible Indication of Focus on Text Fields
Does there need to be a visible indication of focus when there's a text pointer?
- contrast
- contrast ratios
- focus
- text
What Are the Code Differences between Links vs Buttons?
Where can I find code (html, css, and javascript) examples of links vs buttons.
- buttons
- html
- links