Tag Archives: HTML

A follow up to my Easy ARIA tip #2

Community member Ben Millard has pointed out in a recent blog post that roughly the same as shown in my example can be achieved using regular HTML 4 by embedding the input into the label. Thanks for that info, Ben! … Continue reading

Posted in Accessibility, ARIA | Tagged , , , | 2 Comments

Easy ARIA tip #2: aria-labelledby and aria-describedby

Sorry it took me so long to get back to it, but here it is, my second tip on the usage of some easy ARIA markup to make your sites more accessible. Imagine this: You have a form where you … Continue reading

Posted in Accessibility, ARIA, Firefox | Tagged , , , , , | 18 Comments

Easy ARIA Tip #1: Using aria-required

Inspired by a conversation I had with Aaron the other day, I’m starting a mini series about easy accessibility improvements you can accomplish using ARIA, but which do not require you to implement a whole widget. Some ARIA attributes also … Continue reading

Posted in Accessibility, ARIA, Firefox | Tagged , , , , , | 44 Comments