Skip to content Skip to sidebar Skip to footer
Showing posts with the label Accessibility

Accessibility: Using Javascript Only Links With Href="#"

I have a react SPA in which I have some links which navigate to other pages or other locations on t… Read more Accessibility: Using Javascript Only Links With Href="#"

Alt? Longdesc? Title? What Goes Where, Especially For Image-heavy Sites?

So I've been trying to make my site as accessible as possible (for non-JavaScript users, web cr… Read more Alt? Longdesc? Title? What Goes Where, Especially For Image-heavy Sites?

Do I Need Role="button" On A

I've noticed in all of Bootstrap's examples using button elements, they include role='b… Read more Do I Need Role="button" On A

Html Accessibility Error - Label Text Is Empty?

I keep on getting this error even though the line stated to be containing the error doesn't hav… Read more Html Accessibility Error - Label Text Is Empty?

Buttons And Links Keyboard Triggers

While doing research I came across this statement: Warning: Be careful when marking up links with … Read more Buttons And Links Keyboard Triggers

Force Screen Reader To Read One Letter At A Time Rather Than The Entire Word

I'm building an HTML webpage that contains the following content: In order to proceed, please … Read more Force Screen Reader To Read One Letter At A Time Rather Than The Entire Word

How To Add Alt Text To Background Images? Making Background Images Accessible

I have a site that is displaying many of its images as background images using background-size: cov… Read more How To Add Alt Text To Background Images? Making Background Images Accessible

Making The Clickable Area Of In-line Links Bigger Without Affecting The Layout

I'm looking to make the clickable area of links bigger than they actually are for accessibility… Read more Making The Clickable Area Of In-line Links Bigger Without Affecting The Layout