Reputation: 152677
What is the role of CSS styles in Accessibility? other than to keep presentation and content separate.
How and what we write in CSS file can affect accessibility of site?
Upvotes: 4
Views: 255
Reputation: 382726
You must see: CSS for Accessibility :) and do help people with accessibility problems. It is our responsibility.
Upvotes: 2
Reputation: 33749
Color blindness should be taken into consideration when making CSS styles.
Make high contrast websites rather than "soft" transitions.
Take a look at this article for a thorough explanation: http://www.alistapart.com/articles/contrast-is-king/
Upvotes: 1