Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Accessibility: two simple suggestions. (Score 2, Interesting) 882

Looks great - to me, with good vision. But can't Slashdot seize the opportunity to improve the accessibility of the site for blind fellow geeks?

Looking at the HTML, here's two really simple things that would really help:

  1. A skip links link at the very top of the page code: there are long, long stretches of forms and links to plough through if you can't see the main content in the center of the screen and have to go through it line by line.
  2. Use the LABEL elements properly: they're not for layout as such, they're for indicating what bit of text is associated with with form element. They're used in some places - but they're broken! What's the point of getting rid of tables ("They're, like, confusing content and presentation!") and then using broken CSS (FIELDSET elements with blank LEGEND child elements and unattached LABEL elements used, erm, for presentation)?

I develop a free web browser for blind people called WebbIE) but I think these suggestions would help JAWS and WindowEyes screenreader users, IBM Homepage Reader users and everyone with non-visual browsers. How about it? Show everyone how it should be done!

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...