Accessibility Tips

A collection of tips, guidance and practical suggestions in developing accessible websites

Accessibility Tips: input

You are currently browsing the Accessibility Tips archives for the tag input.

Using fieldsets outside of forms

By Isofarro on April 30th, 2009 - 2 comments

The focus on using the most appropriate markup in JavaScript enhanced pages has raised an interesting problem about the use of form elements outside of a form. And using a fieldset to group these elements together is proving to be a very useful way of making them accessible. Using form elements outside of a form […]

Aiding keyboard usage with :focus cues

By Isofarro on February 9th, 2009 - 3 comments

Knowing where the keyboard focus is at any time is critical for keyboard users to navigate through and to a particular page. It’s not only screen reader users who don’t use a mouse, many disabilities leave the keyboard as the only viable way to interact with a computer whilst still using a monitor. The dotted […]

Using titles on form fields

By Isofarro on March 25th, 2008 - 3 comments

Form elements provide a decent range of accessibility options: label elements match up label text with their corresponding field elements, fieldsets group together similar input elements and the legend provides a succinct title for these groupings of fields. With those elements alone, forms are fairly simple to mark up in an accessible manner. The difficulty […]

Copyright © 2007 - 2009, isolani