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

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?

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

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

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

Is The Same As When It Comes To Accessibility?

That is to say: Are those both considered null values for image alt text? Or must you ensure the… Read more Is The Same As When It Comes To Accessibility?

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?

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

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 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)

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

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

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)

Is The Same As When It Comes To Accessibility?

That is to say: Are those both considered null values for image alt text? Or must you ensure th… Read more Is The Same As When It Comes To Accessibility?

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