Skip to content
#

aria

Here are 174 public repositories matching this topic...

sh0ji
sh0ji commented Dec 19, 2019

I believe the summary element should be considered an interactive element and that there shouldn't be any errors thrown when a click listener is attached to it:

// currently flags the following:
// jsx-a11y/click-events-have-key-events
// jsx-a11y/no-static-element-interactions
<summary onClick={clickHandler} />

[The spec does list details element as interactive](https:

bug
sssmi
sssmi commented Feb 17, 2019

I'm submitting a ...

  • bug report
  • feature request
  • support request

What is the current behavior?

Keyboard control works great, but still lacking many accessibility features.

What is the expected behavior?

vue-simple-suggest to be more screen reader friendly.

Including:

  • Necessary aria tags
  • Using a ul and li tags for suggestions
mraccess77
mraccess77 commented Mar 2, 2020

The links list feature in JAWS does not show the accessible description that is provided by aria-describedby or the title attribute when an accessible name is present. This information is important to users. Screen reader users demand this information be available in the accessible name instead -- but showing the accessible description would allow users to access it while using compliant code s

mbgower
mbgower commented Dec 3, 2016

In both FF and Chrome, when I tab from a header on an expanded panel, the focus leaves the header but does not appear to go anywhere. Especially for 'rookie' users, this is highly confusing at some point. The user must press TAB again to put focus on the first focusable element.
This 'missing' focus item occurs using SHIFT+TAB as well.

ram1279
ram1279 commented Jun 6, 2018

While testing the modal for accessibility with various screen reader and browser combinations (NVDA + FIREFOX, JAWS + IE, VOICEOVER + IOS) the results are not as expected.

When the modal window displays, NVDA reads the whole content automatically which is ok but with JAWS and VOICEOVER the content is not read at all.

Moving the focus to the content will read the content but not the inputs i

bug

Improve this page

Add a description, image, and links to the aria topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aria topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.