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

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

Multiple Forms With Input Fields With The Same Name Attribute? Good Or Bad?

Is it an acceptable practice to have multiple HTML forms on a page with input fields that share the… Read more Multiple Forms With Input Fields With The Same Name Attribute? Good Or Bad?

Content Sliders: Valid Usage For Tables, Lists, Etc

Content sliders, like bxslider or Bootstrap's carousel, use divs to define slides. This is gre… Read more Content Sliders: Valid Usage For Tables, Lists, Etc

Is Html5 Form Validation Truly Accessible?

So I read a lot of articles that say that HTML 5 form validation is accessible (things required att… Read more Is Html5 Form Validation Truly Accessible?

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

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

Html: How To Indicate Questions With Radioboxes As Answers In Proper Way?

I have a question in HTML form and radioboxes as answers, like this: What is your favorite fruit? S… Read more Html: How To Indicate Questions With Radioboxes As Answers In Proper Way?

Html Aria Validation Issues (html5)

I pretty much make sure my website(s) always validates. So today, after changing a certain item on … Read more Html Aria Validation Issues (html5)