Birkir Gunnarsson

Results 12 issues of Birkir Gunnarsson

### Steps to reproduce: With NVDA running, visit [this Code P1. en demo](https://codepen.io/stevef/pen/QaOXBY). 2. Tab to the different buttons (the text explains what they should announce based on their aria-haspopup...

ARIA
p4
triaged

### Steps to reproduce: In any browser (Firefox/Chrome): 1. Head on over to my [aria-errormessage code pen](https://codepen.io/Wildebrew/pen/RyeGZw) 2. Enter a number that is 12 or less and click the "Test...

ARIA
GoogleWork
p3
feature
triaged

### Product axe-core ### Feature Description Axe scans do not fail custom non-HTML elements with ARIA. The following elements pass: `fake button` or `

feat
info needed

# The ARIA Spec needs to explicitly state whether global ARIA attributes are valid when used directly on custom elements I am increasingly seeing design systems apply ARIA attributes directly...

editorial

### Summary Jaws 2024 (with Chrome/Edge) breaks listbox interaction: * You can't find the listbox element (it is not announced as a combobox), either with the "c" key, "f" key,...

JAWS bug
HIGH PRIORITY
works in NVDA
triaged

When entering a data grid, NVDA automatically switches to application mode. This is good. A data grid in a web application is expected to manage keyboard navigation. But, an it's...

When users use the keyboard shortcut Jawskey-z to toggle the virtual cursor off in a grid, column or row headers are no longer announced as they navigate. To test this:...

To start, let's remember that in a grid, Jaws switches to forms mode (meaning no static text is read unless it is associated with a focusable element). When a cell...

When focusing on a password input in forms mode, Jaws will simply announce the word "asterisk" when you type a character into it, as it should. But it is possible...

JAWS bug filed

### Summary Users need to know what columns in a table can be used to sort the table. That's why we have the aria-sort attribute. This works very well when...