Questions & Answers
What should I do with controlling time limits?
My site has time limits set by content. What should I do? What are controlling time limits?
- Controlling Time Limit
- time limits
How do I build an accessible website?
How do I build an accessible website?
- html
- manual testing
- user testing
When can text links have 3:1 color contrast?
Some sites say link text color contrast should be 4.5:1, and some sites say link text color contrast should be 3:1. When is 3:1 color contrast sufficient for link text?
- contrast ratios
- links
- text
What is an unordered list vs. an ordered list?
What is the difference between a <ul> and an <ol>?
- html
- lists
- ordered list
- unordered list
What is pointer cancellation?
What is pointer cancellation?
- manual testing
- pointer
- pointer cancellation
What is a block quote, and when should I use it?
What is a block quotation, when should I use it, and why is it important?
- blockquote
- html
- page structure
What’s the difference between aria-controls and aria-owns?
What's the difference between aria-controls and aria-owns?
- aria
- aria-controls
- aria-owns
My site’s images move when you scroll. Does this meet accessibility standards?
My webpage has images in the background that move, but only when you scroll, so the user has control over whether the images move or not. Does this meet accessibility standards?
- animation
Do vector graphics in animated videos need to follow color contrast guidelines?
Do vector graphics in animated videos need to follow color contrast guidelines?
- animation
- contrast
- video
How should keyboard navigation work in a group of radio buttons?
Let's say we have a form with a few multiple choice questions, each with a "Yes" and βNo" radio button option. Should tabbing be used to move from question to question, but not for the options within each question (use left and right or up...
- best practices
- keyboard navigation
- radio button