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

How To Set Material Design List To Behave Like Getmdl-select Dropdown (respond To Keyboard Arrows And Tab)

The standard material design select list (dropdown) support accessibility. I can get to the dropdow… Read more How To Set Material Design List To Behave Like Getmdl-select Dropdown (respond To Keyboard Arrows And Tab)

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

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?

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="#"

Improve Accessibility Using Font Awesome To Convey Meaning

What should I add to this html snippet to improve accessibility and allow a disabled user to unders… Read more Improve Accessibility Using Font Awesome To Convey Meaning

If An Html Element Has Role="button" Should It Also Have The Attribute "name"

If a HTML5 element requires a role='button' attribute to secure a success outcome in an ac… Read more If An Html Element Has Role="button" Should It Also Have The Attribute "name"