Not entirely sure what you are talking about here? But if you validate your code and fix the errors it should get rid of any errors and make your code more accessible:
http://validator.w3.org/
Main Topics
Browse All Topicshow to get rid off from accessibility warnings in htmltidy.
please see the following code .
there are some accessibility warnings . i want to remove them . please help
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Not entirely sure what you are talking about here? But if you validate your code and fix the errors it should get rid of any errors and make your code more accessible:
http://validator.w3.org/
I've removed most of them. Some of them are more information messages and not necessarily anything wrong with the document.
Accessibility Checks: Version 0.1
line 6 column 1 - Access: [6.1.1.1]: style sheets require testing (link). //i believe this is informational, and does not necessarily constitute an error
line 16 column 10 - Access: [2.1.1.1]: ensure information not conveyed through c
olor alone (image). //again, I believe this is informational
line 16 column 88 - Access: [13.1.1.1]: link text not meaningful. //this one is strange actually, D links are required, but the end up being "non meaningful text". I think this could be a bug in Tidy.
Info: Doctype given is "-//W3C//DTD HTML 4.01//EN"
Info: Document content looks like HTML 4.01 Strict
No warnings or errors were found. //Good to go.
Ok well from that ... it sounds like you need to be mindful of color contrast or the use of color being the only means of conveying information ie, for people who are color blind. This is a check you need to make for most of your design if you are hoping to be as accessible as possible. There are some tools out there that can help with color contrast:
http://juicystudio.com/ser
The other error is referring to a link not making sense outside of context. For example "click me" will make no sense what so ever to someone accessing your website in a speaking browser. If you change that link to be more descriptive like "see our full list of cleaning products".
So I guess these are accessibility warnings ... it depends weather or not you want to address them? What is the purpose of you getting rid of the warnings? Is it to make your site more accessible? If not then I wouldn't worry about them!
If your customer wants those accessibility criteria met then you need to address them and prove that to them. It still won't get rid of the message as you can only determine if those warnings have been met by physically looking. The validator is just trying to point out that these are potential issues. What is the link text that it refers to on line 16 column 88? If it is something like "click here" then you could fix that.
@Eternal_Student
What is the link text that it refers to on line 16 column 88? If it is something like "click here" then you could fix that
It's the d-link. I think it's a bug within Tidy. D-links are required for images. If you remove the link, you get an error saying you have a missing d-link. If you provide it, it barks that the link isn't expressive enough. I'm pretty sure he has the format right.
Business Accounts
Answer for Membership
by: amar31282Posted on 2009-03-27 at 03:21:11ID: 23999373
What type of warnings you are talking about..
The one which comes up in at the top page in yellow color ...??
if yes that warning is because of IE security settings.
if you will open it in FF you will see no warning..
we can get rid of it by changing the security settings of IE but it is not recommended as it may harm to your system
Regards,
Amar