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

Reading Metadata From The Of An Html5

I am having trouble getting a working example that reads metadata from a WebVTT file, which was spe… Read more Reading Metadata From The Of An Html5

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)

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"

Multiple Forms On One Html Page: How To Restrict Tabbing To A Single Form?

The site I'm currently building is a little different from the norm. Instead of having multiple… Read more Multiple Forms On One Html Page: How To Restrict Tabbing To A Single Form?

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?

Does A Screenreader Pause On Spans

If for presentational purposes one needs to separate a word with spans or other inline elements, do… Read more Does A Screenreader Pause On Spans

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?

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

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?

Does A Have To Be Inside A

Does a table row ( ) have to be in a table body ( ), if the table has a table body, or can it exist… Read more Does A Have To Be Inside A

Data-title/data-original-title Attributes And Accessibility

I have been searching for information about the attributes data-title and data-original-title. My i… Read more Data-title/data-original-title Attributes And Accessibility

How Can I Add New Line/linebreak Character In Title Attribute In Html

I am using this Click here When someone hover over it I see all the text in one line. Is there an… Read more How Can I Add New Line/linebreak Character In Title Attribute In Html

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

Accessible, 508 Compliant Ajax Pagination

I am trying to make my Ajax-enabled table pagination 508-compliant (accessible using JAWS version 9… Read more Accessible, 508 Compliant Ajax Pagination

How To Target A Braille / Screen-reader Via Css

I use a webfont to display some icons on a website. This is fantastic because they scale, and i can… Read more How To Target A Braille / Screen-reader Via Css

Adding Tabindex To All The Divs

I know DIVs and P elements are not inherently focusable and can be made to be one by adding tabinde… Read more Adding Tabindex To All The Divs

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