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

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

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?

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"

Skip Links Not Working In Chrome

First of all, I've looked at this previous question but sadly it didn't seem to offer any s… Read more Skip Links Not Working In Chrome

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?

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

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

How To Prevent Windows Narrator From Reading Hidden Html Tags?

I have an HTML page, with multiple hidden elements that become visible only under certain circumsta… Read more How To Prevent Windows Narrator From Reading Hidden Html Tags?

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)

Is There Any Point In Using The Seamless And Or Sandbox Attribute For Youtube Iframes?

Update: This question is no longer valid. See comment below. YouTube embedding is done using ifram… Read more Is There Any Point In Using The Seamless And Or Sandbox Attribute For Youtube Iframes?

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

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

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

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

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

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

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

Multiple Images Of Same Product, Accessibility Requirements

For a webpage with multiple images of a single product, such as with different angles. Is there a r… Read more Multiple Images Of Same Product, Accessibility Requirements

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

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