Description
Information and user interface components must be presentable to users in ways they can perceive.
Questions & Answers
Is it okay to have multiple navigation landmarks?
I'm building some new pages and am not sure if it is okay to have multiple navigation landmarks?
- landmarks
- navigation
Are running headers in a PDF accessible?
My question is about a pdf. Should a running header be read by a screen reader? If it should be read, should the screen reader describe it as a running header? Or is reading it as is ok?
- running header
How do autocomplete attributes affect web accessibility?
How do autocomplete attributes in a form affect web accessibility?
- autocomplete
- form
- form fields
Is it an accessibility issue to hide content from mobile users?
My website has a form that disappears on small mobile screens to save space, but this is also causing it to disappear at large zoom sizes on desktops. Since I don't intend to have the form available to everyone anyway, is that really a Web...
- mobile
- reflow
- wcag
What is the math HTML element?
What is the <math> element, and how does it affect accessibility?
- accessibility
- alt text
- audio
- math
How should list items be nested?
I am getting an automated scanner error that “<li> elements must be contained in a <ul> or <ol>”, but in my code the <li> elements are contained in <ul>. What’s going on?
- accessibility tree
- lists
- scanner errors
Should I use a form landmark?
My page has a form, and I want people to find it easily. Should it be in a form landmark? Is there any reason not to add a form landmark?
- form
- landmarks
- user experience
Is content that appears on hover and focus accessible?
How do I ensure that content that appears on hover or focus is accessible?
- content on hover or focus
Does color contrast need to pass AA and AAA in the contrast tool?
When using the Color Contrast Tool, do colors need to pass for both AA and AAA in the checker?
- aa
- aaa
- color contrast
What if color is the only way to differentiate links from normal text?
What should I do if color is used to differentiate links from normal text?
- links
- ui component
- Use of color