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

Screen Reader Not Reading The Page When Navigated With Keyboard On React.js

When the user navigates to a new page by clicking the Link component the screen reader reads the ne… Read more Screen Reader Not Reading The Page When Navigated With Keyboard On React.js

Best Way To Update Aria-expanded Attribute When Using :focus-within

I'm working on a combobox, and in doing so, I want to use the new :focus-within pseudo selector… Read more Best Way To Update Aria-expanded Attribute When Using :focus-within

Focus Moving Out Of Modal In Scan Mode

I am trying to fix an accessibility bug for screen reader in an Angular2 web application(SAP). The … Read more Focus Moving Out Of Modal In Scan Mode

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?

How Safe Is It To Assume That Most Users Will Have Js Enabled?

Possible Duplicates: Is it reasonable to assume my visitors have javascript enabled? How many peopl… Read more How Safe Is It To Assume That Most Users Will Have Js Enabled?

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

How To Prevent Screen Reader Focus (not Referring To Keyboard Focus) From Leaving Predefined Area (e.g., Modal)

I've been trying to figure out how to contain the screen reader focus within a certain area. W… Read more How To Prevent Screen Reader Focus (not Referring To Keyboard Focus) From Leaving Predefined Area (e.g., Modal)