Description
Information and user interface components must be presentable to users in ways they can perceive.
Questions & Answers
Does my site need to be usable if the CSS and javascript doesn’t load?
I've always wondered this but never really known for sure. Let's say none of my CSS or javascript loads. Does the site still need to be usable? I know a lot of really big sites are useless without CSS and javascript so I'm betting the...
- best practices
- CSS
- html
- javascript
- page structure
Do logos need to follow the accessibility guidelines?
Do logos need to follow the accessibility guidelines? Specifically color contrast, size, text, stuff like that.
- best practices
- branding
- color
- images
Can I specify the language of specific parts of my page?
As an example, let's suppose I want to write the following. 'The french word bonjour means hello in english.' My sites language is english, but I would like screen readers to know that 'bonjour' is written in french. Is that something I should even bother...
- building content
- translations
How can I make my website available in other languages?
I have a Wordpress site written in English. Do you know of a plugin or something that I can use to make it available in other languages?
- translations
- wordpress
How to fix incorrect youtube cc and transcript?
I've posted a video on youtube with lots of speaking, and some of the captions that are automatically generated by youtube aren't correct. How can I change them?
- audio
- captions
- translations
- video
- youtube
How do I add alt text to background images?
How do I add alternative text to describe background images? Or do I not need to worry about that?
- best practices
- building content
- CSS
- html
- images
What is Time-based Media in accessibility?
I see that one of the web accessibility guidelines is 'Time-based Media'. What is that?
- flashes
- images
- video
- youtube
What is an orphaned form label?
When using the scanner to repair my website, I saw the warning "Orphaned Form Label," with the description “a form label is present but it is not correctly associated with a form control.” What is this?
- form
- html