1

I want to understand how web accessibility experts deals with websites if they want to confirm that those sites are compatible with accessibility guidelines. Do they have to understand any server-side language? or just HTML and CSS?

For example, if there is a company website which provides services for other sites to ensure the accessibility for them, do they have to have a look at the server side code or only the output HTML and CSS?

asked Jan 14, 2013 at 3:13
2
  • By "services for other sites to ensure the accessibility for them" do you mean providing a report on accessibility and problems that need to be addressed? Or a service that includes actually addressing any problems? Commented Jan 14, 2013 at 5:03
  • Addressing any problems.. Commented Jan 14, 2013 at 5:21

1 Answer 1

1

Usually just the output. The only server-side issue I can think of now is how to ensure a site has pretty urls like, "/user/logins/all-time" instead of /index.php?item=users&lookup=logins&timeframe=all-time, which is not at the height of accessibility. (usually mod_rewrite magic in an .htaccess file, but so many other ways, too).

But, by far, the most important aspect of accessibility, IMHO, is the content; HTML markup is merely a sub-topic of that.

answered Jan 14, 2013 at 3:59

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.